Tarea #985 -> Cambio de apariencia y colores
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@106 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
3f52cccce5
commit
514c8a2ba6
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
wp-content/themes/score/lib/images/logo-w2.png
Normal file
BIN
wp-content/themes/score/lib/images/logo-w2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
@ -9,21 +9,20 @@ html, body {
|
||||
}
|
||||
|
||||
body {
|
||||
border-top: 1px solid #616161;
|
||||
background: #fff url(lib/images/background.png) left -25px repeat-x;
|
||||
background: #fff url(lib/images/background.png) top left repeat-x;
|
||||
font-family: Arial, Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
/* Text Styling */
|
||||
a {
|
||||
color: #576a7b; /*#4b8cc6;*/
|
||||
color: #2e374a; /*#4b8cc6;*/
|
||||
}
|
||||
a:hover {
|
||||
color: #325670;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
||||
color: #576a7b !important;
|
||||
color: #2e374a !important;
|
||||
}
|
||||
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
|
||||
color: #1eadff;
|
||||
@ -227,7 +226,7 @@ ul.navmenu li a.logout:hover {
|
||||
|
||||
|
||||
.login-name {
|
||||
color: #596a7c;
|
||||
color: #fff;
|
||||
width: 40%;
|
||||
float: left;
|
||||
margin-top: 40px;
|
||||
@ -325,7 +324,7 @@ ul.navmenu li a.logout:hover {
|
||||
#dedicationTitle {
|
||||
line-height:65px;
|
||||
margin:0;
|
||||
color: #576a7b;
|
||||
color: #2e374a;
|
||||
padding: 5px 10px;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
@ -410,7 +409,7 @@ ul.navmenu li a.logout:hover {
|
||||
}
|
||||
|
||||
#dedication-data-panel a {
|
||||
color: #576a7b;
|
||||
color: #2e374a;
|
||||
}
|
||||
|
||||
#dedicationComments_container {
|
||||
@ -506,7 +505,7 @@ ul.navmenu li a.logout:hover {
|
||||
margin: 0 auto;
|
||||
float: none;
|
||||
font-weight: bold;
|
||||
color: #576a7b;
|
||||
color: #2e374a;
|
||||
}
|
||||
|
||||
#footer-widgets > div:first-child {
|
||||
@ -549,7 +548,7 @@ ul.navmenu li a.logout:hover {
|
||||
}
|
||||
|
||||
#footer .widget a {
|
||||
color: #576a7b;
|
||||
color: #2e374a;
|
||||
}
|
||||
|
||||
#footer .widget a:hover {
|
||||
@ -903,7 +902,7 @@ p.srp-widget-excerpt {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
color: #576A7B;
|
||||
color: #2e374a;
|
||||
|
||||
}
|
||||
|
||||
@ -1061,7 +1060,7 @@ h3.comments {
|
||||
margin: 0 0 15px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
color: #576A7B;
|
||||
color: #2e374a;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -1131,7 +1130,7 @@ h3.comments {
|
||||
}
|
||||
|
||||
.yjl-pager .currentPager {
|
||||
background: #576A7B;
|
||||
background: #2e374a;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user