-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom_studio.css
More file actions
168 lines (140 loc) · 3.21 KB
/
custom_studio.css
File metadata and controls
168 lines (140 loc) · 3.21 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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
/*
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of Freshy2, a theme for Dotclear.
# Original WP Theme from Julien de Luca
# (http://www.jide.fr/francais/)
#
# Copyright (c) 2008-2018
# Bruno Hondelatte [email protected]
# Pierre Van Glabeke [email protected]
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
*/
#main .sidebar li a:hover,
#blogcustom.sidebar li a:hover {
/*:Navigation color*/
background-color:#30f;
}
code {
/*:Content color*/
background-color:#000099;
/*:Content color*/
border-color:#000099;
}
#header_image {
/*:Header image*/
background-image:url(images/headers/studio.jpg);
/*:Header image alignment*/
background-position:center;
/*:Header height*/
padding-top:150px;
}
body {
/*:Background image*/
background-image:none;
/*:Background color*/
background-color:#000000;
}
.sidebar_left #main {
/*:Sidebar left width*/
padding-left:200px;
}
.sidebar_right #main {
/*:Sidebar right width*/
padding-right:250px;
}
#sidebar_left.sidebar {
/*:Sidebar left width*/
width:200px;
/*:Sidebar left width*/
right:200px;
}
#sidebar.sidebar {
/*:Sidebar right width*/
width:250px;
}
* html #sidebar_left {
/*:Sidebar right width*/
left:250px;
}
#page {
/*:Page width*/
width:800px;
}
*::-moz-selection, *::-selection {
/*:Navigation color*/
background-color:#3300ff;
}
a {
/*:Navigation color*/
color:#3300ff;
}
.sidebar h2 {
/*:Navigation color*/
border-left-color:#3300ff;
/*:Navigation color*/
color:#3300ff;
}
.sidebar h2 a {
/*:Navigation color*/
color:#3300ff;
}
#menu ul li ul {background-color: #666;}
#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a {
/*:Navigation color*/
color:#3300ff;
}
#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a,
#supranav li.active {
/*:Navigation color*/
background-color:#3300ff;
}
#menu ul li.top_parent:hover a, #menu ul li.top_parent a {
background-color:#3300ff;
}
.sidebar li.current_page_item a, .sidebar li.current-cat a {
/*:Navigation color*/
background-color:#3300ff;
}
.sidebar .categories li.category-current a {
color: white;
background-color:#3300ff;
}
.sidebar .categories li.category-current li a {
color: #3d3d3d;
background:none;
}
h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a {
/*:Content color*/
color:#000099;
}
.post blockquote {
/*:Content color*/
border-left-color:#000099;
}
.meta .author, .meta .author a, .meta .flux a, .cat .flux a {
color:#000099;
}
.comment .author, .comment .author a {
color:#000099;
}
.comment_author {
background:#000099 url(images/transparency/white-90.png) repeat scroll 0 0;
border:1px solid #000099;
}
.comment_author h4 {
color:#000099;
}
.ping .author, .ping .author a {
color:#000099;
}
/* plugin dayMode */
.calendar a:hover, .calendar caption a:hover {
background-color:#30f;
}
.calendar a {
color:#30f;
}