Advertisement
Guest User

grey-blue

a guest
Feb 1st, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.46 KB | None | 0 0
  1. .cover{height:105px; visibility: hidden;}
  2. Body{background: #b6b6b4;}
  3. #box2, #box{background:#d1d0ce; border-radius:0px; border:1px outset black;}
  4. H2, .form_button, .form_button:hover, .button, .button:hover{border-radius:0px; border:1px solid black;
  5. background: rgba(229,228,226,1);
  6. background: -moz-linear-gradient(top, rgba(229,228,226,1) 0%, rgba(115,124,161,1) 100%);
  7. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,228,226,1)), color-stop(100%, rgba(115,124,161,1)));
  8. background: -webkit-linear-gradient(top, rgba(229,228,226,1) 0%, rgba(115,124,161,1) 100%);
  9. background: -o-linear-gradient(top, rgba(229,228,226,1) 0%, rgba(115,124,161,1) 100%);
  10. background: -ms-linear-gradient(top, rgba(229,228,226,1) 0%, rgba(115,124,161,1) 100%);
  11. background: linear-gradient(to bottom, rgba(229,228,226,1) 0%, rgba(115,124,161,1) 100%);
  12. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e2', endColorstr='#737ca1', GradientType=0 ); font-family:monospace; color:#ffffff;}
  13. H2{height:23px; font-size:16px; text-align:left;}
  14. Div.backbtn, div.backbtn:hover{border-radius:0px;
  15. background: rgba(182,182,180,1);
  16. background: -moz-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  17. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,182,180,1)), color-stop(0%, rgba(229,228,226,1)), color-stop(100%, rgba(182,182,180,1)));
  18. background: -webkit-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  19. background: -o-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  20. background: -ms-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  21. background: linear-gradient(to bottom, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  22. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b4', endColorstr='#b6b6b4', GradientType=0 ); border:hidden; font-size:14px; font-weight:lighter; font-family:serif; color:#0c090a; width:150px;}
  23. Textarea, textarea:hover{height:50px; width:150px; color:#0c090a; border-radius: 0px; border:1px solid #848482; text-align:center;
  24. background: rgba(182,182,180,1);
  25. background: -moz-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  26. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,182,180,1)), color-stop(0%, rgba(229,228,226,1)), color-stop(100%, rgba(182,182,180,1)));
  27. background: -webkit-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  28. background: -o-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  29. background: -ms-linear-gradient(top, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  30. background: linear-gradient(to bottom, rgba(182,182,180,1) 0%, rgba(229,228,226,1) 0%, rgba(182,182,180,1) 100%);
  31. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b4', endColorstr='#b6b6b4', GradientType=0 );}
  32. #box, #box2{text-align:left;}
  33. Html{text-align:center;}
  34. .askme_a, ,comment{background: #d1d0ce !important; color:grey !important; border-radius: 0px !important; border:hidden !important;}
  35. .askme_q, Table,tr,td,th{background: #b6b6b4 !important; border-radius: 0px !important; border:1px outset black !important; color:#0c090a !important;}
  36. #box, a:link, a:visited{color:#737ca1;}
  37. A:active, a:hover, body {color:#0c090a;}
  38. *{color:#0c090a; font-family:sans-serif; font-weight:lighter;}
  39. .onlineoroffline{top:3px; left:138px; height:7px; width:7px; border-radius: 0px;}
  40. .online{background: #4863A0; border:hidden;}
  41. .offline{background: #737ca1; border:hidden;}
  42. .profilepic, .profilepiccontainer{border-radius: 0px !important; border:hidden !important; left:132px !important; top:40px !important;}
  43. .usernamecontainer{color:#4863a0 !important; border:hidden !important; border-radius: 0px !important; background:#ffffff !important; top:84px !important; left:196px !important;}
  44. Textarea, .form_button, .form_button:hover, .button, .button:hover, textarea:hover, div.backbtn, div.backbtn:hover, #progresscontainer, #rankpcontainer, #rankprogress{box-shadow:none;}
  45.  body{display:inline-block !important; width:100% !important; max-width:340px !important;}
  46.  .rankcontainer{ position:absolute; top:83px; float:right; font-size:12px; border-right:none; border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-right-radius:0; overflow:hidden; text-align:center; padding: 2px 6px 0 4px; }
  47. .rank_admin{left:372px; background:transparent !important; border:hidden !important; color:#0c090A !important; font-weight:bold !important; top:85px !important;}
  48.  .rank_mod{left:372px; background:#ffffff !important; border:hidden !important; color:#737ca1 !important; font-weight:bold !important; top:85px !important;}
  49.  .rank_cm{left:372px; background:#ffffff !important; border:hidden !important; color:#737ca1 !important; font-weight:bold !important; top:85px !important;}
  50. .rank_banned{left:372px; background:#ffffff !important; border:hidden !important; color:red !important; font-weight:bold !important; top:85px !important;}
  51. #progresscontainer{border-radius:0px; border:1px outset #0c090a;
  52. background: rgba(152,175,199,1);
  53. background: -moz-linear-gradient(top, rgba(152,175,199,1) 0%, rgba(72,99,160,1) 100%);
  54. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152,175,199,1)), color-stop(100%, rgba(72,99,160,1)));
  55. background: -webkit-linear-gradient(top, rgba(152,175,199,1) 0%, rgba(72,99,160,1) 100%);
  56. background: -o-linear-gradient(top, rgba(152,175,199,1) 0%, rgba(72,99,160,1) 100%);
  57. background: -ms-linear-gradient(top, rgba(152,175,199,1) 0%, rgba(72,99,160,1) 100%);
  58. background: linear-gradient(to bottom, rgba(152,175,199,1) 0%, rgba(72,99,160,1) 100%);
  59. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98afc7', endColorstr='#4863a0', GradientType=0 );}
  60. #rankpcontainer{border-radius: 0px; border:hidden; background:#848482;}
  61. #rankprogress{background: #98afc7; border-radius: 0px; border:hidden;}
  62. .spoiler{color:#0c090a; border-radius: 0px; border:hidden; background:#ffffff;}
  63. .inner{background:#e5e4e2; border-radius: 0px; border:hidden; color:#4863a0;}
  64. .tinyavatar{height:25px; width:25px; border-radius: 5px; border:1px solid #848482;}
  65. .mailuser{top:4px; left:176px; height:15px; width:15px; content:url(http://i.imgur.com/U58QmHE.jpg);}
  66. .successmsg{background:#4873a0; color:#ffffff; border-radius: 5px; border:1px outset #98afc7; font-weight:lighter;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement