-
Notifications
You must be signed in to change notification settings - Fork 0
/
freeglut-style.css
120 lines (102 loc) · 1.62 KB
/
freeglut-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
body {
margin-top: 0px ;
margin-left: 140px ;
background-color: #FFFFFF;
color: #000000;
}
a {
text-decoration: none;
color: #DD3322;
}
a:hover {
text-decoration: underline;
}
blockquote, pre {
color: #000000 ;
border: 1px #0000CC solid ;
background-color: #C0C0FF ;
padding: 3px;
}
.textheader {
font-size: 1.4em;
border-bottom: 1px #111166 solid ;
width: 100%;
}
h1 {
font-size: 1.4em;
border-bottom: 1px #111166 solid ;
width: 100%;
padding-top: 5px;
}
h2 {
font-size: 1.2em;
border-bottom: 1px #999999 solid ;
width: 100%;
padding-left: 3px;
}
h3 {
font-size: 1.1em;
padding-left: 6px;
}
.indent {
margin-left: 20px;
}
.navbar-left
{
font-size: 0.8em
color: #000000 ;
background-color: #EDEDFF ;
position: absolute ;
float: left;
left: 0px ;
top: 0px ;
width: 130px ;
border: 1px #A0A0A0 solid ;
text-align: center;
}
.navbar-smalltext {
font-size: 0.7em;
font-style: italic;
}
.navbar-header {
font-size: 1.0em;
color: #151111;
background-color: transparent;
}
.navbar-item {
font-size: 1.0em ;
color: #303010 ;
background-color: #FFFFFF ;
border: 0px #EDEDFF solid ;
margin-top: 0px;
padding: 0px;
}
.img-right {
float: right;
color: #209040;
text-align: center;
}
.news-item {
border: 1px #000000 solid ;
margin-bottom: 5px;
padding: 8px;
background-color: #EFEFFF;
color: #000000;
}
.news-header {
font-size: 1.4em;
border: 1px #111166 solid ;
background-color: #FEFEFF;
color: #000000;
padding: 5px;
width: 90%;
}
.news-subheader {
font-size: 1.1em;
border-bottom: 1px #111166 solid ;
width: 100%;
}
th, td {
border-bottom: 1px solid #aaa;
vertical-align: top;
}