add base template
[xnet] / xnet / site / static / css / common.css
1
2 /*** $SUMMARY ****************************************/
3 /*****************************************************/
4 /****** $GLOBAL **************************************/
5 /****** $SPRITE-PICTO ********************************/
6 /****** $SIDEBAR *************************************/
7 /****** $TABLE ***************************************/
8 /****** $MAP *****************************************/
9 /****** $FOOTER **************************************/
10
11 /*** $GLOBAL *****************************************/
12 /*****************************************************/
13 html {
14 overflow-y: scroll; /* Force vertical scrollbar */
15 }
16 footer {
17 clear:both;
18 text-align: center;
19 }
20 form {
21 margin: 0;
22 }
23 h1,
24 h2 {
25 font-size: 2em;
26 padding-bottom: 10px;
27 margin-bottom: 20px;
28 border-bottom: 1px solid #ababab;
29 }
30
31 .logo {
32 text-align: center;
33 margin-top: 40px;
34 }
35 .logo-nav {
36 display: inline-block;
37 width: 80px;
38 height: 40px;
39 }
40 .logo-nav img {
41 width: 60px;
42 display: inline-block;
43 margin: 10px;
44 }
45 .logo img {
46 width: 200px;
47 height: auto;
48 margin-bottom: 30px;
49 }
50
51 .wrapper {
52 padding-top: 40px;
53 }
54 .txtC {
55 text-align: center;
56 }
57 .nowrap {
58 white-space:nowrap;
59 }
60 .accordion-heading {
61 margin-bottom: 20px;
62 }
63 .collapse.in {
64 padding-bottom: 20px;
65 }
66 .form-horizontal fieldset {
67 border: 1px solid #cacaca;
68 padding: 0 20px;
69 -webkit-box-shadow: 2px 2px 2px #cacaca;
70 -moz-box-shadow: 2px 2px 2px #cacaca;
71 -o-box-shadow: 2px 2px 2px #cacaca;
72 box-shadow: 2px 2px 2px #cacaca;
73 -webkit-border-radius: 5px;
74 -moz-border-radius: 5px;
75 -o-border-radius: 5px;
76 border-radius: 5px;
77 }