-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle-narrower.css
More file actions
65 lines (51 loc) · 1.27 KB
/
style-narrower.css
File metadata and controls
65 lines (51 loc) · 1.27 KB
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
/*********************************************************************************/
/* Basic */
/*********************************************************************************/
body,input,textarea,select {
font-size: 13pt;
}
.container > .container {
width: 100% !important;
}
/* Main */
.main {
}
.main.style2 {
}
.main.style2 .content {
width: 60%;
}
.main.style2.right .content {
left: 40%;
}
.main.style2.inactive {
}
.main.style2.inactive .content {
}
.main.style2.inactive.left .content {
left: -60%;
}
/*********************************************************************************/
/* Footer */
/*********************************************************************************/
#footer {
height: auto;
line-height: inherit;
text-align: center;
padding: 2em 1em 2em 1em;
}
#footer .actions {
position: relative;
left: 0;
top: 0;
height: auto;
line-height: inherit;
margin: 0 0 1em 0;
}
#footer .menu {
position: relative;
right: 0;
top: 0;
height: auto;
line-height: inherit;
}