Advertisement
Guest User

Untitled

a guest
Apr 24th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.26 KB | None | 0 0
  1. @charset "utf-8";
  2. /* Pirates Online Players Wiki css  */
  3.  
  4. /*Generic Styling for Wiki*/
  5. .WikiaArticle a.external::after, .WikiaArticle a[href^="gopher://"]::after { /*Removes some external link symbol*/
  6.         background-image:none;
  7.     padding: 0 !important;
  8.     width: 0px !important;
  9. }
  10.  
  11. body { /*Custom background to make site look nicer*/
  12.         background:url(http://images1.wikia.nocookie.net/potcroleplaying/images/6/65/Wiki_Background.png) no-repeat center top #000 ;
  13.         background-attachment: fixed !important; /* prevents annoying black space :) */
  14. }
  15.  
  16.  
  17. .WikiaPage { /* Easier to customize page colour */
  18.     background: #FFD39B;
  19.     border: 2px solid #9F703A;
  20.     box-shadow:0 0 60px #9F703A;
  21. }
  22.  
  23. #catlinks { /* Makes category bar look less dull */
  24.    background:url("http://images3.wikia.nocookie.net/__cb20110620063328/central/images/thumb/b/b1/Potc_skull_color.png/32px-Potc_skull_color.png") no-repeat scroll 99.7% 65% transparent !important;
  25. }
  26.  
  27.  
  28. /*Some various divs that have different backgrounds*/
  29. .parchment {
  30.     background: url(http://images3.wikia.nocookie.net/potcoplayers/images/f/fb/Treasure_tile_parchment.jpg);
  31.     background-position: center;
  32. }
  33.  
  34. .heading3 {
  35.    padding:0.2em 0.4em;
  36.    margin:0 0 10px 0;
  37.    background: Black;
  38.    color:#c8c8c8;
  39.    font-size:120%;
  40.    font-weight:bold;
  41.    text-align:left;
  42.    width:100%;
  43.    border:1px solid Transparent;
  44. }
  45.  
  46. .heading2 {
  47.    padding:0.2em 0.4em;
  48.    margin:0 0 10px 0;
  49.    background: url('http://images3.wikia.nocookie.net/piratesonline/images/c/cd/Heading_Filler.png') repeat-x;
  50.    color:#c8c8c8;
  51.    font-size:120%;
  52.    font-weight:bold;
  53.    text-align:left;
  54.    width:100%;
  55.    border:1px solid transparent;
  56. }
  57.  
  58. .heading {
  59.    padding:0.2em 0.4em;
  60.    margin:0 0 10px 0;
  61.    background: url('http://images1.wikia.nocookie.net/potcoplayers/images/e/e6/Pir_t_gui_frm_loadingScreen_top_combined.jpg') repeat-x;
  62.    color:#c8c8c8;
  63.    font-size:120%;
  64.    font-weight:bold;
  65.    text-align:left;
  66.    width:100%;
  67.    border:1px solid transparent;
  68. }
  69.  
  70.  
  71. .heading4 {
  72.    padding:0.2em 0.4em;
  73.    margin:0 0 10px 0;
  74.    background: url('http://images3.wikia.nocookie.net/potcoplayers/images/2/20/Pier_wood1.jpg') repeat-x;
  75.    color:#c8c8c8;
  76.    font-size:120%;
  77.    font-weight:bold;
  78.    text-align:left;
  79.    width:100%;
  80.    border:1px solid transparent;
  81. }
  82.  
  83. .parchment {
  84.     background: url(http://images3.wikia.nocookie.net/potcoplayers/images/f/fb/Treasure_tile_parchment.jpg);
  85.     background-position: center;
  86.  }
  87.  
  88. .wood {
  89.     background: url(http://images1.wikia.nocookie.net/potcoplayers/images/5/5e/CssTreasure_tile_wood.jpg);
  90.     background-position: center;
  91.  }
  92.  
  93. .halloween {
  94.     background: url(http://images1.wikia.nocookie.net/potcoplayers/images/8/8a/7730297-seamless-halloween-background.jpg);
  95.     background-position: center;
  96.  }
  97.  
  98. .water {
  99.    background: url(http://images3.wikia.nocookie.net/__cb20110630132807/piratesonlineunreleasedcontent/images/thumb/archive/5/50/20110630133441!Wiki-background/120px-Wiki-background) repeat center top !important;
  100. }
  101.  
  102. .sea {
  103.    background: url(http://images3.wikia.nocookie.net/piratesonline/images/c/cd/Heading_Filler.png) no-repeat center top !important;
  104. }
  105.  
  106. .red {
  107.     background: url(http://images1.wikia.nocookie.net/potcoplayers/images/a/a8/Red_Tile_I.JPG);
  108.     background-position: center;
  109.  }
  110.  
  111. .black {
  112.     background: url(http://images1.wikia.nocookie.net/potcoplayers/images/4/4b/Black_Tile.JPG);
  113.     background-position: center;
  114.  }
  115.  
  116.  
  117. .darkblue {
  118.     background: url(http://images2.wikia.nocookie.net/potcoplayers/images/2/2c/DarkBlue_Tile.JPG);
  119.     background-position: center;
  120.  }
  121.  
  122.  
  123. .darkgreen {
  124.     background: url(http://images1.wikia.nocookie.net/potcoplayers/images/4/40/DarkGreen_Tile.JPG);
  125.     background-position: center;
  126.  }
  127.  
  128. .blue {
  129.     background: url(http://images1.wikia.nocookie.net/potcoplayers/images/c/c4/Blue_Tile.JPG);
  130.     background-position: center;
  131.  }
  132.  
  133. .pony {
  134.     background: url(http://images2.wikia.nocookie.net/potcoplayers/images/thumb/7/7d/LawPony.png/204px-LawPony.png);
  135.     background-position: center;
  136.  }
  137.  
  138. .heading:hover {
  139.     -moz-box-shadow: 0 0 7px white;
  140.     -webkit-box-shadow: 0 0 7px white;
  141.     box-shadow: 0 0 7px white;
  142. }
  143.  
  144. .storm {
  145.     background: url(http://images3.wikia.nocookie.net/potcoplayers/images/8/88/StormTile.png);
  146.     background-position: center;
  147.  }
  148.  
  149. .skull {
  150.     background: url(http://images2.wikia.nocookie.net/potcoplayers/images/c/c9/SkullTile.png);
  151.     background-position: center;
  152.  }
  153.  
  154. .firestorm {
  155.     background: url(http://images3.wikia.nocookie.net/potcoplayers/images/a/ae/FireStormTile.png);
  156.     background-position: center;
  157.  }
  158.  
  159. .fortunehunter {
  160.     background: url(http://images1.wikia.nocookie.net/potcoplayers/images/1/1c/FortuneWoodTile.png);
  161.     background-position: center;
  162.  }
  163.  
  164.  
  165. /*Table of Contents*/
  166. #toc {
  167.    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
  168.    -webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;
  169.    border-radius: 0.4em 0.4em 0.4em 0.4em;
  170.    background: tan url(http://images3.wikia.nocookie.net/__cb20110620063328/central/images/thumb/b/b1/Potc_skull_color.png/150px-Potc_skull_color.png) no-repeat center top;    
  171.  }
  172.  
  173.  /*Polls*/
  174. .ajax-poll {
  175.     width: auto !important;  /* Inline style override for Poll extension*/
  176.     border: 1px solid #f9f9f9 !important; /* Replaces dashed with solid grey */
  177. }
  178. .pollAnswerVotes span {
  179.     color: black!important;
  180. }
  181.  
  182.  /*Why do we need main page on the main page*/
  183. body.page-Pirates_Online_Players_Wiki #siteSub,
  184. body.page-Pirates_Online_Players_Wiki #contentSub,
  185. body.page-Pirates_Online_Players_Wiki h1.firstHeading {
  186.     display: none !important;
  187. }
  188.  
  189. /*Some Nav fixes to make timer look ok*/
  190. #displayTimer {
  191.         font-size: 12px !important;
  192. }
  193. #showdate a {
  194.         color: white !important;
  195. }
  196.  
  197. /*Tabber Styles*/
  198. .tabberlive .tabbertab h2,
  199. .tabberlive .tabbertab h3 {
  200.         display: block !important;
  201. }
  202.  
  203. ul.tabbernav li a:link {
  204.         color: #000000 !important;
  205. }
  206.  
  207. ul.tabbernav li a:hover {
  208.         color: black !important;
  209.         background: #C13131 !important;
  210.         border-color: #3F0A0A !important;
  211. }
  212.  
  213. ul.tabbernav li.tabberactive a:hover {
  214.         color: #000000 !important;
  215.         background: #D20000 !important;
  216. }
  217.  
  218. ul.tabbernav li.tabberactive a {
  219.         background-color: #890000 !important;
  220. }
  221.  
  222. ul.tabbernav li a {
  223.     background: #7E0000 !important;
  224.     border: 1px solid black !important;
  225.     margin-left: 0px !important;
  226.     margin-right: 3px;
  227.     -moz-border-radius:1em;
  228.     -khtml-border-radius: 1em;
  229.     -webkit-border-radius:1em;
  230.     border-radius: 1em;
  231. }
  232.  
  233. .tabberlive .tabbertab {
  234.         border: none !important;
  235. }
  236.  
  237. ul.tabbernav {
  238.         border-bottom: none !important;
  239. }
  240.  
  241. .tabberlive .editsection {
  242.         display: none;
  243. }
  244. .tabberlive .tabbertab h2,
  245. .tabberlive .tabbertab h3 {
  246.         display: block !important;
  247. }
  248.  
  249. ul.tabbernav li a:link {
  250.         color: #000000 !important;
  251. }
  252.  
  253. ul.tabbernav li a:hover {
  254.         color: black !important;
  255.         background: #C13131 !important;
  256.         border-color: #3F0A0A !important;
  257. }
  258.  
  259. ul.tabbernav li.tabberactive a:hover {
  260.         color: #000000 !important;
  261.         background: #D20000 !important;
  262. }
  263.  
  264. ul.tabbernav li.tabberactive a {
  265.         background-color: #890000 !important;
  266. }
  267.  
  268. ul.tabbernav li a {
  269.     background: #7E0000 !important;
  270.     border: 1px solid black !important;
  271.     margin-left: 0px !important;
  272.     margin-right: 3px;
  273.     -moz-border-radius:1em;
  274.     -khtml-border-radius: 1em;
  275.     -webkit-border-radius:1em;
  276.     border-radius: 1em;
  277. }
  278.  
  279. .tabberlive .tabbertab {
  280.         border: none !important;
  281. }
  282.  
  283. ul.tabbernav {
  284.         border-bottom: none !important;
  285. }
  286.  
  287. .tabberlive .editsection {
  288.         display: none;
  289. }
  290.  
  291. /*Forum styling*/
  292. .forumheader {
  293.    -moz-border-radius:10px 10px 10px 10px;
  294.    border-top: 2px solid black !important;
  295.    border-left: 2px solid black !important;
  296.    border-bottom: 4px solid black !important;
  297.    border-right: 4px solid black !important;
  298.    background-color: SteelBlue; color: black; margin-top: 1em; padding: 6px;
  299. }
  300. .forumlist td.forum_edited a {
  301.    color: black; text-decoration: none
  302. }
  303. .forumlist td.forum_title a {
  304.    padding-left: 20px;
  305. }
  306. .forumlist td.forum_title a.forum_new {color: #D4AA00; font-weight:bold !important;
  307.    font-weight:bold; background: url('http://images2.wikia.nocookie.net/potcoplayers/images/thumb/4/4e/Water1.jpg/185px-Water1.jpg') center left no-repeat; padding-left: 20px;
  308.  
  309. }
  310. .forumlist td.forum_title a.forum_new:visited {
  311.     font-weight: normal; background: none; padding-left: 20px;
  312. }
  313. .forumlist th.forum_title {
  314.    padding-left: 20px;
  315. }
  316.  
  317. /* Admin comments highlighting*/
  318.  
  319. .comments li[data-user="Parax."] blockquote { /* Parax */
  320.    background:#000000 url("http://images1.wikia.nocookie.net/potcoplayers/images/7/75/%40admins_sig_lineCSS.png") bottom center no-repeat !important;
  321. }
  322. .comments li[data-user="Parax."] blockquote:after {
  323.    border-color: transparent #000000 #000000 transparent !important;
  324. }
  325. .comments li[data-user="Parax."] blockquote div {
  326.    background: transparent #000000 !important;
  327. }
  328. .comments li[data-user="Parax."] blockquote {color:limegreen !important;}
  329.  
  330.  
  331. .comments li[data-user="Jack Pistol"] blockquote { /* Jack */
  332.    background: Firebrick  url("http://images1.wikia.nocookie.net/potcoplayers/images/7/75/%40admins_sig_lineCSS.png") bottom center no-repeat !important;
  333. }
  334. .comments li[data-user="Jack Pistol"] blockquote:after {
  335.    border-color: transparent Firebrick Firebrick transparent !important;
  336. }
  337. .comments li[data-user="Jack Pistol"] blockquote div {
  338.    background: transparent; !important;
  339. }
  340. .comments li[data-user="Jack Pistol"] blockquote {color: White; !important;}
  341.  
  342.  
  343. .comments li[data-user="GenLawrence"] blockquote { /* Law */
  344.    background:#000033 url("http://images1.wikia.nocookie.net/potcoplayers/images/7/75/%40admins_sig_lineCSS.png") bottom center no-repeat !important;
  345. }
  346. .comments li[data-user="GenLawrence"] blockquote:after {
  347.    border-color: transparent #000033 #000033 transparent !important;
  348. }
  349. .comments li[data-user="GenLawrence"] blockquote div {
  350.    background: transparent #000033 !important;
  351. }
  352. .comments li[data-user="GenLawrence"] blockquote {color:white !important;}
  353.  
  354.  
  355. .comments li[data-user="Jarod Pillagebane"] blockquote {  /* Jarod */
  356.    background:#FF6600 url("http://images1.wikia.nocookie.net/potcoplayers/images/7/75/%40admins_sig_lineCSS.png") bottom center no-repeat !important;
  357. }
  358. .comments li[data-user="Jarod Pillagebane"] blockquote:after {
  359.    border-color: transparent #FF6600 #FF6600 transparent !important;
  360. }
  361. .comments li[data-user="Jarod Pillagebane"] blockquote div {
  362.    background: transparent #FF6600 !important;
  363. }
  364. .comments li[data-user="Jarod Pillagebane"] blockquote {color:white !important;}
  365.  
  366. /*Admin history highlighting*/
  367.  
  368. table.diff a[href="/wiki/User:Parax."], /*Parax*/
  369. ul#pagehistory li a[href="/wiki/User:Parax."],
  370. body.ns-0 a[href="/wiki/User:Parax."],
  371. body.ns-500 a[href="/wiki/User:Parax."],
  372. body.ns-501 a[href="/wiki/User:Parax."],
  373. body.ns--1 a[href="/wiki/User:Parax."] {
  374.         color: #000000;
  375.         font-weight:bold;
  376.        
  377. }
  378.  
  379. table.diff a[href="/wiki/User:Jack_Pistol"],  /*Jack Pistol*/
  380.  ul#pagehistory li a[href="/wiki/User:Jack_Pistol"],
  381.  body.ns-0 a[href="/wiki/User:Jack_Pistol"],
  382.  body.ns-500 a[href="/wiki/User:Jack_Pistol"],
  383.  body.ns-501 a[href="/wiki/User:Jack_Pistol"],
  384.  body.ns--1 a[href="/wiki/User:Jack_Pistol"] {
  385.          color: Firebrick;
  386.          font-weight: bold;
  387.         }
  388.  
  389. table.diff a[href="/wiki/User:GenLawrence"],  /*Law*/
  390. ul#pagehistory li a[href="/wiki/User:GenLawrence"],  
  391. body.ns-0 a[href="/wiki/User:GenLawrence"],
  392. body.ns-500 a[href="/wiki/User:GenLawrence"],
  393. body.ns-501 a[href="/wiki/User:GenLawrence"],
  394. body.ns--1 a[href="/wiki/User:GenLawrence"] {
  395.         color: DarkBlue;
  396.         font-weight:bold;
  397. }
  398.  
  399. table.diff a[href="/wiki/User:Jarod_Pillagebane"],  /*Jarod*/
  400. ul#pagehistory li a[href="/wiki/User:Jarod_Pillagebane"],
  401. body.ns-0 a[href="/wiki/User:Jarod_Pillagebane"],
  402. body.ns-500 a[href="/wiki/User:Jarod_Pillagebane"],
  403. body.ns-501 a[href="/wiki/User:Jarod_Pillagebane"],
  404. body.ns--1 a[href="/wiki/User:Jarod_Pillagebane"] {
  405.         color: #FF6600;
  406.         font-weight:bold;
  407. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement