This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
admin.css
130 lines (130 loc) · 2.52 KB
/
admin.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
div.tab_content table {
margin-bottom: 1em;
}
table.more_toc_options_table th, table.more_toc_options_table td {
padding: 0;
margin: 0;
}
table.more_toc_options_table th {
width: auto;
padding-right: 4px;
padding-top: 2px;
}
div.tab_content ul li {
margin-left: 2em;
list-style-type: disc;
}
div.tab_content ol li {
list-style: inherit;
}
div.tab_content pre {
margin-left: 2em;
}
ul#tabbed-nav {
margin-top: 1em;
}
#tabbed-nav {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #DFDFDF;
border-left: 1px solid #DFDFDF;
width: 100%;
}
#tabbed-nav li {
float: left;
margin: 0;
padding: 0;
height: 31px;
line-height: 31px;
border: 1px solid #DFDFDF;
border-left: none;
margin-bottom: -1px;
overflow: hidden;
position: relative;
background: #F5F5F5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
background-image: -webkit-linear-gradient(center top, #fff, #F5F5F5);
background-image: -moz-linear-gradient(center top, #fff, #F5F5F5);
background-image: -ms-linear-gradient(center top, #fff, #F5F5F5);
background-image: -o-linear-gradient(center top, #fff, #F5F5F5);
background-image: linear-gradient(center top, #fff, #F5F5F5);
}
#tabbed-nav li a {
text-decoration: none;
color: #000;
display: block;
font-size: 1.2em;
padding: 0 20px;
border: 1px solid #fff;
outline: none;
}
#tabbed-nav li a:hover {
background: #ECECEC;
}
html #tabbed-nav li.active, html #tabbed-nav li.active a:hover {
background: #fff;
border-bottom: 1px solid #fff;
}
div.tab_container {
border: 1px solid #DFDFDF;
border-top: none;
overflow: hidden;
clear: both;
float: left; width: 100%;
background: #fff;
margin-bottom: 2em;
padding-bottom: 2em;
}
div.tab_content {
padding: 10px;
padding-bottom: 0;
font-size: 1em;
}
h3 span.show_hide {
font-size: 0.85em;
font-weight: normal;
}
div.more_toc_options {
margin-top: 4px;
margin-left: 2em;
}
div.toc_theme_option {
width: 200px;
float: left;
margin-right: 5px;
}
#wpcontent select optgroup option {
padding-left: 15px;
}
input#width_custom,
input#font_size,
input#smooth_scroll_offset {
width: 50px;
text-align: center;
}
input.custom_colour_option {
width: 75px;
}
table#theme_custom, div#farbtastic_colour_wheel {
float: left;
}
table#theme_custom {
margin-top: 30px;
}
table#theme_custom img {
vertical-align: middle;
opacity: 0.4;
}
table#theme_custom img:hover {
cursor: pointer;
opacity: 1;
}
div#farbtastic_colour_wheel {
margin-left: 20px;
}
#tab3 h3:not(:first-child) {
margin-top: 2em;
}