Mercurial > sat_legacy_website
comparison static/css/sat_website.css @ 26:3df49721008c
upgrade to Bootstrap v3.3.1
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 19 Jan 2015 21:22:40 +0100 |
parents | 0df46e87537d |
children | 30a1edf90fae |
comparison
equal
deleted
inserted
replaced
25:930e73ea9e8e | 26:3df49721008c |
---|---|
14 | 14 |
15 You should have received a copy of the GNU Affero General Public License | 15 You should have received a copy of the GNU Affero General Public License |
16 along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ | 17 */ |
18 | 18 |
19 | |
20 /* Overriding Bootstrap styles */ | |
21 | |
22 | |
19 body { | 23 body { |
20 padding-top: 50px; | 24 padding-top: 60px; |
21 } | 25 } |
22 | 26 |
23 header { | 27 header { |
24 margin-bottom: 20px; | 28 margin-bottom: 20px; |
25 } | 29 } |
30 | |
31 h1, h2, h3, h4, h5, h6 { | |
32 font-weight: bold; | |
33 } | |
34 | |
35 .navbar { | |
36 font-size: 13px; | |
37 } | |
38 | |
39 | |
40 /* sat_website own styles */ | |
41 | |
26 | 42 |
27 #language { | 43 #language { |
28 /* position: absolute; */ | 44 /* position: absolute; */ |
29 text-align: center; | 45 text-align: center; |
30 } | 46 } |
31 | 47 |
32 #sat_logo { | 48 #sat_logo { |
33 float: left; | 49 float: left; |
34 margin-right: 5px; | 50 margin-right: 5px; |
51 margin-top: 5px; | |
35 } | 52 } |
36 | 53 |
37 #overview_logo { | 54 #overview_logo { |
38 vertical-align: middle; | 55 vertical-align: middle; |
39 margin-top: -25px; | 56 margin-top: -25px; |
40 margin-right: 15px; | 57 margin-right: 15px; |
41 } | 58 } |
42 | 59 |
43 #bigmark { | 60 #bigmark { |
44 font-size:200px; | 61 font-size:165px; |
45 font-weight:bold; | 62 font-weight:bold; |
46 text-align: center; | 63 text-align: center; |
47 margin-top: 100px; | 64 margin: 0px; |
48 } | 65 } |
49 | 66 |
50 #bigmark_subtext { | 67 #bigmark_subtext { |
51 margin-top: 100px; | |
52 text-align: center; | 68 text-align: center; |
69 margin: 0px; | |
53 } | 70 } |
54 | 71 |
55 #social_contract { | 72 #social_contract { |
56 font-size: 14px; | 73 font-size: 14px; |
57 } | 74 } |
68 } | 85 } |
69 | 86 |
70 .info { | 87 .info { |
71 margin: 10px 5px 60px 5px; | 88 margin: 10px 5px 60px 5px; |
72 } | 89 } |
73 | |
74 | 90 |
75 .feature { | 91 .feature { |
76 padding-bottom: 10px; | 92 padding-bottom: 10px; |
77 margin-bottom: 10px; | 93 margin-bottom: 10px; |
78 border-bottom-style: solid; | 94 border-bottom-style: solid; |