-
Notifications
You must be signed in to change notification settings - Fork 1
/
base.css
135 lines (116 loc) · 2.27 KB
/
base.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
123
124
125
126
127
128
129
130
131
132
133
134
135
/********( CSS Index )*********************************************************/
/*
0. CSS Introduction
1. General Layout
2. Logo
EOF
*/
/********( CSS Introduction )**************************************************/
/*
*/
/********( General Layout )**************************************************/
td {
margin: 0;
padding: 0;
}
td.assignment,
td.answer {
width: 251px;
position: relative;
}
td.assignment {
height: 100px;
}
td.answer {
height: 150px;
}
td.result img {
height: 100%;
width: 100%
}
td.answer {
text-align:center;
}
.assignment .number {
font-size: smaller;
position: relative;
top: -2em;
left: 0.5em;
}
.disclaimer {
width: 50%;
margin: 0 auto;
text-align: center;
}
.result-preview {
position: absolute;
right: 1em;
top: 1em;
}
.images-result td,
.result-preview td {
width: 28px;
height: 28px;
font-size: 0;
}
/********( Mini Loco Logo )**************************************************/
.logo {
position: absolute;
left: 1em;
top: -0.5em;
border: 1px solid;
padding: 0 0 0.5em 0.24em;
}
.logo span,
.logo strong,
.logo em
{
display: block;
text-align: center;
float: left;
line-height: 0.4em;
padding: 0;
margin: 0;
font-family: sans-serif;
font-variant: small-caps;
font-weight: bold;
}
.logo em {
float: left;
position: absolute;
bottom: 0.35em;
font-size: 0.7em;
font-variant: normal;
font-style: italic;
}
.logo strong {
background: #f02;
color: #FFF;
font-size: 1.75em;
padding: 0.3em;
line-height: 0.1em;
margin-left: -0.125em;
}
.logo span {
border: 0.1em solid;
width: 0.6em;
height: 0.6em;
position: relative;
top: -0.3em;
background-color: #FFF;
}
.logo .blue {
color: #8ff;
clear: left;
top: -0.15em;
}
.logo .orange {
color: #f82;
}
.logo .red {
color: #f02;
}
.logo .green {
color: #8f2;
top: -0.15em;
}