Advertisement
Guest User

Untitled

a guest
Jan 20th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.80 KB | None | 0 0
  1. html {
  2.     overflow-y: scroll;
  3. }
  4. body {
  5.     background: rgb(255, 255, 255); font: 14px/normal "helvetica", arial, sans-serif; margin: 0px; padding: 5px 0px; text-align: left; color: rgb(0, 0, 0);
  6. }
  7. #main_wrapper {
  8.    
  9. }
  10. #header {
  11.     background: rgb(255, 255, 255); margin: 0px auto; padding: 0px 20px; width: 790px; height: 0px; overflow: hidden;
  12. }
  13. #logo {
  14.     height: 38px;
  15. background: #000;
  16. font: 14px/normal "helvetica", arial, sans-serif;
  17. color: #fff;
  18. font-size-adjust: none;
  19. font-stretch: normal;
  20. position: fixed;
  21.     top: 0;
  22.     left: 0;
  23. width: 100%;
  24. }
  25.  
  26. .postdate {
  27.      margin: 0px 0px 0px 0px;
  28.      padding: 0;
  29.      font: 10px/normal "helvetica", arial, sans-serif;
  30.      color: #777777;
  31.      text-align: left;
  32. }
  33.  
  34. #logowrapper {
  35. width: 810px;
  36. margin: 0px auto;
  37. overflow:hidden;
  38. }
  39.  
  40. #logotext {
  41. clear:both;
  42. margin: 5px 0px 0px 0px; float:left;
  43.  
  44. }
  45.  
  46. #logotext a {
  47. width: 141px;
  48. height: 31px;
  49.  display: block;
  50.     background-image: url('http://i.imgur.com/CKH8D.png');
  51. }
  52.  
  53. #logotext a:hover {
  54. width: 141px;
  55. height: 31px;
  56.  display: block;
  57.     background-image: url('http://i.imgur.com/YXWkZ.png');
  58. }
  59.  
  60. #logoright {
  61. float:right;
  62. clear:both;
  63. margin: -36px 10px 0px 0px;
  64. }
  65.  
  66. #twitfb {
  67. float:left;
  68. margin: 8px 0px 0px 0px;
  69. }
  70.  
  71. .fb-like {
  72. margin: 8px 0px 0px -15px;
  73.  
  74. }
  75.  
  76. #content {
  77.     background: rgb(255, 255, 255); margin: 0px auto; padding: 0px 20px 20px 20px; width: 790px; text-align: left; border-right-color: currentColor; border-left-color: currentColor; border-right-width: 0px; border-left-width: 0px; border-right-style: none; border-left-style: none;
  78. }
  79.  
  80. #footer {height: 38px; width: 100%; margin: 20px 0px 0px 0px;}
  81.  
  82. .footer_text {
  83.     margin: 0px auto; width: 790px; text-align:center; color: #000;
  84. }
  85. .footer_text a {
  86.     display: inline-block; margin: 10px 10px 0px 10px; padding: 3px 0px 0px; color: #8c8c8c;
  87. }
  88.  
  89. .footer_text a:hover {
  90.     padding: 3px 0px 0px; color: #8c8c8c; border-bottom: 1px dotted #000;}
  91.  
  92. .footerwrapper {margin: 10px 0px 0px 0px; border-top-color: #000; border-top: 1px solid #8c8c8c;}
  93.  
  94. ul {
  95.     margin: 0px; padding: 0px;
  96. }
  97. ol {
  98.     margin: 0px; padding: 0px;
  99. }
  100. p {
  101.     text-align: left; line-height: 1.5em;
  102. }
  103. small {
  104.     margin: 0px 0px 0px 3px; font-size: 0.9em;
  105. }
  106. blockquote {
  107.     background: url("images/bquote.gif") no-repeat left top rgb(255, 255, 255); margin: 0px; padding: 0px 20px 5px 30px; color: rgb(0, 0, 0); font-style: italic;
  108. }
  109. code {
  110.     font: 14px/1.3em "helvetica", arial, sans-serif; color: rgb(221, 67, 61); font-size-adjust: none; font-stretch: normal;
  111. }
  112.  
  113. a {
  114.     color: rgb(0, 0, 0); font-weight: normal; text-decoration: none;
  115. }
  116. a:hover {
  117.     color: rgb(0, 0, 0); text-decoration: none;
  118. }
  119.  
  120. img {
  121.     border: currentColor;
  122. }
  123.  
  124. .tags-links,
  125. .cat-links {
  126.     clear: both;
  127.     display: inline;
  128. }
  129. .tags-links a {
  130.     background-color: #00abdf;
  131.     border-radius: 2px;
  132.     color: #fff;
  133.     display: inline-block;
  134.     margin: 3px 1px 7px 0px;
  135.     padding: 1px 3px 2px 3px;
  136. }
  137. .tags-links a:hover {
  138.     background-color: #00bbf4;
  139. }
  140. .cat-links a {
  141.     background-color: #393939;
  142.     border-radius: 2px;
  143.     color: #fff;
  144.     display: inline-block;
  145.     margin: 3px 1px 7px 0;
  146.     padding: 1px 3px 2px 3px;
  147. }
  148.  
  149.  
  150. .cat-links a:hover {
  151.     background-color: #505050;
  152. }
  153.  
  154. .container:last-child {
  155. color: #00abdf;
  156. height: 1em;
  157. text-overflow: ellipsis;
  158. white-space: nowrap; overflow: hidden;
  159. }
  160.  
  161. #post {
  162. width: 500px; padding: 2px 0px 2px 0px; border-top: 1px solid #e5e5e5; white-space: nowrap; overflow: hidden;
  163. }
  164.  
  165. #post.first { border-top: none; }
  166.  
  167. .blockimg {float: left;
  168. clear: both;
  169. margin: 7px 7px 7px 0px;
  170. }
  171.  
  172. #post h1 a {
  173.     margin: 0px 0px 0px 0px; padding: 1px 2px 0px 0px; border: currentColor; text-align: left; color: rgb(0, 0, 0); line-height: 1.3em; font-size: 18px; font-weight: normal; white-space: nowrap; overflow: hidden; max-width: 453px; text-overflow: ellipsis;
  174. }
  175. .entry h1 a {
  176.     margin: 0px; padding: 0px 0px 2px; color: rgb(0, 0, 0); font-size: 20px; font-weight: bold;
  177. }
  178.  
  179. .entry h1 a:hover {
  180.     margin: 0px; padding: 0px 0px 2px; color: rgb(0, 0, 0); font-size: 20px; font-weight: bold;
  181. }
  182.  
  183. h1 {
  184.     margin: 0px 0px 0px 0px; padding: 1px 2px 0px 0px; border: currentColor; text-align: left; color: rgb(0, 0, 0); line-height: 1.3em; font-size: 18px; font-weight: normal; display: block;
  185. }
  186. h1 a {
  187.     margin: 0px 0px 0px 0px; padding: 0px 2px 0px 0px; border: currentColor; text-align: left; color: rgb(0, 0, 0); line-height: 1.3em; font-size: 18px; font-weight: normal; display: block;
  188. }
  189. #post h1 a:hover {
  190.     margin: 0px 0px 0px 0px; padding: 1px 2px 0px 0px; border: currentColor; text-align: left; color: rgb(0, 0, 0); line-height: 1.3em; font-size: 18px; font-weight: normal;
  191. }
  192. .indexdate h1 {
  193.     margin: 0px 0px 0px 0px; padding: 0px; border: currentColor; text-align: left; color: rgb(0, 0, 0); line-height: 1em; font-size: 18px; font-weight: normal;
  194. }
  195.  
  196. .indexdate h1 a:hover {
  197.     margin: 0px; padding: 0px; border: currentColor; color: rgb(0, 0, 0); line-height: 1.3em; font-weight: normal;
  198. }
  199.  
  200. .content_left h4 {
  201.     font: italic 14px/normal georgia, serif; margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size-adjust: none; font-stretch: normal;
  202. }
  203. .content_left {
  204.     margin: 17px 0px 0px 0px; padding: 0px; width: 540px; float: left;
  205. }
  206. .content_leftt {
  207.     margin: 45px 0px 0px; padding: 0px; width: 500px; float: left;
  208. }
  209. .indexdate {
  210.     padding: 0px; width: 500px; background: transparent; margin: 0;
  211. }
  212. .indexdate h6 {
  213.     margin: 25px 0px 15px 0px; padding: 3px 0px 3px 0px; color: #000000; font-size: 22px; font-weight: normal; border-bottom: 4px solid #00abdf;
  214. }
  215. .indexdate h3 {
  216.     margin: 25px 0px 15px 0px; padding: 3px 0px 3px 0px; color: #000000; font-size: 22px; font-weight: normal; border-bottom: 4px solid #393939;
  217. }
  218.  
  219. .contentt {    
  220. margin: 20px 0px 0px 0px;
  221. }
  222.  
  223. .contentt p {    
  224.      padding: 0px;
  225. margin: 20px 0px 20px 0px;
  226.      width: 500px;
  227.      line-height: 1.5em;
  228.      text-align: left;
  229. }
  230. .contentt a {
  231.     padding: 3px 0px 1px; color: rgb(0, 0, 0); font-style: italic; font-weight: normal; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  232. }
  233. .contentt a:hover {
  234.     padding: 3px 0px 1px; color: rgb(0, 0, 0); font-style: italic; font-weight: normal; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  235. }
  236. .contentt img {
  237.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  238. }
  239. .contentt a img {
  240.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  241. }
  242. .contentt a:hover img {
  243.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  244. }
  245. .entry {
  246.     padding: 0px 0px 10px; width: 500px; text-align: left; line-height: 1.5em; float: right;
  247. }
  248. .entry a {
  249.     padding: 3px 0px 1px; color: rgb(0, 0, 0); font-weight: normal; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  250. }
  251. .entry a:hover {
  252.     padding: 3px 0px 1px; color: rgb(0, 0, 0); font-weight: normal; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  253. }
  254. .entry img {
  255.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  256. }
  257. .entry a img {
  258.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  259. }
  260. .entry a:hover img {
  261.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  262. }
  263. .entry ul {
  264.     list-style: none; margin: 0px 0px 0px 20px;
  265. }
  266. .entry ol {
  267.     margin: 0px 0px 0px 20px; list-style-position: outside;
  268. }
  269. .entry li {
  270.     margin: 0px;
  271. }
  272. #postnavi_index a {
  273.     color: rgb(0, 0, 0);
  274. }
  275. #postnavi_index a:hover {
  276.     color: rgb(0, 0, 0);
  277. }
  278. #postnavi_index {
  279.     font: italic 18px/normal "helvetica", arial, sans-serif; padding: 0px; width: 500px; text-align: center; font-size-adjust: none; font-stretch: normal;
  280. }
  281. #postnavi_index a {
  282.     padding: 5px 0px; color: rgb(0, 0, 0);
  283. }
  284. #postnavi_index a:hover {
  285.     color: rgb(0, 0, 0);
  286. }
  287.  
  288. .social {
  289. border-top: 1px dashed #d3d8db;
  290. border-bottom: 1px dashed #d3d8db;
  291. padding: 5px 0px 5px 0px;
  292. margin: 0px;
  293. width:500px;
  294. }
  295.  
  296. #navigation {
  297.     padding: 0px 0px 20px;
  298. }
  299. #navigation ul.postnavi {
  300.     list-style: none; margin: 0px; padding: 0px;
  301. }
  302. #navigation ul.postnavi li {
  303.     line-height: 24px; font-weight: bold;
  304. }
  305. #navigation ul.postnavi li a {
  306.     font: italic 14px/normal georgia, serif; padding: 3px 0px 0px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; font-size-adjust: none; font-stretch: normal;
  307. }
  308. #navigation ul.postnavi li a:hover {
  309.     font: italic 14px/normal georgia, serif; padding: 3px 0px 0px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; font-size-adjust: none; font-stretch: normal;
  310. }
  311. .sidebar {
  312.     margin: 45px 0px 0px; padding: 0px; width: 250px; float: right;
  313. }
  314.  
  315. .sidebar_box {
  316.     margin: 0px; padding: 0px 0px 3px 0px; width: 250px;
  317. }
  318.  
  319. #searchthis {
  320.     margin-top: 0.3em;
  321. }
  322. #s {
  323.     background: rgb(249, 249, 249); font: 14px/normal "helvetica", arial, sans-serif; margin: 0px 0px 0px 10px; padding: 5px; border: 0px currentColor; width: 232px; vertical-align: middle; font-size-adjust: none; font-stretch: normal;
  324. }
  325. #searchsubmit {
  326.     vertical-align: middle;
  327. }
  328. #comments_title {
  329.     margin: 0px; padding: 0px; width: 500px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  330. }
  331. #comments {
  332.     margin: 0px; padding: 5px 0px; width: 130px; color: rgb(138, 138, 138); float: left;
  333. }
  334. #comment_meta {
  335.     padding: 5px 0px; font-size: 13px; float: left;
  336. }
  337. #comment_meta a {
  338.     font-weight: bold;
  339. }
  340. ol.commentlist {
  341.     list-style: none; margin: 0px; padding: 0px;
  342. }
  343. ol.pingslist {
  344.     list-style: none; margin: 0px; padding: 0px; width: 500px;
  345. }
  346. .commentlist li {
  347.     margin: 0px; padding: 0px; width: 500px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  348. }
  349. .commentlist li.author {
  350.     background: rgb(249, 249, 249); margin: 0px; padding: 0px; width: 500px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  351. }
  352. .pingslist li {
  353.     margin: 0px; padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  354. }
  355. .comment_credentials {
  356.     margin: 10px 0px; padding: 0px 0px 0px 10px; width: 60px; font-size: 1em; float: left;
  357. }
  358. .comment_credentials img.cmt-gravatar {
  359.     background: url("images/cmt_shadow.gif") rgb(255, 255, 255); padding: 3px 4px 4px;
  360. }
  361. .comment_credentials .author_highlight {
  362.     font-weight: bold;
  363. }
  364. .comment_credentials br {
  365.     margin: 0px; padding: 0px;
  366. }
  367. .comment_text {
  368.     padding: 0px 10px 0px 0px; width: 430px; margin-top: 10px; float: right;
  369. }
  370. .comment_text p {
  371.     margin: 0px 0px 12px;
  372. }
  373. .comment_text a {
  374.     font-weight: bold;
  375. }
  376. .comment_text_tb {
  377.     padding: 5px 5px 0px 0px; width: 435px; margin-top: 5px; float: right;
  378. }
  379. .comment_text_tb p {
  380.     margin: 0px 0px 5px;
  381. }
  382. .comment_text_tb a {
  383.     font-weight: bold;
  384. }
  385. .comment_text blockquote {
  386.     margin: 0px; padding: 0px 20px; font-style: italic;
  387. }
  388. .comment_text blockquote p {
  389.     margin: 0px; padding: 0px;
  390. }
  391. li.author {
  392.    
  393. }
  394. #commentform {
  395.     padding: 0px; width: 500px;
  396. }
  397. #commentform p {
  398.     margin: 5px 0px 0px; text-align: left;
  399. }
  400. textarea {
  401.     overflow: auto;
  402. }
  403. #author {
  404.     background: rgb(249, 249, 249); font: 14px/normal "Helvetica", Arial, sans-serif; padding: 5px; border: 0px currentColor; width: 368px; height: 20px; font-size-adjust: none; font-stretch: normal;
  405. }
  406. #email {
  407.     background: rgb(249, 249, 249); font: 14px/normal "Helvetica", Arial, sans-serif; padding: 5px; border: 0px currentColor; width: 368px; height: 20px; font-size-adjust: none; font-stretch: normal;
  408. }
  409. #url {
  410.     background: rgb(249, 249, 249); font: 14px/normal "Helvetica", Arial, sans-serif; padding: 5px; border: 0px currentColor; width: 368px; height: 20px; font-size-adjust: none; font-stretch: normal;
  411. }
  412. #comment {
  413.     background: rgb(249, 249, 249); font: 14px/normal "helvetica", arial, sans-serif; padding: 5px; border: 0px currentColor; width: 498px; text-align: left; font-size-adjust: none; font-stretch: normal;
  414. }
  415. #respond {
  416.     margin: 0px; padding: 5px 0px; width: 500px; color: rgb(102, 102, 102); border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: 0px; border-bottom-width: 0px; border-top-style: none; border-bottom-style: none;
  417. }
  418. .floatleft {
  419.     margin: 5px 8px 3px 0px; float: left;
  420. }
  421. .floatright {
  422.     margin: 5px 10px 3px 8px; float: right;
  423. }
  424. .left {
  425.     float: left; white-space: nowrap;
  426. }
  427. .right {
  428.     float: right; white-space: nowrap;
  429. }
  430. .clear {
  431.     clear: both;
  432. }
  433. .clearfix::after {
  434.     height: 0px; clear: both; display: block; visibility: hidden; content: ".";
  435. }
  436. .clearfix {
  437.     display: inline-block;
  438. }
  439. .fix::after {
  440.     height: 0px; clear: both; display: block; visibility: hidden; content: ".";
  441. }
  442. .fix {
  443.     display: inline-block;
  444. }
  445. * html .fix {
  446.     height: 1%;
  447. }
  448. .fix {
  449.     display: block;
  450. }
  451. .alignleft {
  452.     text-align: left; float: left;
  453. }
  454. .alignright {
  455.     text-align: right; margin-top: -1px; float: right;
  456. }
  457. .clearfix {
  458.     display: block;
  459. }
  460.  
  461. nav {
  462.    
  463.     margin: 0px;
  464.     overflow: hidden;
  465.     padding: 0px;
  466. float:left;
  467. }
  468.  
  469. nav ul {
  470. width: 180px;
  471.     list-style: none;
  472.     overflow: hidden;
  473. float:left;
  474. }
  475.  
  476. nav li a {
  477.     background: #000;
  478.     border-right: 0px solid #fff;
  479.     color: #fff;
  480.     display: block;
  481.     float: left;
  482.     font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
  483.     padding: 10px;
  484.     text-align: center;
  485.     text-decoration: none;
  486.     text-transform: uppercase;
  487.     width: 70px;
  488.    
  489.     /*TRANSISTIONS*/
  490.     -webkit-transition: background 0.5s ease;
  491.        -moz-transition: background 0.5s ease;
  492.          -o-transition: background 0.5s ease;
  493.         -ms-transition: background 0.5s ease;
  494.             transition: background 0.5s ease;
  495. }
  496.  
  497. /*HOVER*/
  498. nav li a:hover {
  499.     background: #00abdf;
  500. }
  501.  
  502. /*BORDER FIX*/
  503. nav li:last-child a {
  504.     border: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement