Advertisement
Guest User

Whisperpedia

a guest
Mar 31st, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.19 KB | None | 0 0
  1. /* *************************************************
  2.     Legacy default character styles, added for backwards compatibility
  3. ************************************************* */               
  4. body, html {padding: 0px; margin: 0px; font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif; font-size: 16px; letter-spacing: normal }
  5.  
  6. h1, h2, h3, h4, h5, h6 {font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }
  7.  
  8. #toolbar {background: rgba(0, 0, 0, 0.5); width: 80%; margin-left: 10%; margin-right: 10%; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; height: 25px; display: block; }
  9. #toolbar ul {padding: 0px; padding-left: 20px; margin: 0px; list-style-type: none;}
  10. #toolbar li {display: inline; margin-right: 10px;}
  11.  
  12. ul#toolbar-dropdown-nav li,ul#pagetabs li ul.nestedPages li {display: block; padding: 2px 14px; margin: 0px;}
  13. ul#toolbar-dropdown-nav, ul.nestedPages {position: absolute; background: #ffffff; border: 1px solid black; margin-top: -2px; padding: 0px;}
  14.  
  15. #sitecontainer, #header-and-content-container {width: 100%; min-width: 1000px; }
  16.  
  17. #leftheaderside, #rightheaderside { height: 150px; width: 10%;float: left; }
  18.  
  19. #charheader {width: 80%; height: 150px; float: left; }
  20. #charheader a {text-decoration: none;}
  21. #headerholder {float: left; margin: 0px; padding: 0px; width: 100%;}
  22. #charcontent {width: 74%; padding-left: 13%; padding-right: 13%; float: left; }
  23. ul#pagetabs {list-style-type: none; }
  24. ul#pagetabs li {float: left; margin: 10px; }
  25. ul#pagetabs li ul.nestedPages li {float: none; margin: 0px;}
  26.  
  27. .portraitcontainer {float: left; margin: 27px 10px 0px 20px; width: 95px; height: 95px; border: 1px solid black; }
  28. .portraitcontainer img {max-width: 95px; max-height: 95px;}
  29. #characterName {font-size: 35px; padding-bottom: 0px; margin-bottom: 0px; padding-top: 15px; }
  30. #playedBy {font-size: 15px; margin: 0px;display: inline; margin-left: 30px; }
  31.  
  32. .pagetitle {font-size: 30px; }
  33. .widgetTitle {font-size: 20px; }
  34.  
  35. #footer {width: 74%; padding-left: 13%; padding-right: 13%; padding-top: 20px; float: left; clear: both; }
  36. #footer p { font-size: 13px; font-style: italic; text-align: center;}
  37.  
  38. #charcontent-clear {clear: both;}
  39.  
  40. #mobileBackground {display: none;}
  41.                
  42. /* *************************************************
  43.     Your own CSS starts here
  44. ************************************************* */
  45.  
  46. /* Whisperpedia free template by Shaun Kyle AKA Creepmachine */
  47.  
  48. body {
  49. font-family: Arial;
  50. background-color: #f6f6f6;
  51. font-size: 11pt;
  52. overflow-x: hidden;
  53.     background-image: url(http://puu.sh/nV7Lu/7e03434bd4.png); /*This is the fake Wikipedia sidebar*/
  54.     background-repeat: no-repeat;
  55. }
  56.  
  57. #toolbar {
  58. background: none !important;
  59. margin-top: 10px;
  60. }
  61.  
  62. #toolbar > ul {
  63. float: right;
  64. }
  65.  
  66. #toolbar > ul:before {
  67. content: "Not logged in";
  68. color: #707070;
  69. font-size: 12px;
  70. padding-right: 5px;
  71. font-family: sans-serif;
  72. background-image: url(https://en.wikipedia.org/w/skins/Vector/images/user-icon.png);
  73. background-repeat: no-repeat;
  74.     background-position: left center;
  75.     padding-left: 15px;
  76. }
  77.  
  78. #toolbar ul a {
  79.     text-decoration: none;
  80.     color: #0645ad;
  81.     font-size: 12px;
  82. }
  83.  
  84. #sitecontainer {
  85.     width: 95%;
  86.     margin-left: 13em;
  87. }
  88.  
  89. .pagetitle, #headerholder .portraitcontainer {
  90. display: none;
  91. }
  92.  
  93. #header-and-content-container {
  94.     background-color: #fff;
  95.     border-left: 1px solid #a7d7f9;
  96.     display: flex;
  97.     flex-direction: column;
  98. margin-top: 20px;
  99. }
  100.  
  101. #leftheaderside, #rightheaderside {
  102. display: none;
  103. }
  104.  
  105. /* **** Navigation **** */
  106.  
  107. #alltabs {
  108. margin-top: -120px;
  109.     border-bottom: 1px solid #a7d7f9;
  110.     margin-bottom: 0px;
  111.     display: flex;
  112.     flex-direction: column;
  113.     margin-left: -25px;
  114.     height: 50px;
  115. background-color: #f6f6f6;
  116. }
  117.  
  118. #alltabs ul#pagetabs {
  119.     margin-left: -40px;
  120. margin-top: 16px;
  121. font-size: 12px;
  122. }
  123.  
  124. #alltabs ul#pagetabs li {
  125. padding: 10px;
  126.     margin: 0px;
  127.     border-right: 1px solid #a7d7f9;
  128. background: rgba(246,246,246,1);
  129. background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 42%, rgba(223,237,245,1) 100%);
  130. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(42%, rgba(246,246,246,1)), color-stop(100%, rgba(223,237,245,1)));
  131. background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 42%, rgba(223,237,245,1) 100%);
  132. background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 42%, rgba(223,237,245,1) 100%);
  133. background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 42%, rgba(223,237,245,1) 100%);
  134. background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 42%, rgba(223,237,245,1) 100%);
  135. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dfedf5', GradientType=0 );
  136. }
  137.  
  138. #alltabs ul#pagetabs li a:hover {
  139. text-decoration: underline;
  140. }
  141.  
  142. #alltabs ul#pagetabs li a:visited, #alltabs ul#pagetabs li a:active {
  143. color: #0000EE;
  144. }
  145.  
  146. #alltabs ul#pagetabs li.currentPage a {
  147. color: #000;
  148. }
  149.  
  150. #alltabs ul#pagetabs li.currentPage a:hover {
  151. text-decoration: none;
  152. }
  153.  
  154. #alltabs ul#pagetabs li.currentPage {
  155.     background: none;
  156.     padding: 10px;
  157.     margin: 0px;
  158.     border-right: 1px solid #a7d7f9;
  159. border-bottom: 1px solid #fff;
  160.  
  161. background: rgba(246,246,246,1);
  162. background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
  163. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
  164. background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
  165. background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
  166. background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
  167. background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
  168. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
  169. }
  170.  
  171. /* End navigation */
  172.  
  173. /* ****Header and content**** */
  174. #charheader {
  175. width: 100%;
  176. }
  177.  
  178. #headerholder {
  179. margin-top: 8px;
  180. padding-left: 25px;
  181.  
  182. }
  183.  
  184. #characterName {
  185.     font-family: Georgia;
  186.     font-weight: normal;
  187. border-bottom: 1px solid #AEAEAE;
  188. width: 90%;
  189. }
  190.  
  191. #charcontent {
  192.     padding-left: 25px;
  193.     margin-top: -60px;
  194.     width: 90%;
  195. padding-right: 0px;
  196. color: #353535;
  197. }
  198.  
  199. #charcontent a {
  200. text-decoration: none;
  201. color: #0645ad;
  202. }
  203.  
  204. #charcontent a:hover {
  205. text-decoration: underline;
  206. }
  207.  
  208. #charcontent a:active {
  209. color: #faa700;
  210. }
  211.  
  212. /* Collapse tags */
  213. .bbcode_collapse {
  214. text-indent: 50px;
  215. }
  216.  
  217. .collapse_name {
  218. border-bottom: none !important;
  219. }
  220.  
  221. .collapse_name:after {
  222. content: " ▼";
  223. }
  224.  
  225. .collapse_content {
  226. margin-top: -10px;
  227. padding-left: 50px !important;
  228. }
  229.  
  230. /* ****WIDGETS**** */
  231.  
  232. .widget {
  233. margin-bottom: 20px;
  234. }
  235.  
  236. .widgetTitle:not(#widget_348602) {
  237. font-size: 25px;
  238.     color: #000;
  239.     font-family: Times;
  240.     border-bottom: 1px solid #AEAEAE;
  241.     font-weight: normal;
  242.     margin-bottom: 8px;
  243. }
  244.  
  245. /* **** SNIPPETS **** */
  246. /* Styles for the side panels */
  247.  
  248.  
  249. #widget_348563 { /* This will push the text widget that goes beside the side panel to the left so that they are beside one another. Without this things will go wonky */
  250. float: left;
  251.     width: 78%;
  252. }
  253.  
  254. #widget_348589 { /* This and all styles selecting this particular ID is for the side panel */
  255. width: 270px;
  256.     background-color: #f6f6f6;
  257.     padding: 10px;
  258.     border: 1px solid #ccc;
  259.     float: right;
  260.     outline: 10px solid #fff;
  261.     font-size: .9em;
  262.     margin-left: 10px;
  263. }
  264.  
  265. #widget_348589 .widgetTitle {
  266. font-family: sans-serif;
  267.     text-align: center;
  268.     font-size: 1.2em;
  269.     margin-top: 5px;
  270.     margin-bottom: 5px;
  271.     padding: 3px;
  272. font-weight: bold;
  273.     background-color: #f0e68c;
  274. border: none !important;
  275. }
  276.  
  277. #widget_348589 img {
  278. margin-bottom: 5px;
  279. }
  280.  
  281. #widget_348589 .text-widget-contents div:nth-child(2) {
  282. text-align: center;
  283.     background-color: #F0E68C;
  284.     padding: 3px;
  285.     margin-top: 10px;
  286. }
  287.  
  288. /* Contents box */
  289.  
  290. #widget_348602, #widget_348973 { /* You'll need to add the IDs of each content box widget you use. */
  291. margin-top: 170px;
  292.     background-color: #f6f6f6;
  293.     border: 1px solid #ccc;
  294.     padding: 10px;
  295.     width: 170px;
  296. }
  297.  
  298. #widget_348602 .widgetTitle, #widget_348973 .widgetTitle {
  299. text-align: center;
  300.     font-family: sans-serif;
  301.     font-size: .9em;
  302.     color: #000;
  303.     margin-top: 5px;
  304. border: none;
  305.     font-weight: bold;
  306. }
  307.  
  308. #widget_348602 .text-widget-contents, #widget_348973 .text-widget-contents {
  309.     line-height: 20px;
  310. }
  311.  
  312. #widget_348973 { /* For second page contents. You'll probably have to adjust the margin for each content box on each page since this template is super hacky. */
  313. margin-top: 70px;
  314. }
  315.  
  316. /* Connections */
  317. .charactertiescontainer table.friendswidgetwithnote {
  318.     width: auto;
  319.     clear: none;
  320.     margin: 20px;
  321. }
  322.  
  323. .charactertiescontainer h4 {
  324.     clear: left;
  325.     font-family: sans-serif;
  326.     background-color: #f0e68c;
  327.     padding: 5px;
  328.     text-align: center;
  329. }
  330.  
  331. .charactertiescontainer .friendswidget, .charactertiescontainer .friendswidgetwithnote {
  332. background-color: #E3E3E3;
  333.     border: solid 1px #ccc;
  334.     padding: 10px;
  335. }
  336.  
  337. /* Guestbook */
  338.  
  339. .guestbooktitle {
  340.     font-family: sans-serif;
  341.     background-color: #333;
  342.     color: #fff;
  343.     padding: 5px;
  344. }
  345.  
  346. textarea.guestbookcomment {
  347. font-family: courier;
  348. }
  349.  
  350. ul.guestbook > li.guestbookcomment {
  351.     background-color: #E3E3E3;
  352.     border: 1px solid #ccc;
  353.     padding: 10px;
  354. }
  355.  
  356. ul.guestbook li {
  357. margin: 10px;
  358. }
  359.  
  360. /* Kudos */
  361. #widget_348910 {
  362. width: 400px;
  363.     background-color: #f6f6f6;
  364.     padding: 10px;
  365.     border: 1px solid #ccc;
  366.     float: right;
  367.     outline: 10px solid #fff;
  368.     font-size: .9em;
  369.     margin-left: 10px;
  370. }
  371.  
  372. .kudosForm h4 {
  373. font-family: sans-serif;
  374. }
  375.  
  376. #footer {
  377. background-color: #FFF;
  378.     border-left: 1px solid #a7d7f9;
  379.     padding-left: 0%;
  380.     width: 90%;
  381.     border-bottom: 1px solid #a7d7f9;
  382.     padding-bottom: 10px;
  383. }
  384.  
  385. #footer a {
  386.     font-style: normal;
  387.     color: #686868;
  388. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement