-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
122 lines (107 loc) · 2.1 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/**
Theme name: Hackton InterCon 2012
**/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo Narrow', "Trebuchet MS", Arial, sans-serif; }
a.facebook {
background: url("images/facebook.png") no-repeat scroll 10px center #0072B5;
border-radius: 4px 4px 4px 4px;
color: #FFFFFF;
display: block;
margin: 25px 0;
padding: 5px 5px 5px 35px;
text-decoration: none;
width: 215px;
float: left;
}
a.facebook span {
border-left: 1px solid #0083cf;
display: block;
padding-left: 10px;
}
h2, h3, h4, h5 { margin-top: 15px; }
body {
font-family: "Trebuchet MS", Arial, sans-serif;
color: #333;
background: url(images/bg.gif);
}
#container {
width: 1000px;
margin: 20px auto;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 8px rgba(0, 0 , 0, 0.4);
}
header {
background-image: url(images/brasil.jpg);
padding: 25px;
border-radius: 6px 6px 0 0;
color: #fff;
}
header h2 {
font-size: 1.2em;
width: 400px;
}
section {
margin-bottom: 50px;
clear: both;
padding: 25px;
overflow: auto;
}
section h1 {
text-transform: uppercase;
color: #00802d;
}
section h2 {
color: #444444;
font-size: 1.2em;
margin: 30px 0 10px;
text-transform: uppercase;
}
section h3 a {
background-color: #F8F8F8;
border-bottom: 1px dashed #EEEEEE;
float: left;
margin-top: 4px;
padding: 5px 10px;
width: 98%;
color: #0072b5;
text-decoration: none;
}
section h3 a:hover { color: #0093e8; background-color: #e5e5e5; }
ol {
border-color: #EEEEEE;
border-style: solid;
border-width: 1px 0 0 1px;
clear: both;
list-style-type: none;
overflow: auto;
float: left;
}
ol li {
border-color: #EEEEEE;
border-style: solid;
border-width: 0 1px 1px 0;
color: #666666;
float: left;
font-size: 0.8em;
font-style: italic;
padding: 12px 11px;
width: 166px;
}
ol li a img {
float: left;
margin-right: 10px;
}
div.show, div.hide {
margin-bottom: 60px;
overflow: auto;
clear: both;
}
.hide { display: none; }
.show { display: block; }