Advertisement
Guest User

Untitled

a guest
Jan 20th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.88 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. .entry 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. #bottomwrapper {
  155. width:453px;
  156. }
  157.  
  158. .links-text {
  159.     width: 100%;
  160.     text-overflow: ellipsis;
  161.     white-space: nowrap;
  162.     overflow: hidden;
  163. }
  164.  
  165. .excerpt-links {
  166. color: #8c8c8c;
  167. }
  168.  
  169. #post {
  170. width: 500px; padding: 2px 0px 2px 0px; border-top: 1px solid #e5e5e5; white-space: nowrap; overflow: hidden;
  171. }
  172.  
  173. #post.first { border-top: none; }
  174.  
  175. .blockimg {float: left;
  176. clear: both;
  177. margin: 7px 7px 7px 0px;
  178. }
  179.  
  180. #post h1 a {
  181.     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;
  182. }
  183. .entry h1 a {
  184.     margin: 0px; padding: 0px 0px 2px; color: rgb(0, 0, 0); font-size: 20px; font-weight: bold;
  185. }
  186.  
  187. .entry h1 a:hover {
  188.     margin: 0px; padding: 0px 0px 2px; color: rgb(0, 0, 0); font-size: 20px; font-weight: bold;
  189. }
  190.  
  191. h1 {
  192.     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;
  193. }
  194. h1 a {
  195.     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;
  196. }
  197. #post h1 a:hover {
  198.     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;
  199. }
  200. .indexdate h1 {
  201.     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;
  202. }
  203.  
  204. .indexdate h1 a:hover {
  205.     margin: 0px; padding: 0px; border: currentColor; color: rgb(0, 0, 0); line-height: 1.3em; font-weight: normal;
  206. }
  207.  
  208. .content_left h4 {
  209.     font: italic 14px/normal georgia, serif; margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size-adjust: none; font-stretch: normal;
  210. }
  211. .content_left {
  212.     margin: 17px 0px 0px 0px; padding: 0px; width: 540px; float: left;
  213. }
  214. .content_leftt {
  215.     margin: 45px 0px 0px; padding: 0px; width: 500px; float: left;
  216. }
  217. .indexdate {
  218.     padding: 0px; width: 500px; background: transparent; margin: 0;
  219. }
  220. .indexdate h6 {
  221.     margin: 25px 0px 15px 0px; padding: 3px 0px 3px 0px; color: #000000; font-size: 22px; font-weight: normal; border-bottom: 4px solid #00abdf;
  222. }
  223. .indexdate h3 {
  224.     margin: 25px 0px 15px 0px; padding: 3px 0px 3px 0px; color: #000000; font-size: 22px; font-weight: normal; border-bottom: 4px solid #393939;
  225. }
  226.  
  227. .contentt {    
  228. margin: 20px 0px 0px 0px;
  229. }
  230.  
  231. .contentt p {    
  232.      padding: 0px;
  233. margin: 20px 0px 20px 0px;
  234.      width: 500px;
  235.      line-height: 1.5em;
  236.      text-align: left;
  237. }
  238. .contentt a {
  239.     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;
  240. }
  241. .contentt a:hover {
  242.     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;
  243. }
  244. .contentt img {
  245.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  246. }
  247. .contentt a img {
  248.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  249. }
  250. .contentt a:hover img {
  251.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  252. }
  253. .entry {
  254.     padding: 0px 0px 10px; width: 500px; text-align: left; line-height: 1.5em; float: right;
  255. }
  256. .entry a {
  257.     padding: 3px 0px 1px; color: rgb(0, 0, 0); font-weight: normal; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  258. }
  259. .entry a:hover {
  260.     padding: 3px 0px 1px; color: rgb(0, 0, 0); font-weight: normal; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  261. }
  262. .entry img {
  263.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  264. }
  265. .entry a img {
  266.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  267. }
  268. .entry a:hover img {
  269.     background: rgb(255, 255, 255); margin: 10px 0px 20px; padding: 0px; border: 0px currentColor; float: left;
  270. }
  271. .entry ul {
  272.     list-style: none; margin: 0px 0px 0px 20px;
  273. }
  274. .entry ol {
  275.     margin: 0px 0px 0px 20px; list-style-position: outside;
  276. }
  277. .entry li {
  278.     margin: 0px;
  279. }
  280. #postnavi_index a {
  281.     color: rgb(0, 0, 0);
  282. }
  283. #postnavi_index a:hover {
  284.     color: rgb(0, 0, 0);
  285. }
  286. #postnavi_index {
  287.     font: italic 18px/normal "helvetica", arial, sans-serif; padding: 0px; width: 500px; text-align: center; font-size-adjust: none; font-stretch: normal;
  288. }
  289. #postnavi_index a {
  290.     padding: 5px 0px; color: rgb(0, 0, 0);
  291. }
  292. #postnavi_index a:hover {
  293.     color: rgb(0, 0, 0);
  294. }
  295.  
  296. .social {
  297. border-top: 1px dashed #d3d8db;
  298. border-bottom: 1px dashed #d3d8db;
  299. padding: 5px 0px 5px 0px;
  300. margin: 0px;
  301. width:500px;
  302. }
  303.  
  304. #navigation {
  305.     padding: 0px 0px 20px;
  306. }
  307. #navigation ul.postnavi {
  308.     list-style: none; margin: 0px; padding: 0px;
  309. }
  310. #navigation ul.postnavi li {
  311.     line-height: 24px; font-weight: bold;
  312. }
  313. #navigation ul.postnavi li a {
  314.     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;
  315. }
  316. #navigation ul.postnavi li a:hover {
  317.     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;
  318. }
  319. .sidebar {
  320.     margin: 45px 0px 0px; padding: 0px; width: 250px; float: right;
  321. }
  322.  
  323. .sidebar_box {
  324.     margin: 0px; padding: 0px 0px 3px 0px; width: 250px;
  325. }
  326.  
  327. #searchthis {
  328.     margin-top: 0.3em;
  329. }
  330. #s {
  331.     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;
  332. }
  333. #searchsubmit {
  334.     vertical-align: middle;
  335. }
  336. #comments_title {
  337.     margin: 0px; padding: 0px; width: 500px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  338. }
  339. #comments {
  340.     margin: 0px; padding: 5px 0px; width: 130px; color: rgb(138, 138, 138); float: left;
  341. }
  342. #comment_meta {
  343.     padding: 5px 0px; font-size: 13px; float: left;
  344. }
  345. #comment_meta a {
  346.     font-weight: bold;
  347. }
  348. ol.commentlist {
  349.     list-style: none; margin: 0px; padding: 0px;
  350. }
  351. ol.pingslist {
  352.     list-style: none; margin: 0px; padding: 0px; width: 500px;
  353. }
  354. .commentlist li {
  355.     margin: 0px; padding: 0px; width: 500px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  356. }
  357. .commentlist li.author {
  358.     background: rgb(249, 249, 249); margin: 0px; padding: 0px; width: 500px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  359. }
  360. .pingslist li {
  361.     margin: 0px; padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
  362. }
  363. .comment_credentials {
  364.     margin: 10px 0px; padding: 0px 0px 0px 10px; width: 60px; font-size: 1em; float: left;
  365. }
  366. .comment_credentials img.cmt-gravatar {
  367.     background: url("images/cmt_shadow.gif") rgb(255, 255, 255); padding: 3px 4px 4px;
  368. }
  369. .comment_credentials .author_highlight {
  370.     font-weight: bold;
  371. }
  372. .comment_credentials br {
  373.     margin: 0px; padding: 0px;
  374. }
  375. .comment_text {
  376.     padding: 0px 10px 0px 0px; width: 430px; margin-top: 10px; float: right;
  377. }
  378. .comment_text p {
  379.     margin: 0px 0px 12px;
  380. }
  381. .comment_text a {
  382.     font-weight: bold;
  383. }
  384. .comment_text_tb {
  385.     padding: 5px 5px 0px 0px; width: 435px; margin-top: 5px; float: right;
  386. }
  387. .comment_text_tb p {
  388.     margin: 0px 0px 5px;
  389. }
  390. .comment_text_tb a {
  391.     font-weight: bold;
  392. }
  393. .comment_text blockquote {
  394.     margin: 0px; padding: 0px 20px; font-style: italic;
  395. }
  396. .comment_text blockquote p {
  397.     margin: 0px; padding: 0px;
  398. }
  399. li.author {
  400.    
  401. }
  402. #commentform {
  403.     padding: 0px; width: 500px;
  404. }
  405. #commentform p {
  406.     margin: 5px 0px 0px; text-align: left;
  407. }
  408. textarea {
  409.     overflow: auto;
  410. }
  411. #author {
  412.     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;
  413. }
  414. #email {
  415.     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;
  416. }
  417. #url {
  418.     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;
  419. }
  420. #comment {
  421.     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;
  422. }
  423. #respond {
  424.     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;
  425. }
  426. .floatleft {
  427.     margin: 5px 8px 3px 0px; float: left;
  428. }
  429. .floatright {
  430.     margin: 5px 10px 3px 8px; float: right;
  431. }
  432. .left {
  433.     float: left; white-space: nowrap;
  434. }
  435. .right {
  436.     float: right; white-space: nowrap;
  437. }
  438. .clear {
  439.     clear: both;
  440. }
  441. .clearfix::after {
  442.     height: 0px; clear: both; display: block; visibility: hidden; content: ".";
  443. }
  444. .clearfix {
  445.     display: inline-block;
  446. }
  447. .fix::after {
  448.     height: 0px; clear: both; display: block; visibility: hidden; content: ".";
  449. }
  450. .fix {
  451.     display: inline-block;
  452. }
  453. * html .fix {
  454.     height: 1%;
  455. }
  456. .fix {
  457.     display: block;
  458. }
  459. .alignleft {
  460.     text-align: left; float: left;
  461. }
  462. .alignright {
  463.     text-align: right; margin-top: -1px; float: right;
  464. }
  465. .clearfix {
  466.     display: block;
  467. }
  468.  
  469. nav {
  470.    
  471.     margin: 0px;
  472.     overflow: hidden;
  473.     padding: 0px;
  474. float:left;
  475. }
  476.  
  477. nav ul {
  478. width: 180px;
  479.     list-style: none;
  480.     overflow: hidden;
  481. float:left;
  482. }
  483.  
  484. nav li a {
  485.     background: #000;
  486.     border-right: 0px solid #fff;
  487.     color: #fff;
  488.     display: block;
  489.     float: left;
  490.     font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
  491.     padding: 10px;
  492.     text-align: center;
  493.     text-decoration: none;
  494.     text-transform: uppercase;
  495.     width: 70px;
  496.    
  497.     /*TRANSISTIONS*/
  498.     -webkit-transition: background 0.5s ease;
  499.        -moz-transition: background 0.5s ease;
  500.          -o-transition: background 0.5s ease;
  501.         -ms-transition: background 0.5s ease;
  502.             transition: background 0.5s ease;
  503. }
  504.  
  505. /*HOVER*/
  506. nav li a:hover {
  507.     background: #00abdf;
  508. }
  509.  
  510. /*BORDER FIX*/
  511. nav li:last-child a {
  512.     border: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement