-
Notifications
You must be signed in to change notification settings - Fork 1
/
arso.css
111 lines (93 loc) · 1.48 KB
/
arso.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
.book .book-header h1 {
opacity: 1;
text-align: left;
}
#header .title {
margin-bottom: 0em;
}
.column-left-50 {
float: left;
width: 49.5%;
}
.column-right-50 {
float: right;
width: 49.5%;
}
.col {
float: left;
width: 1%;
}
.column-left-instructions {
float: left;
width: 20%;
text-align: left;
}
.infobox {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f0ffff 5px center/3em no-repeat;
color: black;
border: 2px solid #7fffd4;
border-radius: 10px;
}
.showbox {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: rgba(253,245,237,0.5) 5px center/3em no-repeat;
color: #505050;
border: 2px solid #ffefef;
border-radius: 10px;
}
.center {
text-align: center;
}
.note {
background-image: url("images/note.png");
}
.lcolumn-50 {
float: left;
width: 49.5%;
}
.rcolumn-50 {
float: right;
width: 49.5%;
}
.lcolumn-30 {
float: left;
width: 29.5%;
}
.rcolumn-70 {
float: right;
width: 69.5%;
}
.row:after {
content: "";
display: table;
clear: both;
}
.lcolumn-20 {
float: left;
width: 19.5%;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 5px;
font-size: 75%;
}
.rcolumn-80 {
float: right;
width: 79.5%;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
.boxed {
background: #E8E8E8;
color: black;
border: 3px solid black;
margin: 0px auto;
width: 100%;
padding: 0.5em 0.5em 0.5em 0.5em;
border-radius: 5px;
}