Subida a producción de la maqueta
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@8 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
76ac87bc1a
commit
40b6105f9d
BIN
wp-content/themes/score/lib/images/foundation.png
Normal file
BIN
wp-content/themes/score/lib/images/foundation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
wp-content/themes/score/lib/images/search.png
Normal file
BIN
wp-content/themes/score/lib/images/search.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
@ -46,7 +46,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
|
|||||||
/*************************** Header ***************************/
|
/*************************** Header ***************************/
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
@ -56,6 +56,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 42px;
|
||||||
}
|
}
|
||||||
/* Logo */
|
/* Logo */
|
||||||
#logo span {
|
#logo span {
|
||||||
@ -105,15 +106,15 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
|
|||||||
/*************************** User Details ***************************/
|
/*************************** User Details ***************************/
|
||||||
|
|
||||||
ul.navmenu {
|
ul.navmenu {
|
||||||
width: 330px;
|
width: 269px;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li {
|
ul.navmenu li {
|
||||||
float: left;
|
float: left;
|
||||||
width: 60px;
|
width: 50px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
margin-left: 20px;
|
margin-left: 15px;
|
||||||
box-shadow: 2px 1px 4px #999;
|
box-shadow: 2px 1px 4px #999;
|
||||||
background: #1586ae;
|
background: #1586ae;
|
||||||
border: 1px solid #1b7695;
|
border: 1px solid #1b7695;
|
||||||
@ -124,7 +125,7 @@ ul.navmenu li {
|
|||||||
ul.navmenu li a {
|
ul.navmenu li a {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
display: block;
|
display: block;
|
||||||
width: 60px;
|
width: 50px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -138,25 +139,25 @@ ul.navmenu li a span {
|
|||||||
|
|
||||||
ul.navmenu li a.friends {
|
ul.navmenu li a.friends {
|
||||||
background-image: url(lib/images/friends-icon.png);
|
background-image: url(lib/images/friends-icon.png);
|
||||||
background-position: center;
|
background-position: 50% 40%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.groups {
|
ul.navmenu li a.groups {
|
||||||
background-image: url(lib/images/forum-icon.png);
|
background-image: url(lib/images/forum-icon.png);
|
||||||
background-position: center;
|
background-position: 50% 20%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.dedications {
|
ul.navmenu li a.dedications {
|
||||||
background-image: url(lib/images/dedications-icon.png);
|
background-image: url(lib/images/dedications-icon.png);
|
||||||
background-position: center;
|
background-position: 50% 40%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.profile {
|
ul.navmenu li a.profile {
|
||||||
background-image: url(lib/images/profile-icon.png);
|
background-image: url(lib/images/profile-icon.png);
|
||||||
background-position: center;
|
background-position: 50% 30%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -173,17 +174,28 @@ ul.navmenu li a.profile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*************************** Search panel ****************************/
|
/*************************** Search panel ****************************/
|
||||||
|
#searchform {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
#search-panel {
|
#search-panel {
|
||||||
background: url(lib/images/bg-search.png) repeat-x scroll 0 0 transparent;
|
/*background: url(lib/images/bg-search.png) repeat-x scroll 0 0 transparent;
|
||||||
border: 1px solid #E9E9E9;
|
border: 1px solid #E9E9E9;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 5px;
|
padding: 5px;*/
|
||||||
float: right;
|
float: right;
|
||||||
|
padding: 5px 0px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#searchbar {
|
#searchbar {
|
||||||
background: url(lib/images/bg-search-inp.png) repeat-x scroll 0 0 transparent;
|
background: url("lib/images/search.png") repeat scroll 0 0 transparent;
|
||||||
|
border-style: none;
|
||||||
|
height: 14px;
|
||||||
|
padding-left: 26px;
|
||||||
|
width: 147px;
|
||||||
|
margin: 0;
|
||||||
|
/*background: url(lib/images/bg-search-inp.png) repeat-x scroll 0 0 transparent;
|
||||||
border: 1px solid #D9D8D8;
|
border: 1px solid #D9D8D8;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@ -191,16 +203,18 @@ ul.navmenu li a.profile {
|
|||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
width: 265px;
|
width: 265px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchsubmit {
|
#searchsubmit {
|
||||||
background: url(lib/images/bg-search-btn.png) repeat scroll center center transparent;
|
/*background: url(lib/images/bg-search-btn.png) repeat scroll center center transparent;
|
||||||
border: 1px solid #D9D8D8;
|
border: 1px solid #D9D8D8;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 29px;
|
height: 29px;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
width: 26px;
|
width: 26px;*/
|
||||||
|
height: 14px;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-icon {
|
#search-icon {
|
||||||
@ -316,11 +330,18 @@ ul.navmenu li a.profile {
|
|||||||
width:32px;
|
width:32px;
|
||||||
height:32px;
|
height:32px;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dedication-data-panel span {
|
#dedication-data-panel span {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: bold;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 20px;
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dedication-data-panel a {
|
||||||
|
color: #576a7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dedicationComments_container {
|
#dedicationComments_container {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user