Advertisement
Guest User

Ubuntu forums blue theme

a guest
Mar 7th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.33 KB | None | 0 0
  1. body {
  2.     background: #BBCCDD !important;
  3.     margin-top: 0 !important;
  4.     padding-top: 0 !important;
  5.     font-family: sans-serif !important;
  6. }
  7.  
  8. /* FONTS (for MS Windows) */
  9. * { font-family: Tahoma, Geneva, sans-serif !important; }
  10. .bbcode_code { font-family: "Courier New", Courier, monospace !important; }
  11.  
  12. ::selection { background-color: #33AADD !important; }
  13.  
  14. body a {
  15.     color: #0077BB !important;
  16. }
  17.  
  18. .announcements .announcerow, .announcerow .announceinfo, .announcerow .announcement {
  19.     box-shadow: none !important;
  20.     background-color: #33AADD !important;
  21. }
  22.  
  23. .announcements .announcerow a, .announcerow .announceinfo a, .announcerow .announcement a {
  24.     color: white !important;
  25. }
  26.  
  27. .ad_global_header { display: none !important; } /* removals */
  28.  
  29. .above_body {
  30.     background-image: none !important;
  31.     background: linear-gradient(top, #0088CC, #33AADD) !important;
  32.     background: -o-linear-gradient(top, #0088CC, #33AADD) !important;
  33.     background: -moz-linear-gradient(top, #0088CC, #33AADD) !important;
  34.     background: -webkit-linear-gradient(top, #0088CC, #33AADD) !important;
  35.     background: -ms-linear-gradient(top, #0088CC, #33AADD) !important;
  36.     border-radius: 0 !important;
  37. }
  38.  
  39. .body_wrapper {
  40.     background-color: #FCFDFE !important;
  41.     box-shadow: none !important;
  42.     border-radius: 0 0 5px 5px !important;
  43. }
  44.  
  45. .isuser a {
  46.     color: white !important;
  47. }
  48.  
  49. .toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active, .toplinks .notifications a.popupctrl.active, .toplinks ul.isuser li a:hover {
  50.     background-color: transparent !important;
  51.     text-decoration: underline !important;
  52. }
  53.  
  54. .navbar_advanced_search a {
  55.     color: white !important;
  56. }
  57.  
  58. .navbar_search input {
  59.     border-color: #0088CC !important;
  60.     border-radius: 2px !important;
  61.     box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5) !important;
  62.     background: -o-linear-gradient(top, #e8e8e8, #fff) !important;
  63.     padding: 4px !important;
  64. }
  65.  
  66. .globalsearch .searchbutton {
  67.     border-color: transparent !important;
  68.     border-radius: 0 !important;
  69.     box-shadow: none !important;
  70.     background: transparent !important;
  71. }
  72.  
  73. .navtabs, .navtabs li.selected a.navtab, #navbar {
  74.     background-color: transparent !important;
  75. }
  76. .navtabs li.selected a.navtab {
  77.     color: white !important;
  78.     text-decoration: underline !important;
  79. }
  80. .navtabs li a.navtab {
  81.     background-color: transparent !important;
  82.     color: white !important;
  83. }
  84.  
  85. .navtabs a {
  86.     color: white !important;
  87. }
  88. .navtabs a:hover {
  89.     text-decoration: underline !important;
  90. }
  91.  
  92. .navtabs ul.popupbody {
  93.     background-color: #FCFDFE !important;
  94.     box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
  95. }
  96.  
  97. .navtabs .popupbody li:hover,
  98. .navtabs .popupbody li:hover * {
  99.     background-color: #33AADD !important;
  100.     color: white !important;
  101. }
  102.  
  103. .navtabs .popupbody li,
  104. .navtabs .popupbody li * {
  105.     color: #333 !important;
  106.     border-width: 0 !important;
  107.     background-color: #FCFDFE !important;
  108. }
  109.  
  110. .navbar { border-radius: 0 !important;}
  111.  
  112. .navlinks { background-color: #F6F9FC !important; }
  113.  
  114. .subforumlist.commalist li a {
  115.     color: #333 !important;
  116. }
  117.  
  118. /* Tweaked bootstrap buttons */
  119. .newcontent_textcontrol, .actionbuttons .group .button {
  120.     background-image: linear-gradient(top, #FFFFFF, #E6E6E6) !important;
  121.     background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6) !important;
  122.     background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6) !important;
  123.     background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6) !important;
  124.     background-image: -ms-linear-gradient(top, #FFFFFF, #E6E6E6) !important;
  125.     background-repeat: repeat-x !important;
  126.     border-bottom: 1px solid #B3B3B3 !important;
  127.     border-left: 1px solid rgba(0, 0, 0, 0.102) !important;
  128.     border-radius: 4px !important;
  129.     border-right: 1px solid rgba(0, 0, 0, 0.102) !important;
  130.     border-top: 1px solid rgba(0, 0, 0, 0.102) !important;
  131.     box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047) !important;
  132.     color: #333333 !important;
  133.     font-size: 11px !important;
  134.     font-style: bold !important;
  135. }
  136.  
  137. .newcontent_textcontrol:hover, .actionbuttons .group .button:hover  {
  138.     text-decoration: none !important;
  139.     background: linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  140.     background: -o-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  141.     background: -moz-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  142.     background: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  143.     background: -ms-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  144.     background-color: none !important;
  145.     box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047) !important;
  146.     border-top: 1px solid rgba(0, 0, 0, 0.102) !important;
  147. }
  148.  
  149. .newcontent_textcontrol:active, .actionbuttons .group .button:active  {
  150.     text-decoration: none !important;
  151.     background-image: linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  152.     background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  153.     background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  154.     background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  155.     background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0) !important;
  156.     outline: none !important;
  157.     outline-color: transparent !important;
  158.     background-color: none !important;
  159. }
  160.  
  161. .newcontent_textcontrol:focus, .actionbuttons .group .button:focus  {
  162.     background-image: linear-gradient(top, #33AADD, #0088CC) !important;
  163.     background-image: -o-linear-gradient(top, #33AADD, #0088CC) !important;
  164.     background-image: -moz-linear-gradient(top, #33AADD, #0088CC) !important;
  165.     background-image: -webkit-linear-gradient(top, #33AADD, #0088CC) !important;
  166.     background-image: -ms-linear-gradient(top, #33AADD, #0088CC) !important;
  167.     color: white !important;
  168. }
  169.  
  170. /* thread layout */
  171. #notices li {
  172.     border-radius: 0 !important;
  173.     box-shadow: none !important;
  174.     border: 1px solid #BBCCDD !important;
  175. }
  176.  
  177. .threadbit .nonsticky, .threadbit .discussionrow {
  178.     background-color: #F6F9FC !important;
  179. }
  180.  
  181. .threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
  182.     border-color: #D9E1E7 !important;
  183.     border-top-width: 0 !important;
  184. }
  185.  
  186. ol#threads, ol#stickies {
  187.     border-color: #D9E1E7 !important;
  188. }
  189. .threadbit .sticky {
  190.     border-top-width: 0 !important;
  191.     border-color: #D9E1E7 !important;
  192.     background-color: #EBF1F5 !important;
  193. }
  194.  
  195. .threadbit .threadtitle_unread {
  196.     font-size: 1.0em !important;
  197. }
  198.  
  199. .threadbit .threadtitle h3:visited,
  200. .threadbit .threadtitle a:visited {
  201.     color: #666 !important;
  202.     font-weight: bold !important;
  203. }
  204.  
  205. .pagination span a,
  206. .threadbit .pagination a {
  207.     font-size: 1em !important;
  208.     border-radius: 0 !important;
  209.     border-width: 0 !important;
  210.     background-color: transparent !important;
  211. }
  212.  
  213. .pagination span a:hover,
  214. .threadbit .pagination a:hover {
  215.     text-decoration: underline !important;
  216. }
  217.  
  218. .pagination span.selected a {
  219.     color: white !important;
  220.     background-color: #33AADD !important;
  221.     border-radius: 4px !important;
  222. }
  223.  
  224. .threadlisthead {
  225.     background-color: #EBF1F5 !important;
  226.     border-radius: 0 !important;
  227. }
  228.  
  229. .forumhead {
  230.     color: #0077BB !important;
  231.     border-bottom: 0 !important;
  232.     background-color: #F6F9FC !important;
  233. }
  234.  
  235. .forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow,
  236. .forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
  237.     border-top: 0px solid #DFE6EE !important;
  238.     background-color: #F6F9FC !important;
  239. }
  240.  
  241. .forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
  242.     /* margin-bottom: 0 !important; */
  243. }
  244.  
  245. .forumbit_post .forumrow, .forumbit_nopost .forumhead, .forumbit_nopost .forumrow, .forumbit_post .forumhead, .forumbits .forumhead {
  246.     box-shadow: none !important;
  247.     border: 1px solid #BBCCDD !important;
  248.     border-radius: 0 !important;
  249. }
  250.  
  251. .forumbit_post .forumrow .forumlastpost {
  252.     border: 1px solid #DFE6EE !important;
  253.     background-color: #FCFDFE !important;
  254. }
  255.  
  256. div[class="forumlastpost td"] {
  257.     border-radius: 0 !important;
  258. }
  259.  
  260. .threadlisthead {
  261.     border-radius: 0 !important;
  262.     box-shadow: none !important;
  263.     border: 1px solid #D9E1E7 !important;
  264.     border-bottom-width: 0 !important;
  265. }
  266.  
  267. .threadbit {
  268.     box-shadow: none !important;
  269. }
  270.  
  271. .threadbit .nonthread {
  272.     border-color: #D9E1E7 !important;
  273.     background-color: #F6F9FC !important;
  274. }
  275.  
  276. .threadmeta {
  277.     font-size: 0.85em !important;
  278. }
  279.  
  280. .textbox, textarea, select {
  281.     border-radius: 0 !important;
  282. }
  283.  
  284. /* Posts */
  285. .toolsmenu {
  286.     border-color: #BBCCDD !important;
  287.     background-color: #EBF1F5 !important;
  288. }
  289.  
  290. .posthead {
  291.     border-bottom: 1px solid #BBCCDD !important;
  292.     background-color: #EBF1F5 !important;
  293. }
  294. .postbody {
  295.     background-color: #FCFDFE !important;
  296. }
  297. .postfoot {
  298.     border-top: 1px solid #DFE6EE !important;
  299.     background-color: #F6F9FC !important;
  300. }
  301. .postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrol {
  302.     background-color: #F6F9FC !important;
  303. }
  304.  
  305. .userinfo {
  306.     /* border-right: 1px solid #DFE6EE !important; */
  307.     border-left-width: 0 !important;
  308.     background-color: #F6F9FC !important;
  309.     /*-o-border-image:-o-linear-gradient(#BBCCDD, transparent) 1 100% !important;*/
  310. }
  311.  
  312. .postbitlegacy .postdetails, .eventbit .eventdetail {
  313.     background-color: #F6F9FC !important;
  314. }
  315.  
  316. .postbit.postbitim.postcontainer, .postbit, .postbitlegacy, .eventbit {
  317.     margin-bottom: 8px !important;
  318.     border-radius: 0 !important;
  319.     box-shadow: none !important;
  320.     border-color: #BBCCDD !important;
  321. }
  322.  
  323. .bbcode_code {
  324.     font-size: 1em !important;
  325.     line-height: 1.2em !important;
  326.     background-color: #EBF1F5 !important;
  327. }
  328. .bbcode_code b, .bbcode_code i, .bbcode_code u {
  329.     font-family: "Courier New", Courier, monospace !important;
  330. }
  331.  
  332. .bbcode_container div.bbcode_quote, blockquote.preview .bbcode_container div.bbcode_quote {
  333.     border-radius: 0 !important;
  334.     background-color: #EBF1F5 !important;
  335.     border-color: #BBCCDD !important;
  336. }
  337.  
  338. .postbitlegacy .title, .eventbit .title { font-size: 0.9em !important; }
  339.  
  340. /* quick reply and blockheads */
  341. .blockhead {
  342.     background-color: #33AADD !important;
  343.     background-image: none !important;
  344.     border-radius: 0 !important;
  345.     color: white !important;
  346. }
  347.  
  348. /* footer */
  349.  
  350. .footer {
  351.     background-color: #BBCCDD !important;
  352.     border-radius: 4px !important;
  353.     box-shadow: none !important;
  354. }
  355.  
  356. /* advanced search */
  357. #searchtypeswitcher li.selected a {
  358.     background-color: #33AADD !important;
  359.     color: white !important;
  360. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement