This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.css
132 lines (114 loc) · 2.43 KB
/
layout.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
/**
* Tableless Layout for default template
*
* @author Andreas Gohr <[email protected]>
* @author moraes <[email protected]>
*/
/* -------------- top row --------------- */
div.dokuwiki .header {
padding: 0;
}
div.dokuwiki .pagename {
float: left;
font-size: 200%;
font-weight: bolder;
color: __background_alt__;
text-align: left;
vertical-align: middle;
}
div.dokuwiki .pagename a {
color: __extern__ !important;
text-decoration: none !important;
}
div.dokuwiki .logo {
float: right;
font-size: 220%;
font-weight: bolder;
text-align: right;
vertical-align: middle;
}
div.dokuwiki .logo a {
color: __background_alt__ !important;
text-decoration: none !important;
font-variant: small-caps;
letter-spacing: 2pt;
}
/* --------------- top and bottom bar ---------------- */
div.dokuwiki #bar__top {
-moz-border-radius:0 0 4px 4px;
-moz-box-shadow:0 0 2px #BBBBBB;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-box-shadow: #bbb 0px 0px 2px;
background-color:#F2F2F2;
height:40px;
width:950px;
/*float:left;*/
margin-bottom: 20px;
margin-left: 15px;
/*border-top: 1px solid __border__;
border-bottom: 1px solid __border__;
background: __background_alt__;
padding: 0.1em 0.15em;*/
clear: both;
}
div.dokuwiki #bar__top select.edit {
/* background-image: none;
background: none;*/
margin-left: 10px;
font-size: 12px;
margin-top: -3px;
}
div.dokuwiki .bar .button {
border: none;
background: transparent;
font-size: 12px;
margin: 0px 2px 4px 2px;
color: #333333;
}
div.dokuwiki .bar .button:hover {
text-decoration: underline;
color: #dd4814;
}
div.dokuwiki .bar-left {
float: left;
padding-top: 10px;
}
div.dokuwiki .bar-right {
float: right;
text-align: right;
padding-top: 10px;
}
div.dokuwiki .bar-right #user {
font-size: 12px;
margin-right: 10px;
}
div.dokuwiki .bar-right #user a {
color: #333333;
}
div.dokuwiki #bar__bottom {
margin-bottom: 3px;
}
/* ------------- File Metadata ----------------------- */
div.dokuwiki div.meta {
clear: both;
margin-top: 1em;
color: __text_alt__;
font-size: 70%;
}
div.dokuwiki div.meta div.user {
font-size: 90%;
float: left;
margin: 5px 0 15px 20px;
color: #333333;
font-size: 12px;
line-height: 14px;
}
div.dokuwiki div.meta div.doc {
font-size: 90%;
text-align: right;
margin: 5px 20px 5px 0;
color: #333333;
font-size: 12px;
line-height: 14px;
}