source: extensions/NBC_News/trunk/template/yoga/theme/clear/news.css @ 5179

Last change on this file since 5179 was 5179, checked in by Eric, 14 years ago

[NBC_News]

  • Initial commit for Piwigo 2.0.x : Not fully functionnal and a lot work to do...
  • Property svn:eol-style set to LF
File size: 1.3 KB
Line 
1.tableNews1 {
2  border:1px solid black;
3}
4
5.tableNews3 {
6  border:1px solid black;
7}
8
9.newsTitle
10{
11        color:#006A8F;
12        border-top: 1px solid #d3d3d3;
13        border-bottom: 1px solid #d3d3d3;
14}
15
16.newsInfo
17{
18        border-top: 1px solid #d3d3d3;
19        border-bottom: 1px solid #d3d3d3; 
20}
21
22.newsAuthor
23{
24  color:#696969;
25}
26
27.newsLanguage
28{
29        color:#696969;
30}
31
32.newsContent
33{
34  background-color:#EEEEEE;
35}
36
37.newsNoTranslation
38{
39        color:red;
40}
41
42.newsMenu
43{
44  color:#EEEEEE;
45}
46
47.translationMenu
48{
49  color:#696969;
50}
51
52.newsMenu a, .translationMenu a
53{
54        color:#696969;
55}
56
57/* Quote & Code blocks */
58.code {
59        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
60        background-color: #FAFAFA; border: #797979; border-style: solid;
61}
62
63.quote {
64        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
65        background-color: #d3d3d3; border: #797979; border-style: solid;
66}
67
68/* The content of the posts (body of text) */
69a.postlink:link { text-decoration: none; color : #006699 }
70a.postlink:visited { text-decoration: none; color : #5493B4; }
71a.postlink:hover { text-decoration: underline; color : #DD6900}
72
73/* General text */
74.genmed { color : #E0E0E0; }
75a.genmed { color: #006699; text-decoration: none; }
76a.genmed:hover { color: #DD6900; text-decoration: underline; }
77
Note: See TracBrowser for help on using the repository browser.