-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
182 lines (162 loc) · 5.21 KB
/
style.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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/*
Theme Name: DW WallPress Theme by MLS
Theme URI: http://books4language.com/(escribir nombre del subdominio)/
Description: DW WallPress Child Theme by My language skills
Author: My language skills Team
Author URI: http://mylanguageskills.wordpress.com
Template: dw-wallpress
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: dw-wallpress-child
*/
@import url("../dw-wallpress/style.css");
@import url("../dw-wallpress/assets/css/main.css");
/* Add your custom css below
-------------------------------------------------------------- */
/*body background*/
#main{background-color:#f6f6f6;}
/*======== header menu ========*/
#header {
background: #fff;
}
/*site title*/
#branding{background-color:#777777;}
/*menu bg color*/
#navigation,.menu-item{background-color:#fff;}
/*menu "home" style*/
#header #navigation li.current-menu-item > a,
#header #navigation li.current-menu-ancestor > a,
#header #navigation li.current_page_item > a {
background-color:#fff;color:#999;}
#header #navigation li.current-menu-item > a:hover{color:#666;}
#header #navigation li:hover > a {
background-color: #f6f6f6;
color:#666;
}
/*site name's border color*/
#header #navigation li:first-child a {
border-left: 1px solid #fff;
}
#header #navigation li a {
height: 40px;
font-weight: bold;
line-height: 40px;
border-right: 1px solid #fff;
}
/*sub menus color*/
#header #navigation li li a {
border-top: 1px solid #f6f6f6;
color: #999;
background: #fff;
}
#header #navigation li li a:hover {
background-color: #f6f6f6;
color:#252525;
}
/*header search*/
#searchform:before { color:#252525;}
#header #searchform #s {
border-left: 1px solid #666;
background-color:#fff;}
#header #searchform #s:focus {color: #252525;}
/*======== display date and writer ========*/
.item-meta .item-date,.item-author{ display: none; }
/*category*/
.item .meta-top{ text-decoration: none;}
/*======== display read more,comment,edit ========*/
.item-meta .item-permalink,.comments-link,.edit-link,.sep{ display: none; }
.post .meta-bottom .sep{ display: none; }
/*"new"*/
.ribbon-new .item-title:before {
display: none;
/*content: "new";
background: #4ed0a;*/
}
#copyright{ display: none; }
/*sidebar*/
.widget a{color:#999;}
a:hover,
a:active,
a:focus {
text-decoration: underline;
color: #252525;
}
#sidebar-secondary .widget{
background-color: #f6f6f6;
}
body.sidebar-on #sidebar {
background: #f6f6f6;}
/*Login page settings*/
/*======== Change background image for Login page ========*/
body.login {
background-color:#f1f1f1 !important ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;}
/*======== Change to login logo and add custom image ========
.login h1 a { background-image: url('login-logo.png');}
*/
/*========the labels to make the text darker, and the form input boxes========*/
.login label {
font-size: 12px;
color: #555555;
}
.login input[type="text"]{
background-color: #ffffff;
border-color:#dddddd;
-webkit-border-radius: 4px;
}
.login input[type="password"]{
background-color: #ffffff;
border-color:#dddddd;
-webkit-border-radius: 4px;
}
/*========style the button to make it a lighter shade of blue========*/
.login .button-primary {
width: 120px;
float:right;
background-color:#17a8e3 !important;
background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));
background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);
background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
background: -o-linear-gradient(top, #17a8e3, #17a8e3);
background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);
color: #ffffff;
-webkit-border-radius: 4px;
border: 1px solid #0d9ed9;
}
.login .button-primary:hover {
background-color:#17a8e3 !important;
background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9 ));
background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9 );
background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
color: #fff;
-webkit-border-radius: 4px;
border: 1px solid #0d9ed9;
}
.login .button-primary:active {
background-color:#17a8e3 !important;
background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
color: #fff;
-webkit-border-radius: 4px;
border: 1px solid #0d9ed9;
}
/*========remove lost password========*/
p#nav {
/*display: none;*/
}
/*========Remove the “Back to” Link========*/
p#backtoblog {
/*display: none;*/
}