Created
June 14, 2014 16:07
-
-
Save prasoon2211/621893b55fb6e76fbaf5 to your computer and use it in GitHub Desktop.
BLue desiign
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
font-family: dejavu !important; | |
} | |
.fa { | |
font-family: FontAwesome !important; | |
} | |
.nav-pills > li > a:hover { | |
color: #0d93d2; | |
background: #d3e2f5; | |
} | |
.nav-pills > li.active > a { | |
color: #fff; | |
background: #0d93d2; | |
} | |
.btn { | |
/*background: #e4eecf;*/ | |
background: #daf4fa; | |
color: #555; | |
} | |
.btn:hover { | |
background: #c5dc9a; | |
color: #000; | |
} | |
/* | |
.d-header .icons .icon { | |
color: #f18f00; | |
} | |
*/ | |
.list-controls a.badge-category.category-dropdown-button { | |
background: #daf4fa !important; | |
} | |
.list-controls a.badge-category.home { | |
background: #daf4fa !important; | |
} | |
#topic-list > tbody > tr:nth-child(even){ | |
background: #daf4fa; | |
} | |
#topic-list > tbody > tr:nth-child(odd){ | |
background: #fff; | |
} | |
#topic-list .topic-excerpt { | |
color: #666 !important; | |
} | |
#login-popup { | |
display: none; | |
width: 50%; | |
height: 33px; | |
position: absolute; | |
top: 50px; | |
z-index: 1000; | |
text-align: center; | |
line-height: 33px; | |
background: #e3e3e3; | |
border-radius: 6px; | |
left: 0; | |
right: 0; | |
margin: auto; | |
box-shadow: 5px 5px 10px #999; | |
} | |
#popup-message { | |
float:left; | |
margin-left: 70px; | |
} | |
#popup-close { | |
width:10px; | |
height:50px; | |
float: right; | |
margin-right: 20px; | |
} | |
.popup-close { | |
cursor: pointer; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment