YDU Logo
This commit is contained in:
parent
27db216d0c
commit
b92e533698
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -101,8 +101,8 @@ div[data-role="page"] {
|
|||
border: none;
|
||||
z-index: 50;
|
||||
/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545b60), to(#191a1c));*/
|
||||
background-image: -webkit-linear-gradient(top, #5282A6, #133757);
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(127, 149, 165, 1), 0 -1px 0 rgba(31, 32, 36, 1) inset;
|
||||
background-image: -webkit-linear-gradient(top, #F7F1E0, #E0C77E);
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8),inset 0 1px 0 #F6EAA5,0 -1px 0 #F7F1E0 inset;
|
||||
}
|
||||
.header h1.ui-title {
|
||||
margin: 8px 30%;
|
||||
|
@ -116,13 +116,14 @@ div[data-role="page"] {
|
|||
margin-left: -15px;
|
||||
font-size: 20px;
|
||||
/*color: #727272;*/
|
||||
color: #7CA6C5;
|
||||
color: #FCF2D2;
|
||||
/*background-color: #252525;*/
|
||||
background-color: #144366;
|
||||
background-color: #E4CF91;
|
||||
border-radius: 0 0 5px 5px;
|
||||
height: 15px;
|
||||
line-height: 16px;
|
||||
box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
|
||||
text-shadow: 0 -1px 1px #6D6C6C;
|
||||
}
|
||||
.header .language .ui-btn-text {
|
||||
left: 0;
|
||||
|
@ -135,14 +136,14 @@ div[data-role="page"] {
|
|||
background-image: none;
|
||||
}
|
||||
.header .ui-btn-up-a {
|
||||
border: 1px solid #133547;
|
||||
border: 1px solid #949494;
|
||||
background-color: #0C4C64;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from( #0D6691 ), to( #0E3A4B ));
|
||||
background-image: -webkit-linear-gradient( #0D6691 , #0E3A4B );
|
||||
background-image: -moz-linear-gradient( #0D6691 , #0E3A4B );
|
||||
background-image: -ms-linear-gradient( #0D6691 , #0E3A4B );
|
||||
background-image: -o-linear-gradient( #0D6691 , #0E3A4B );
|
||||
background-image: linear-gradient( #0D6691 , #0E3A4B );
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from( #ECE0BC ), to( #BD9932 ));
|
||||
background-image: -webkit-linear-gradient( #ECE0BC , #BD9932 );
|
||||
background-image: -moz-linear-gradient( #ECE0BC , #BD9932 );
|
||||
background-image: -ms-linear-gradient( #ECE0BC , #BD9932 );
|
||||
background-image: -o-linear-gradient( #ECE0BC , #BD9932 );
|
||||
background-image: linear-gradient( #ECE0BC , #BD9932 );
|
||||
}
|
||||
.header h1 img {
|
||||
height: 30px;
|
||||
|
|
Loading…
Reference in New Issue