forked from thephuse/hackathon-wordpress-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmytheme-options.css
More file actions
64 lines (56 loc) · 1.17 KB
/
Copy pathmytheme-options.css
File metadata and controls
64 lines (56 loc) · 1.17 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
.ui-tabs-nav {
border-bottom: 1px solid #ccc;
height: 27px;
margin: 20px 0;
padding: 0;
}
.ui-tabs-nav li {
display: block;
float: left;
margin: 0;
}
.ui-tabs-nav li a {
padding: 4px 20px 6px;
font-weight: bold;
}
.ui-tabs-nav li a {
border-style: solid;
border-color: #CCC #CCC #F9F9F9;
border-width: 1px 1px 0;
color: #C1C1C1;
text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
display: inline-block;
padding: 4px 14px 6px;
text-decoration: none;
margin: 0 6px -1px 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-nav li.ui-state-active a {
border-width: 1px;
color: #464646;
}
.ui-tabs-panel {
clear: both;
}
.ui-tabs-panel h3 {
font: italic normal normal 24px/29px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
margin: 0;
padding: 0 0 5px;
line-height: 35px;
text-shadow: 0 1px 0 #fff;
}
.ui-tabs-panel h4 {
font-size: 15px;
font-weight: bold;
margin: 1em 0;
}
.wrap h3, .wrap table {
display: none;
}