123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- body,.profileButton {
- background-color: #06090c !important;
- }
- p,div,span{
- color:white;
- }
- a {
- color:#49a2cf;
- }
- .tiselected {
- border-bottom: 2px solid white;
- }
- input[type="checkbox"]:checked+label {
- color: red;
- }
- input[type="submit"], .setting input[type="radio"]:checked+label, .setting input[type="checkbox"]:checked+label{
- background-color: #2b90d9;
- color:white;
- border:1px solid #2b90d9;
- border-radius:2px;
- }
- .setting input[type="radio"]+label, .setting input[type="checkbox"]+label{
- background-color: black;
- }
- .search input[type="submit"]{
- color: #9baec8;
- background-color:transparent;
- border:0px;
- }
- input[type="text"]{
- border:0px;
- }
- .topbar,.gotop{
- background-color:#192432;
- }
- .alert {
- background-color: #2b90d9;
- }
- .post,.postform,.notif,.loadmore,#notifications,.nloadmore,.loader,.side_element {
- background-color:#192432;
- border-radius:0px !important;
- }
- .notif .post_buttons {
- background-color:#1F2D3D;
- }
- .post_footer,.profile,.flex{
- background-color:#1F2D3D;
- border-bottom: 2px solid #3A5674;
- }
- .contact * {
- color:black !important;
- }
- .contact:hover * {
- color:white !important;
- }
- .post {
- border-bottom:2px solid #202e3f;
- }
- .post_buttons a{
- color:#3e5a7c;
- }
- .reply,.previewpost,.userinfo{
- background-color: #121a24;
- }
- .previewpost,.userinfo{
- border:1px solid #202e3f;
- }
- .unfav, .unreblog{
- color: red !important;
- }
- .element_pad > .post {
- border-left:3px solid #0b82d2;;
- box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
- }
- .menu, .mobilemenu {
- background-color:#d9e1e8;
- }
- .menu a,.menu span,.mobilemenu a,.mobilemenu span {
- color: #06090c !important;
- }
- .menu li:hover a,.topicon,.side_element a,.menu li:hover span {
- color: #d9e1e8 !important;
- }
- .menu li:hover {
- background-color: #06090c !important;
- }
- .side_element li:hover {
- color: #fff !important;
- }
- .public::after {
- content: '';
- }
- .sensitive::after {
- content: '';
- }
- .unlisted::after {
- content: '';
- }
- .private::after {
- content: '';
- }
- .direct::after {
- content: '';
- }
- .polloption{
- display:block;
- margin:5px;
- padding:5px;
- background-color: white;
- border:2px solid #7dbcda;
- border-radius:7px;
- color:#048fb3;
- font-weight:bold;
- }
- .polloption:hover:not(.fixed),.voted{
- cursor: pointer;
- border:2px solid #7dbcda;
- background-color: #7dbcda;
- color:white;
- }
- .voteBar{
- background-color: #048fb3;
- }
|