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

Advertising

Miscellany
Thursday, November 1st, 2012 at 5:59:40pm MDT 

  1. /*   
  2. Theme Name: A Thematic Child Theme
  3. Theme URI:
  4. Description: Use this theme to start your Thematic Child Theme development.
  5. Author: Ian Stewart
  6. Author URI: http://themeshaper.com/
  7. Template: thematic
  8. Version: 1.0
  9. Tags: Thematic
  10. .
  11. Thematic is © Ian Stewart http://themeshaper.com/
  12. .
  13. */
  14.  
  15. /* Reset browser defaults */
  16. @import url('../thematic/library/styles/reset.css');
  17.  
  18. /* Apply basic typography styles */
  19. @import url('../thematic/library/styles/typography.css');
  20.  
  21. /* Apply a basic layout */
  22. @import url('../thematic/library/layouts/2c-r-fixed.css');
  23.  
  24. /* Apply basic image styles */
  25. @import url('../thematic/library/styles/images.css');
  26.  
  27. /* Apply default theme styles and colors */
  28. /* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
  29. @import url('../thematic/library/styles/default.css');
  30.  
  31. /* Prepare theme for plugins */
  32. @import url('../thematic/library/styles/plugins.css');
  33.  
  34. body{
  35.         background-color: #c0c0c0;
  36.         background-image:url(images/header-bgpatt.jpg);
  37.         background-repeat:repeat-x;
  38. }
  39.  
  40. #blog-title {
  41.         display:none;
  42.         }
  43.  
  44. body, input, textarea {
  45.         font:13px Verdana, Geneva, sans-serif;
  46.         line-height: 1.5;
  47. }
  48.  
  49. /* =Header
  50.  -------------------------------------------------------------- */
  51. #header{
  52.         height: 200px;
  53.         z-index: 2;
  54.     width: 985px;
  55.     margin: 0 auto;
  56. }
  57. /* Special tweaks */
  58. .clickableHeader{
  59.         display:block;
  60.         position:absolute;
  61.         background-image:url(images/upfront-logo.png);
  62.         height:90px;
  63.         width:231px;
  64.         top:25px;
  65.         cursor:pointer;
  66.         z-index:600;
  67. }
  68.  
  69. #branding{
  70.         position: relative;
  71.         width: 985px;
  72.         height: 200px;
  73.         background-image:url(images/header-bgimg.jpg);
  74.         background-repeat:no-repeat;
  75.         padding:0;
  76. }
  77.  
  78.  
  79. /* =Menu
  80.  -------------------------------------------------------------- */
  81. #access {
  82.         position:absolute;
  83.     height:30px;
  84.     font-size:13px;
  85.         font-family:Verdana, Geneva, sans-serif;
  86.         background-repeat: no-repeat;
  87.         margin-left: 15px;
  88.         margin-top:-56px;
  89.         border-bottom: none;
  90.         z-index:100;
  91. }
  92.  
  93. /*** ESSENTIAL STYLES ***/
  94. .sf-menu, .sf-menu * {
  95.     margin: 0;
  96.     padding: 0;
  97.     list-style: none;
  98. }
  99.  
  100. .sf-menu {
  101.     height: 30px;
  102. }
  103.  
  104. .sf-menu ul {
  105.         margin-top: -4px;
  106.         border-bottom:solid 1px #0e2949;
  107.         border-right:solid 1px #0e2949;
  108. }
  109.  
  110. .sf-menu ul {
  111.     position: absolute;
  112.     top: -999em;
  113.     width: 0em; /* left offset of submenus need to match (see below) */
  114. }
  115.  
  116. .sf-menu ul li {
  117.     width: 100%;
  118. }
  119.  
  120. .sf-menu li:hover {
  121.     visibility: inherit; /* fixes IE7 'sticky bug' */
  122. }
  123. .sf-menu li {
  124.     float: left;
  125.     position: relative;
  126. }
  127. .sf-menu a {
  128.     display: block;
  129.     position: relative;
  130. }
  131. .sf-menu li:hover ul, .sf-menu li.sfHover ul {
  132.     left: 0;
  133.     width:150px;
  134.     top: 2.5em; /* match top ul list item height */
  135.     z-index: 99;
  136. }
  137. ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  138.     top: -999em;
  139. }
  140.  
  141. ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  142.     left: 0em; /* match ul width */
  143.     top: 0;
  144. }
  145.  
  146. ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  147.     top: -999em;
  148. }
  149.  
  150. ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  151.     left: 0em; /* match ul width */
  152.     top: 0;
  153. }
  154.  
  155. /*** THEMATIC SKIN ***/
  156. .sf-menu {
  157.     float: left;
  158.         border: none;
  159. }
  160.  
  161. .sf-menu a {
  162.     font-family: Verdana, Verdana, Geneva, sans-serif;
  163.     font-size: 14px;
  164.         height:22px;
  165.         padding:8px 0 0 15px;
  166.     color: #fff;
  167.     text-decoration: none;
  168.         border: none;
  169. }
  170.  
  171.  
  172. #access .sf-menu a, #access sf-menu a:link, #access .sf-menu a:hover, #access .sf-menu a:visited, #access sf-menu a:active { /* visited pseudo selector so IE6 applies text colour*/
  173.     color: #fff;
  174. }
  175.  
  176. .sf-menu a:hover{
  177.         text-decoration: underline;
  178. }
  179.  
  180. #access .sf-menu .current_page_item a, #access .sf-menu .current_page_item a:hover, #access .sf-menu .current_page_ancestor a, #access .sf-menu .current_page_parent a, #access .sf-menu .current_page_ancestor a:hover, #access .sf-menu .current_page_parent a:hover{
  181.         background-image:url(images/active-btn.png);
  182.         background-repeat:no-repeat;
  183.         color:#000;
  184. }
  185.  
  186.  
  187. .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  188.     color: #fff;
  189.     outline: 0;
  190.         background-image:url(images/btn.png);
  191. }
  192.  
  193.  
  194. .sf-menu li:hover ul, .sf-menu li.sfHover ul {
  195.     top: 34px; /* overriding essential styles */
  196.         padding-right: 0px;
  197. }
  198.  
  199. .sf-menu ul ul {
  200.     margin-top: 0;
  201. }
  202.  
  203. .sf-menu ul a {
  204.     border-bottom: none;
  205.    
  206. }
  207.  
  208. /*** Custom menu ***/
  209. li.page-item-2, li.page-item-4, li.page-item-6, li.page-item-10 {
  210.         background-image:url(images/btn.png);
  211.         width: 150px;
  212. }
  213.  
  214. li li a{
  215.     text-indent:0;
  216.     width:150px;
  217. }
  218. .sf-menu li li a, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu .current_page_item li a, .sf-menu .current_page_item li a:hover.sf-menu li li .current_page_item a, .sf-menu li li .current_page_item a:hover{
  219.     background: #133864 !important;
  220.         color:#FFF !important;
  221.     border-top: solid 1px #0e2949;       
  222.     border-right: solid 1px #0e2949;
  223.     height: 22px;
  224.     font-size:12px;
  225. }
  226. .sf-menu li li a:hover{
  227.         text-decoration:underline;
  228. }
  229.  
  230.  
  231.  
  232. /* =Content
  233.  -------------------------------------------------------------- */
  234. #main{
  235.         background-image:url(images/contentpatt.gif);
  236.         width: 985px;
  237.         padding: 0 0 20px 0;
  238. }
  239.  
  240. #container{
  241.         width: 630px;
  242. }
  243. #content{
  244.         width: 610px;
  245.         margin:0 0 0 10px;
  246. }
  247.  
  248. .entry-content {
  249.         padding:0;
  250.         margin-top: 40px;
  251. }
  252.  
  253. #primary {
  254.         border:none;
  255.         margin-bottom:20px;
  256.         padding:45px 0 0;
  257. }
  258.  
  259. .main-aside {
  260. float:right;
  261. position:relative;
  262. right:7px;
  263. width:340px;
  264. }
  265.  
  266. a, a:link, a:active, a:hover{
  267.         color:#133864;
  268. }
  269.  
  270. a:hover{
  271.         color:#D90B15;
  272. }
  273. .aside ul{
  274.         width: 340px;
  275.         padding: 0;
  276. }
  277.  
  278. .aside ul ul {
  279. list-style:none;
  280. margin:0 0 22px 0;
  281. }
  282.  
  283. .widgetcontainer{
  284.         padding: 0 10px 0 10px;
  285.         margin: 0 10px 25px 10px;
  286.         border: solid 1px #c0c0c0;
  287. }
  288.  
  289. .aside h3 {
  290.         margin: 0 0 10px 0;
  291.         font-size:18px;
  292.         line-height:27px;
  293.         color:#133864;
  294.         font-style:normal;
  295.         border-bottom: solid 1px #c0c0c0;
  296. }
  297.  
  298. /* =Footer
  299.  -------------------------------------------------------------- */
  300.  
  301. #footer{
  302.         height: 150px;
  303.         background-image:url(images/footer-bgpatt.jpg);
  304. }
  305.  
  306. #imagefoot{
  307.         position: absolute;
  308.         width: 89px;
  309.         height: 119px;
  310.         margin-left: 15px;
  311.         margin-top: 20px;
  312.         background-image:url(images/lotte-img.jpg);
  313. }
  314.  
  315. #lottedescription{
  316.         position: absolute;
  317.         width: 380px;
  318.         margin-left: 130px;
  319.         margin-top: 20px;
  320. }
  321. #lotteaddress{
  322.         position:absolute;
  323.         width: 155px;
  324.         margin-left: 650px;
  325.         margin-top: 20px;
  326. }
  327.  
  328. #lottephone{
  329.         position:absolute;
  330.         width: 150px;
  331.         margin-left: 825px;
  332.         margin-top: 20px;
  333. }
  334.  
  335. #siteinfo {
  336.         width: 985px;
  337.         height: 150px;
  338.     color:#FFF;
  339.     font-size:13px;
  340.     line-height:18px;
  341.     padding:0;
  342. }
  343.  
  344. #poweredfoot{
  345.         width: 985px;
  346.         position: absolute;
  347.         margin-top: 123px;
  348.         font-size: 11px;
  349. }
  350.  
  351. #copyright{
  352.         height: 0px;
  353.         text-align: center;
  354. }
  355.  
  356. #poweredfoot .wp-link:hover, #poweredfoot .theme-link:hover{
  357.         color:#d90b15;
  358. }
  359.  
  360.  
  361.  
  362.  
  363.  
  364. /* ---------- FORMATING YDELSER ----------*/
  365. p{
  366.         margin-bottom:0;
  367.         line-height: 1.5;
  368. }
  369. .paragraph, .textwidget, form{
  370.         font-family:Verdana, Geneva, sans-serif;
  371.         color: #000;
  372.         font-size: 13px;
  373.         padding:10px 10px 18px 10px;
  374.         margin:0;
  375.         background:#fff;
  376. }
  377. .textwidget{
  378.         padding: 0;
  379. }
  380. .paragraph{
  381.         width: 590px;
  382. }
  383.  
  384. #primary .textwidget{
  385.         background:none;
  386.         padding-bottom:0;
  387. }
  388. ul{
  389.         margin:0;
  390.         padding:0 0 18px 75px;
  391. }
  392. .entry-content ul, .entry-content div{
  393.                 background:#fff;
  394. }
  395.  
  396. .entry-content embed{
  397.         margin-left: 5px;
  398. }
  399.  
  400. .heading{
  401.         display:inline-block;
  402.         width: 600px;
  403.         font-size:28px;
  404.         color:#133864;
  405.         padding-left: 10px;
  406.         line-height: 1.25;
  407.         border-bottom: 2px solid #D90B15;
  408. }
  409.  
  410. .h1-left, .h1-right{
  411.         display: block;
  412.         float:left;
  413.         background-color:#d90b15;
  414.         color: #FFF;
  415.         font-size: 18px;
  416.         padding: 1px 0 0 10px;
  417.         width:280px;
  418.         height:29px;
  419.         margin: 5px 0 0 5px;
  420. }
  421. .h1-right{
  422.         float:right;
  423.         margin:5px 5px 0 0;
  424. }
  425. .h1-link, .h1-link:hover, .h1-link:visited, .h1-link:active{
  426.         color: #FFF !important;
  427.         text-decoration:none !important;
  428.         display: inline-block;
  429.         width: 280px;
  430. }
  431. .h1-link:hover{
  432.         text-decoration:underline;
  433. }
  434.  
  435. .img-left, .img-right{
  436.         width: 290px;
  437.         height: 110px;
  438.         float:left;
  439.         margin:0 0 0 5px;
  440.         clear:left;
  441. }
  442. .img-right{
  443.         float:right;
  444.         clear:right;
  445.         margin:0 5px 0 0;
  446. }
  447.  
  448. #content .img-left img, #content .img-right img{
  449.         padding:0;
  450.         border:none;
  451.         background: none;
  452. }
  453.  
  454.  
  455. .descr-left, .desc-right {
  456.         display: block;
  457.         float:left;
  458.         background-color:#FFF;
  459.         color: #000;
  460.         font-size: 13px;
  461.         padding:10px;
  462.         width:270px;
  463.         margin:0 0 0 5px;
  464.         clear:left;
  465. }
  466.  
  467. .desc-right{
  468.         float:right;
  469.         clear:right;
  470.         margin:0 5px 0 0;
  471. }
  472.  
  473. .laesmere-left, .laesmere-right{
  474.         display: block;
  475.         float:left;
  476.         background-color:#FFF;
  477.         color:#133864;
  478.         font-size: 13px;
  479.         padding:0 10px 10px 0;
  480.         width:280px;
  481.         margin:0 0 25px 5px;
  482.         text-align: right;
  483.         clear:left;
  484. }
  485.  
  486. .laesmere-right{
  487.         float:right;
  488.         clear:right;
  489.         margin:0 5px 25px 0;
  490. }
  491.  
  492. .laesmere-left a, .laesmere-right a, .laesmere-left a:hover, .laesmere-right a:hover, .laesmere-left a:visited, .laesmere-right a:visited, .laesmere-left a:active, .laesmere-right a:active{
  493.         background: #133864;
  494.         color:#FFFFFF;
  495.         padding:0 5px 2px;
  496.         text-decoration: none;
  497. }
  498.  
  499. .laesmere-left a:hover, .laesmere-right a:hover{
  500.         background: #D90B15;
  501. }
  502.  
  503. .aside a, .aside a:link, .aside a:active{
  504.         color:#666666;
  505. }
  506.  
  507. .aside a:hover{
  508.         color:#D90B15;
  509. }
  510.  
  511.  
  512. /* =BLOG
  513.  -------------------------------------------------------------- */
  514.  .post{
  515.          background:#fff;
  516. }
  517.  
  518.  .post-heading, .post-heading a{
  519.         display:inline-block;
  520.         width: 600px;
  521.         font-size:20px;
  522.         color:#133864;
  523.         padding-left: 10px;
  524.         line-height: 1.25;
  525.         border-bottom: 2px solid #D90B15;
  526.         background:#f2f2f2;
  527. }
  528.  
  529. .post-heading a{
  530.         padding:10px 0 0 0;
  531.         text-decoration:none;
  532.         border:none;
  533. }
  534. .post-heading a:hover{
  535.         color: #D90B15;
  536. }
  537.  
  538. .entry-meta {
  539.         color:#666666;
  540.         font-size:13px;
  541.         font-style:normal;
  542.         line-height:18px;
  543.         padding-left: 10px;
  544. }
  545.  
  546. .entry-utility {
  547.         background:none repeat scroll 0 0 #FFFFFF;
  548.         color:#666666;
  549.         font-size:13px;
  550.         font-style:normal;
  551.         line-height:18px;
  552.         margin:0;
  553.         padding:0 0 25px 10px;
  554.         clear: both;
  555. }
  556.  
  557. .navigation a {
  558.         color:#133864;
  559.         font-style:normal;
  560.         text-decoration:none;
  561. }
  562.  
  563. .entry-utility a, .entry-utility a:hover, .entry-utility a:active, .entry-utility a:link, .navigation a, .navigation a:hover, .navigation a:active, .navigation a:link {
  564.         color:#133864;
  565.         font-style:normal;
  566.         text-decoration:none;
  567. }
  568. .entry-utility a:hover, .navigation a:hover {
  569.         text-decoration:underline;
  570. }
  571.  
  572. .hentry {
  573. padding:0;
  574. }
  575.  
  576. .entry-content img{
  577.         display:block;
  578.         position:relative;
  579.         float:right;
  580.         margin:0 0 10px 15px;
  581.         padding:3px;
  582.         background:#fff;
  583.         border: solid 1px #ccc;
  584. }
  585.  
  586. .navigation {
  587.         color:#FFFFFF;
  588.         font-size:13px;
  589.         line-height:18px;
  590.         margin:0 0 22px;
  591.         overflow:hidden;
  592.         padding-bottom:3px;
  593. }
  594.  
  595. #content .nav-next a, #content .nav-next a:hover, #content .nav-next a:link, #content .nav-next a:active{
  596.         display: inline-block;
  597.         width:295px;
  598.         background:#133864;
  599.         color:#fff;
  600.         padding-right: 10px;
  601.         padding-bottom: 2px;
  602.         text-decoration: none;
  603. }
  604.  
  605. #content .nav-previous a, #content .nav-previous a:hover, #content .nav-previous a:link, #content .nav-previous a:active{
  606.         display: inline-block;
  607.         width:295px;
  608.         background:#133864;
  609.         color:#fff;
  610.         padding-left: 10px;
  611.         padding-bottom: 2px;
  612.         text-decoration: none;
  613. }
  614.  
  615. #content .nav-previous a:hover, #content .nav-next a:hover{
  616.         background: #D90B15;
  617. }
  618.  
  619. #siteinfo a, #siteinfo a:link, #siteinfo a:active, #siteinfo a:hover{
  620.         color:#fff;
  621.         text-decoration:underline;
  622. }
  623.  
  624. #siteinfo a:hover{
  625.         color:#D90B15;
  626. }
  627.  
  628.  
  629. /* =COMMENTS
  630.  -------------------------------------------------------------- */
  631. #respond {
  632.         background:none repeat scroll 0 0 #FFFFFF;
  633.         margin-bottom:22px;
  634.         overflow:hidden;
  635.         padding:18px 10px;
  636.         position:relative;
  637. }
  638.  
  639. #content .wp-smiley {
  640.         margin:0 !important;
  641.         max-height:12px;
  642.         float: none !important;
  643.         background: none !important;
  644.         border: none !important;
  645. }

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.

worth-right
fantasy-obligation fantasy-obligation