Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Anonymous
Saturday, March 22nd, 2008 at 4:16:18am MDT 

  1. /*
  2. This stylesheet contains the style information that is
  3. shared between the one-column, the two-column, and the
  4. three-column variants of wucoco.  See style.css for
  5. additional info.
  6. */
  7.  
  8. body {
  9.         margin: 0;
  10.         padding: 0;
  11.         font-family: Verdana, Geneva, Arial, Sans-Serif;
  12.         font-size: 62.5%; /* Resets 1em to 10px , but there's font-size's all over the place compensating for it.*/
  13.         color: #333333;
  14.         background-color: #cccccc;
  15.         }
  16.  
  17. a {
  18.         color: #0A5692;
  19.         text-decoration: none;
  20.         }
  21.  
  22. a:hover {
  23.         color: #147;
  24.         text-decoration: underline;
  25.         }
  26.  
  27. a:visited {
  28.         color: #0A5692;
  29.         }
  30.  
  31. a img {
  32.         border: none;
  33.         }
  34.  
  35. .alignleft {
  36.         float: left;
  37.         }
  38.  
  39. .alignright {
  40.         float: right;
  41.         }
  42.  
  43. .center {
  44.         text-align: center;
  45.         }
  46.  
  47. .pagetitle {
  48.         margin-top: 0px;
  49.         font-size: 1.6em;
  50.         font-weight: normal;
  51.         text-align: center;
  52.         }
  53.  
  54.  
  55. /**************
  56.  *** Header ***
  57.  **************/
  58.  
  59. #header {
  60.         position: relative;
  61.         height: 146.5px;
  62.         margin: 0 auto 0 auto;
  63.         padding: 10px 0px 10px 0px; /* Is this necessary? */
  64.         background: url("images/headershrunk.jpg") no-repeat;
  65.         }
  66.  
  67. #header .nav {
  68.         position: absolute;
  69.         margin-left: 0px;
  70.         bottom: 0.5px;
  71.         height: 23px; /* Is this necessary? */
  72.         /* font: 1.2em Verdana, Sans-Serif; */
  73.         font-size: 1.2em;
  74.         color: #404040; /* Is this necessary? */
  75.         }
  76.         background-color: white /* added by Oldwell */
  77.  
  78. #header .nav a {
  79.         color: #000000;
  80.         }
  81.  
  82. /******************************
  83.  *** Columns and Containers ***
  84.  ******************************/
  85.  
  86. #page_container {
  87.         position: relative;
  88.         margin-left: auto;
  89.         margin-right: auto;
  90.         margin-bottom: 20px;
  91.         font-size: 1.2em;
  92.         }
  93.  
  94. #postcol {
  95.         background: #f7f7f7;
  96.         }
  97. #pc_t { background: url(images/postcolT.jpg) repeat-x top; }
  98. #pc_r { background: url(images/postcolR.jpg) repeat-y right; }
  99. #pc_b { background: url(images/postcolB.jpg) repeat-x bottom; }
  100. #pc_l { background: url(images/postcolL.jpg) repeat-y left; }
  101. #pctl { background: url(images/postcolTL.jpg) no-repeat top left; }
  102. #pctr { background: url(images/postcolTR.jpg) no-repeat top right; }
  103. #pcbr { background: url(images/postcolBR.jpg) no-repeat bottom right; }
  104. #pcbl { background: url(images/postcolBL.jpg) no-repeat bottom left; }
  105. #pc_c { padding: 10px; }
  106.  
  107. .postbox {
  108.         margin: 10px 0px 10px 0px;
  109.         padding: 0px;
  110.         background: white;
  111.         }
  112. .postbox .right { background: url(images/postboxR.jpg) repeat-y right; }
  113. .postbox .bottom { background: url(images/postboxB.jpg) repeat-x bottom; }
  114. .postbox .left { background: url(images/postboxL.jpg) repeat-y left; }
  115. .postbox .br { background: url(images/postboxBR.jpg) no-repeat bottom right; }
  116. .postbox .bl { background: url(images/postboxBL.jpg) no-repeat bottom left;}
  117. .post_title { background: #EBF4F3; }
  118. .post_title .top { background: url(images/post_titleT.jpg) repeat-x top; }
  119. .post_title .right { background: url(images/post_titleR.jpg) repeat-y right; }
  120. .post_title .left { background: url(images/post_titleL.jpg) repeat-y left; }
  121. .post_title .tl { background: url(images/post_titleTL.jpg) no-repeat top left; }
  122. .post_title .tr { background: url(images/post_titleTR.jpg) no-repeat top right; }
  123. .postbox .content {
  124.         margin: 0px 15px 0px 15px;
  125.         padding: 0px;
  126.         }
  127.  
  128. .navigation { margin: 15px 0px 15px 0px; }
  129.  
  130. /************
  131.  *** Post ***
  132.  ************/
  133.  
  134. h2.title {
  135.         margin: 0px;
  136.         padding: 10px 15px 0px 15px;
  137.         letter-spacing: 1px;
  138.         font-weight: normal;
  139.         line-height: 1em;
  140.         font-size: 1.4em;
  141.         }
  142.  
  143. h2.title a {
  144.         color: #333333;
  145.         text-decoration: none;
  146.         }
  147.  
  148. h2.title a:hover { text-decoration: underline; }
  149.  
  150. small.title {
  151.         margin: -10px 0px 0px 0px;
  152.         padding: 0px 15px 0px 15px;
  153.         font-size: 0.9em;
  154.  
  155.         color: #777777;
  156.         }
  157.  
  158. .postmetadata {
  159.         text-align: center;
  160.         padding: 0px 0px 15px 0px;
  161.         margin: 0px;
  162.         color: #777777;
  163.         }
  164.  
  165. blockquote {
  166.         color: #777;
  167.         display: block;
  168.         margin: 15px 30px 0 10px;
  169.         padding-left: 20px;
  170.         background: url(images/quote.gif) no-repeat left top;
  171.         }
  172.  
  173. cite {
  174.         margin: 5px 0 0;
  175.         display: block;
  176.         }
  177.  
  178. strike {
  179.         color: #777;
  180.         }
  181.  
  182. code {
  183.         font: 1.1em 'Courier New', Georgia, Fixed, Sans-Serif;
  184.         }
  185.  
  186. .postbox .content img {
  187.         padding: 0;
  188.         max-width: 150%;
  189.         }
  190.  
  191. img.centered {
  192.         display: block;
  193.         margin-left: auto;
  194.         margin-right: auto;
  195.         }
  196.  
  197. img.alignright {
  198.         padding: 4px;
  199.         margin: 0 0 2px 7px;
  200.         display: inline;
  201.         }
  202.  
  203. img.alignleft {
  204.         padding: 4px;
  205.         margin: 0 7px 2px 0;
  206.         display: inline;
  207.         }
  208.  
  209. .postbox .content h1 {
  210.         font-size: 1.6em;
  211.         font-weight: normal;
  212.         letter-spacing: 1px;
  213.         margin-top: 1.25em;
  214.         }
  215.  
  216. .postbox .content h2 {
  217.         font-size: 1.4em;
  218.         font-weight: normal;
  219.         letter-spacing: 1px;
  220.         margin-top: 1.25em;
  221.         }
  222.  
  223. .postbox .content h3 {
  224.         font-size: 1.25em;
  225.         font-weight: normal;
  226.         letter-spacing: 1px;
  227.         }
  228.  
  229. .postbox .content h4 {
  230.         font-size: 1em;
  231.         }
  232.  
  233. .postbox .content p {
  234.         margin-top: 1em;
  235.         margin-bottom: 1em;
  236.         }
  237.  
  238. /****************
  239.  *** Comments ***
  240.  ****************/
  241.  
  242. #comments{
  243.         font-size:  1.1em;
  244.         text-align: left;
  245.         }
  246.  
  247. .respond {
  248.         border-bottom: 1px dotted #7f7f7f;
  249.         margin-top: 50px;
  250.         margin-bottom: 0px;
  251.         font-weight: normal;
  252.         }
  253.  
  254. .comment_1, .comment_2, .comment_author {
  255.         margin: 15px;
  256.         background: white;
  257.         }
  258.  
  259. .comment_1 .top, .comment_2 .top { background: url(images/commentT.jpg) repeat-x top; }
  260. .comment_1 .right, .comment_2 .right { background: url(images/commentR.jpg) repeat-y right; }
  261. .comment_1 .bottom, .comment_2 .bottom { background: url(images/commentB.jpg) repeat-x bottom; }
  262. .comment_1 .left, .comment_2 .left { background: url(images/commentL.jpg) repeat-y left; }
  263. .comment_1 .tl, .comment_2 .tl { background: url(images/commentTL.jpg) no-repeat top left; }
  264. .comment_1 .tr, .comment_2 .tr { background: url(images/commentTR.jpg) no-repeat top right; }
  265. .comment_1 .br, .comment_2 .br { background: url(images/commentBR.jpg) no-repeat bottom right; }
  266. .comment_1 .bl, .comment_2 .bl { background: url(images/commentBL.jpg) no-repeat bottom left; }
  267. .comment_1 .content, .comment_2 .content { padding: 15px; }
  268.  
  269. .comment_author .top { background: url(images/comment_authT.jpg) repeat-x top; }
  270. .comment_author .right { background: url(images/comment_authR.jpg) repeat-y right; }
  271. .comment_author .bottom { background: url(images/comment_authB.jpg) repeat-x bottom; }
  272. .comment_author .left { background: url(images/comment_authL.jpg) repeat-y left; }
  273. .comment_author .tl { background: url(images/comment_authTL.jpg) no-repeat top left; }
  274. .comment_author .tr { background: url(images/comment_authTR.jpg) no-repeat top right; }
  275. .comment_author .br { background: url(images/comment_authBR.jpg) no-repeat bottom right; }
  276. .comment_author .bl { background: url(images/comment_authBL.jpg) no-repeat bottom left; }
  277. .comment_author .content { padding: 15px; }
  278.  
  279. .respond {
  280.         border-bottom: 1px dotted #7f7f7f;
  281.         font-size: 1.5em;
  282.         margin-top: 50px;
  283.         margin-bottom: 0px;
  284.         }
  285.  
  286. #commentform {
  287.         margin: 15px auto 15px auto;
  288.         }
  289.  
  290. #commentform .textform {
  291.         border-style: solid;
  292.         border-color: #999999;
  293.         border-width: 1px;
  294.         }
  295.  
  296. #commentform textarea {
  297.         width: 100%;
  298.         font-size: 1.5em;
  299.         }
  300.  
  301. #commentform #submit {
  302.         float: right;
  303.         }
  304.  
  305.  
  306. /****************
  307.  *** Sidebars ***
  308.  ****************/
  309.  
  310. #rightbar {
  311.         position: absolute;
  312.         right: 0px;
  313.         width: 230px;
  314.         background: #EAEDF2;
  315.         }
  316.  
  317. #rb_t, #lb_t { background: url(images/sidebarT.jpg) repeat-x top; }
  318. #rb_r, #lb_r { background: url(images/sidebarR.jpg) repeat-y right; }
  319. #rb_b, #lb_b { background: url(images/sidebarB.jpg) repeat-x bottom; }
  320. #rb_l, #lb_l { background: url(images/sidebarL.jpg) repeat-y left; }
  321. #rbtl, #lbtl { background: url(images/sidebarTL.jpg) no-repeat top left; }
  322. #rbtr, #lbtr { background: url(images/sidebarTR.jpg) no-repeat top right; }
  323. #rbbr, #lbbr { background: url(images/sidebarBR.jpg) no-repeat bottom right; }
  324. #rbbl, #lbbl { background: url(images/sidebarBL.jpg) no-repeat bottom left; }
  325. #rb_c, #lb_c { padding: 20px 15px 20px 15px; }
  326.  
  327. #rightbar ul, #leftbar ul {
  328.         margin: 0px;
  329.         padding: 0px;
  330.         }
  331.  
  332. #rightbar ul li, #leftbar ul li {
  333.         list-style-type: none;
  334.         list-style-image: none;
  335.         margin-bottom: 15px;
  336.         }
  337.  
  338. li.sidebar-spacer {
  339.         right: 0px;
  340.         border-top: 1px solid #acb0b5;
  341.         background-color: #eaeff3;
  342.         width: 220px;
  343.         height: 1px;
  344.         margin-left: -10px;
  345.         margin-top: 5px;
  346.         margin-bottom: 5px;
  347.         font: 1px/1px monospace;
  348.         }
  349.  
  350. #rightbar ul li h2, #leftbar ul li h2 { /* Sidebar Headings */
  351.         margin: 5px 0px 5px 0px;
  352.         font-size: 1em;
  353.         font-weight: normal;
  354.         color: #333333;
  355.         letter-spacing: 1px;
  356.         }
  357.  
  358. #rightbar ul li ul, #leftbar ul li ul {
  359.         margin-top: 5px;
  360.         margin-left: 15px;
  361.         }
  362.  
  363. #rightbar ul li ul li, #leftbar ul li ul li {
  364.         margin-top: 3px;
  365.         margin-bottom: 0px;
  366.         }
  367.  
  368. /****************
  369.  *** Calendar ***
  370.  ****************/
  371.  
  372. #wp-calendar {
  373.         empty-cells: show;
  374.         margin: 0px auto 0px auto;
  375.         width: 155px;
  376.         }
  377.  
  378. #wp-calendar #next a {
  379.         font-size: 100%;
  380.         padding-right: 10px;
  381.         text-align: right;
  382.         }
  383.  
  384. #wp-calendar #prev a {
  385.         font-size: 100%;
  386.         padding-left: 10px;
  387.         text-align: left;
  388.         }
  389.  
  390. #wp-calendar a {
  391.         display: block;
  392.         }
  393.  
  394. #wp-calendar caption {
  395.         text-align: center;
  396.         width: 100%;
  397.         font-size: 1.2em;
  398.         color: #333333;
  399.         letter-spacing: 1px;
  400.         }
  401.  
  402. #wp-calendar th {
  403.         padding: 3px 0;
  404.         text-align: center;
  405.         }
  406.  
  407. #wp-calendar td {
  408.         padding: 3px 0;
  409.         text-align: center;
  410.         }
  411.  
  412. #wp-calendar td.pad:hover { /* Doesn't work in IE */
  413.         background-color: #fff; }
  414.  
  415. /*********************
  416.  *** Archives Page ***
  417.  *********************/
  418.  
  419. .postspermonth, .category-archives, .page-archives {
  420. /* Currently all the archives are styled the same */
  421.         margin: 5px 0 10px 0;
  422.         list-style: none;
  423.         padding-left: 25px;
  424. }
  425.  
  426. .page_item { list-style: none; }
  427.  
  428. .postspermonth .comment-count {
  429.         color: #999999;
  430.         }
  431.  
  432.  
  433. /******************
  434.  *** Links Page ***
  435.  ******************/
  436.  
  437. ul.links {
  438.         margin: 5px 0 10px 0;
  439.         list-style: none;
  440.         padding-left: 0px;
  441.         }
  442.  
  443. ul.links li {
  444.         list-style: none;
  445.         padding-bottom: 2px;
  446.         }
  447.  
  448. /**************
  449.  *** Footer ***
  450.  **************/
  451.  
  452. #footer { text-align: center; }

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

fantasy-obligation
fantasy-obligation