source: branches/rsr.v5.1/web/app/out/dist/css/bloc.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 878 bytes
Line 
1#main_content .bloc
2{ margin: 5px 0 10px 0;
3}
4
5#main_content .bloc_content
6{ margin: 0px;
7  padding: 10px;
8  font-size: 0.9em;
9  background-color: #191919;
10  border-left: solid 1px #2c2c2c;
11  border-right: solid 1px #2c2c2c;
12  border-bottom: solid 1px #2c2c2c;
13  border-radius: 0 0 3px 3px;
14  -moz-border-radius: 0 0 3px 3px;
15}
16
17#main_content .bloc ul
18{ list-style-type: none;
19}
20
21#main_content .bloc h2
22{ color: #dad3bc;
23  line-height: 25px;
24  padding-left: 30px;
25  margin: 0;
26  font-size: 1.3em;
27  font-weight: normal;
28  line-height: 1.7em;
29  background-color: #0f0f0f;
30  border: solid 1px #2c2c2c;
31  border-radius: 3px 3px 0 0;
32  border-radius: 3px 3px 0 0;
33  -moz-border-radius: 3px 3px 0 0;   
34
35}
36
37#main_content .bloc h2 a:hover
38{ text-decoration: none;
39  color: #dfdfdf;
40}
41
42#main_content .bloc h3
43{
44}
45
46#main_content .bloc p
47{ margin: 10px 0 5px 0;
48  text-align: justify;
49}
Note: See TracBrowser for help on using the repository browser.