sober

Untitled

May 12th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url("http://www.soup.io/friends"),
  4.                url("http://www.soup.io/fof"),
  5.                url("http://www.soup.io/stalkers"),
  6.                url("http://www.soup.io/everyone")
  7.      {
  8.  
  9. body {
  10.     background-color: #b5b5b5 !important;
  11.     font-weight: normal;
  12.     font-family: Ubuntu, Calibri, Helvetica, Arial !important;
  13.     font-size: 16px;
  14.     text-align: left;
  15. }
  16.  
  17. .caption {
  18.     left: 2px !important;
  19.     border-radius: 3px;
  20.     margin-right: 2px;
  21.     margin-left: -2px;
  22.     margin-bottom: 0px;
  23. }
  24.  
  25. #pagebody {
  26.     margin: 0px 220px 0px 0px
  27. }
  28.  
  29. #head .nsfw label {
  30.     padding-top: 0px !important;
  31.     padding-right: 18px !important;
  32. }
  33.  
  34. #head h2 {
  35.     font-size: 12px;
  36.     color: #000 !important;
  37.     text-align: left;
  38. }
  39.  
  40. #head {
  41.     font-size: 11px;
  42.     background-color: #b5b5b5 !important;
  43. }
  44.  
  45. /*  if you want to turn on the logo, you can do it using the selector below  */
  46.  
  47. #logo h1 a {
  48.     display: none !important;
  49.     position: absolute;
  50.     top: -10px;
  51.     left: 819px;
  52.     -moz-transform: rotate(8deg);  
  53.     display: none;
  54. }
  55.  
  56. .post_quote blockquote .start {
  57.     color: #777 !important;
  58. }
  59.  
  60. .post_quote
  61. .body {
  62.     font-weight: 700 !important;
  63. }
  64.  
  65. a {
  66.     color: #b5b5b5;
  67. }
  68.  
  69. .actionbar,
  70.     body.repost-iframe #repost-container {
  71.     border-radius: 4px 4px 4px 4px;
  72. }
  73.  
  74. .post .actionbar li.visible a,
  75. .post .actionbar li.open a {
  76.     background: url("http://soup.io/images/black50.png") repeat scroll 0% 0% transparent;
  77.     border-radius: 3px;
  78. }
  79.  
  80. div.content-container {
  81.     padding: 7px;
  82.     border: 1px solid #888;
  83.     border-radius: 3px 3px 3px 3px;
  84.     margin: 0 auto;
  85.     background-color: #bbb;
  86. }
  87.  
  88. /*
  89. .post,
  90. .reactions,
  91. li.original_link_open,
  92. .toggle,
  93. .button,
  94. .inner {
  95.     border-top-right-radius: 3px !important;  
  96.     border-top-left-radius: 3px !important;
  97. }
  98. */
  99.  
  100. .post .reactions .original {
  101.     clear: both;
  102.     padding: 0.5em;
  103.     background: url("http://soup.io/skins/default/black30.png") repeat scroll 0px 0px transparent;
  104.     border-bottom-right-radius: 3px !important;
  105.     border-bottom-left-radius: 3px !important;
  106.     border-top-right-radius: 3px !important;
  107. }
  108.  
  109. .dropdown .dropdown_body {
  110.     border-bottom-right-radius: 3px !important;
  111.     border-bottom-left-radius: 3px !important;
  112. }
  113.  
  114. div.imagecontainer {
  115.     margin: 0 auto;
  116. }
  117.  
  118. img {
  119.     margin: 0px auto !important;
  120.     max-width: 480px;
  121.     border-radius: 3px 3px 3px 3px;
  122. }
  123.  
  124. a.avatarlink img,
  125. .source a.url img {
  126.     border: 1px solid #888;
  127.     border-radius: 1px 1px 1px 1px;
  128. }
  129.  
  130. div.embed {
  131.     margin-left: 0px;
  132. }
  133.  
  134. #headercontainer2 {
  135.     background-color: inherit;
  136. }
  137.  
  138. textarea,
  139. .post .content cite,
  140. .post .content cite input {
  141.     font-family: ubuntu;
  142. }
  143.  
  144. #descriptioncontainer2 h4 {
  145.     display: none;
  146. }
  147.  
  148. #head .admin-button {
  149.     display: none;
  150. }
  151.  
  152. #bar ul {
  153.     font-family: ubuntu;
  154.     font-size: 14px;
  155.     background-color: #333;
  156. }
  157.  
  158. #content h2.date {
  159.     content: ' ';
  160.     font-family: ubuntu;
  161.     font-size: 13px;
  162.     font-weight: 700;
  163.     text-transform: capitalize;
  164. }
  165.  
  166. #avatarcontainer {
  167.     visibility: hidden;
  168. }
  169.  
  170. .post .author img {
  171.     border-radius: 3px 3px 3px 3px !important;
  172.     border: 1px solid #666 !important;
  173. }
  174.  
  175. #tv_promo {
  176.     display: none !important;
  177. }
  178.  
  179. #sidebar .box {
  180.     display: none !important;
  181. }
  182.  
  183. #friends h3 {
  184.     font-size: 14px !important;
  185.     color: #ccc !important;
  186. }
  187.  
  188. #sidebar {
  189.     margin-top: 44px !important;
  190.     position: relative;
  191.     bottom: 100px;
  192.     left: 200px;
  193.     max-height: 100px !important;
  194. }
  195.  
  196. .switchable1 {
  197.     height: 59px !important;
  198.     color: #666 !important;
  199. }
  200.  
  201. #main {
  202.     margin-top: 8px;
  203.     float: left;
  204.     width: 555px !important;
  205.     margin-left: 35px;
  206. }
  207.  
  208. #friends h3,
  209. #friends #sidebar h3 {
  210.     clear: both;
  211.     font-size: 1.3em;
  212.     border-bottom: 1px solid rgb(153, 170, 187);
  213.     width: 85%;
  214.     text-align: left;
  215.     float: right;
  216.     color: rgb(51, 51, 51);
  217.     margin: 0.4em 0px 0.1em;
  218.     padding: 1px 4px 0.1em 0.1em !important;
  219.     height: 15px !important;
  220. }
  221.  
  222. h3.userlist_heading:nth-child(2) {
  223.     border-bottom: 1px solid #b5b5b5 !important;
  224. }
  225.  
  226. h3.userlist_heading:nth-child(4) {
  227.     border-bottom: 1px solid #b5b5b5 !important;
  228. }
  229.  
  230. h3.userlist_heading:nth-child(6) > a:nth-child(1) {
  231.     display: none;
  232. }
  233.  
  234. h3.userlist_heading:nth-child(6) {
  235.     display: none;
  236. }
  237.  
  238. }
Add Comment
Please, Sign In to add comment