source: extensions/NBC_News/trunk/template/news.css @ 31979

Last change on this file since 31979 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: 2.9 KB
Line 
1/* $Id: content.css 1451 2006-07-09 08:37:41Z chrisaga $ */
2
3TABLE.newsdoubleSelect {
4  text-align: center;
5  margin: 0 auto;
6  width: 100%;
7}
8
9TABLE.newsdoubleSelect TD {
10  padding: 0 5px;
11  width: 33.3333%;
12}
13
14TABLE.newsdoubleSelect SELECT.newsList {
15  width: 100%;
16}
17
18SELECT.newsList {
19  width: 100%;
20}
21
22.tableNews1 {
23  width:98%;
24  padding:0pt;
25
26  margin: 5px 0px 0px 0px;
27}
28
29.tableNews2 {
30  width:100%;
31}
32
33
34.tableNews3 {
35  width:96%;
36  padding:0pt;
37
38  margin: 7px 0px 7px 0px;
39}
40
41.newsThrow
42{ 
43  height:20px;
44  border-collapse:collapse;
45}
46
47.newsTitle
48{
49  font-weight:bold;
50  text-align:left;
51  padding-left:5px;
52  border-collapse:collapse;
53}
54
55.newsInfo
56{
57  text-align:right;
58  border-collapse:collapse;
59}
60
61.newsAuthor
62{
63  font-size:12px;
64  text-align:right;
65  font-weight:bold;
66}
67
68.newsDate
69{
70  font-size:10px;
71  text-align:right;
72  padding: 5px;
73}
74
75.newsLanguage
76{
77  font-weight:bold;
78}
79
80.newsContent
81{
82  text-align:left;
83  padding: 10px;
84}
85
86.newsNoTranslation
87{
88  font-style:italic;
89}
90
91.newsMenu
92{
93  text-align:center;
94}
95
96.translationMenu
97{
98  padding-right:5px;
99  padding-bottom:5px;
100  text-align:right;
101}
102
103.newsReadMoreLink
104{
105  font-weight:bold;
106}
107
108/* Quote & Code blocks */
109.code {
110  border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
111}
112
113.quote {
114  border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
115}
116
117/* The content of the posts (body of text) */
118.postbody { font-size : 12px;}
119
120/* General text */
121.genmed { font-size : 11px; }
122
123
124
125
126
127
128
129
130
131
132
133
134/* ************************************* */
135/* Partie CSS par defaut pour les themes */
136/* ************************************* */
137.tableNews1 {
138  border:1px solid black;
139}
140
141.tableNews3 {
142  border:1px solid black;
143}
144
145.newsTitle
146{
147  color:#FFFFFF;
148  border-top: 1px solid #d3d3d3;
149  border-bottom: 1px solid #d3d3d3;
150}
151
152.newsInfo
153{
154  border-top: 1px solid #d3d3d3;
155  border-bottom: 1px solid #d3d3d3; 
156}
157
158.newsAuthor
159{
160  color:#FFF48E;
161}
162
163.newsLanguage
164{
165  color:#fff48e;
166}
167
168.newsContent
169{
170  background-color:#3F3F3F;
171}
172
173.newsNoTranslation
174{
175  color:red;
176}
177
178.newsMenu
179{
180  color:#EEEEEE;
181}
182
183.translationMenu
184{
185  color:#696969;
186}
187
188.newsMenu a, .translationMenu a
189{
190  color:#696969;
191}
192
193/* Quote & Code blocks */
194.code {
195  font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
196  background-color: #FAFAFA; border: #797979; border-style: solid;
197}
198
199.quote {
200  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
201  background-color: #d3d3d3; border: #797979; border-style: solid;
202}
203
204/* The content of the posts (body of text) */
205a.postlink:link { text-decoration: none; color : #FFFFFF }
206a.postlink:visited { text-decoration: none; color : #fff48e; }
207a.postlink:hover { text-decoration: underline; color : #fff48e}
208
209/* General text */
210.genmed { color : #E0E0E0; }
211a.genmed { color: #006699; text-decoration: none; }
212a.genmed:hover { color: #DD6900; text-decoration: underline; }
213
214
Note: See TracBrowser for help on using the repository browser.