Share Pastebin
Guest
Public paste!

Andrew

By: a guest | Mar 12th, 2009 | Syntax: CSS | Size: 18.42 KB | Hits: 87 | Expires: Never
Copy text to clipboard
  1. http://zeropointfx.blogspot.com/
  2. Embedded Styles from http://zeropointfx.blogspot.com/
  3.  
  4. <!--
  5. /*
  6. -----------------------------------------------
  7. Blogger Template Style
  8. Name:     Thisaway (Blue)
  9. Designer: Dan Rubin
  10. URL:      www.superfluousbanter.org
  11. Date:     29 Feb 2004
  12. Updated by: Blogger Team
  13. ----------------------------------------------- */
  14. /* Variable definitions
  15. ====================
  16. <Variable name="textColor" description="Text Color"
  17. type="color" default="#204063">
  18. <Variable name="blogTitleColor" description="Blog Title Color"
  19. type="color" default="#eef6fe">
  20. <Variable name="blogDescriptionColor" description="Blog Description Color"
  21. type="color" default="#eef6fe">
  22. <Variable name="postTitleColor" description="Post Title Color"
  23. type="color" default="#477fba">
  24. <Variable name="dateHeaderColor" description="Date Header Color"
  25. type="color" default="#8facc8">
  26. <Variable name="sidebarHeaderColor" description="Sidebar Title Color"
  27. type="color" default="#809fbd">
  28. <Variable name="mainLinkColor" description="Link Color"
  29. type="color" default="#4386ce">
  30. <Variable name="mainVisitedLinkColor" description="Visited Link Color"
  31. type="color" default="#2462a5">
  32. <Variable name="sidebarLinkColor" description="Sidebar Link Color"
  33. type="color" default="#599be2">
  34. <Variable name="sidebarVisitedLinkColor"
  35. description="Sidebar Visited Link Color"
  36. type="color" default="#3372b6">
  37. <Variable name="bodyFont" description="Text Font"
  38. type="font" default="normal normal 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
  39. <Variable name="headerFont" description="Sidebar Title Font"
  40. type="font"
  41. default="normal bold 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
  42. <Variable name="pageTitleFont" description="Blog Title Font"
  43. type="font"
  44. default="normal bold 200% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
  45. <Variable name="blogDescriptionFont" description="Blog Description Font"
  46. type="font"
  47. default="normal normal 80% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
  48. <Variable name="startSide" description="Start side in blog language"
  49. type="automatic" default="left">
  50. <Variable name="endSide" description="End side in blog language"
  51. type="automatic" default="right">
  52. */
  53. /* global
  54. ----------------------------------------------- */
  55. body {
  56. margin: 0;
  57. text-align: center;
  58. min-width: 760px;
  59. background: #4386ce url(http://img18.imageshack.us/img18/2447/anjunabeats.jpg) repeat-x left top;
  60. color: #204063;
  61. font-size: small;
  62. }
  63. blockquote {
  64. margin: 0;
  65. padding-top: 0;
  66. padding-right: 10px;
  67. padding-bottom: 0;
  68. padding-left: 10px;
  69. border-left: 6px solid #d8e7f78;
  70. border-right: 6px solid #d8e7f7;
  71. color: #477fba;
  72. }
  73. code {
  74. color: #477fba;
  75. }
  76. hr {
  77. display: none;
  78. }
  79. /* layout
  80. ----------------------------------------------- */
  81. #outer-wrapper {
  82. margin: 0 auto;
  83. width: 760px;
  84. text-align: left;
  85. font: normal normal 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
  86. }
  87. #header-wrapper {
  88. padding-bottom: 15px;
  89. background: url(http://www.blogblog.com/thisaway_blue/bg_header_bottom.gif) no-repeat left bottom;
  90. }
  91. #header {
  92. background: #204063 url(http://www.blogblog.com/thisaway_blue/bg_header.gif) repeat-x left bottom;
  93. }
  94. #content-wrapper {
  95. position: relative;
  96. width: 760px;
  97. background: #f7f0e9 url(http://www.blogblog.com/thisaway_blue/bg_main_wrapper.gif) repeat-y left top;
  98. }
  99. #main-wrapper {
  100. display: inline; /* fixes a strange ie margin bug */
  101. float: left;
  102. margin-top: 0;
  103. margin-right: 0;
  104. margin-bottom: 0;
  105. margin-left: 3px;
  106. padding: 0;
  107. width: 483px;
  108. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  109. overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  110. }
  111. #main {
  112. padding-top: 22px;
  113. padding-right: 8px;
  114. padding-bottom: 0;
  115. padding-left: 8px;
  116. background: url(http://www.blogblog.com/thisaway_blue/bg_content.gif) repeat-x left top;
  117. }
  118. .post {
  119. margin-top: 0;
  120. margin-right: 8px;
  121. margin-bottom: 14px;
  122. margin-left: 21px;
  123. padding: 0;
  124. border-bottom: 3px solid #d8e7f7;
  125. }
  126. #comments {
  127. margin-top: 0;
  128. margin-right: 16px;
  129. margin-bottom: 14px;
  130. margin-left: 29px;
  131. padding: 10px;
  132. border: 1px solid #cedef0;
  133. background-color: #e4ecf5;
  134. }
  135. #sidebar-wrapper {
  136. display: inline; /* fixes a strange ie margin bug */
  137. float: right;
  138. margin-top: 0;
  139. margin-right: 3px;
  140. margin-bottom: 0;
  141. margin-left: 0;
  142. width: 269px;
  143. color: #204063;
  144. line-height: 1.4em;
  145. font-size: 90%;
  146. background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar.gif) repeat-x left top;
  147. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  148. overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  149. }
  150. #sidebar {
  151. padding-top: 7px;
  152. padding-right: 11px;
  153. padding-bottom: 0;
  154. padding-left: 14px;
  155. background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar_arrow.gif) repeat-y 179px 0;
  156. }
  157. #sidebar .widget {
  158. margin-bottom: 20px;
  159. }
  160. #footer-wrapper {
  161. padding-top: 15px;
  162. background: url(http://www.blogblog.com/thisaway_blue/bg_footer_top.gif) no-repeat left top;
  163. clear: both;
  164. }
  165. #footer {
  166. background: #152e49 url(http://www.blogblog.com/thisaway_blue/bg_footer.gif) repeat-x left top;
  167. text-align: center;
  168. min-height: 2em;
  169. }
  170. /* headings
  171. ----------------------------------------------- */
  172. #header h1 {
  173. margin: 0;
  174. padding-top: 24px;
  175. padding-right: 0;
  176. padding-bottom: 0;
  177. padding-left: 84px;
  178. background: url(http://www.blogblog.com/thisaway_blue/icon_header_left.gif) no-repeat 16px 26px;
  179. }
  180. h2.date-header {
  181. margin: 0;
  182. padding-top: 0;
  183. padding-right: 0;
  184. padding-bottom: 0;
  185. padding-left: 29px;
  186. text-transform: uppercase;
  187. color: #8facc8;
  188. background: url(http://www.blogblog.com/thisaway_blue/icon_date.gif) no-repeat 13px 0;
  189. font-size: 80%;
  190. font-weight: normal;
  191. }
  192. .date-header span {
  193. margin-top: 0;
  194. margin-right: 0;
  195. margin-bottom: 0;
  196. margin-left: 5px;
  197. padding-top: 0;
  198. padding-right: 25px;
  199. padding-bottom: 0;
  200. padding-left: 25px;
  201. background: url(http://www.blogblog.com/thisaway_blue/bg_date.gif) no-repeat left 0;
  202. }
  203. .sidebar h2 {
  204. padding-top: 1px;
  205. padding-right: 0;
  206. padding-bottom: 0;
  207. padding-left: 36px;
  208. color: #809fbd;
  209. background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_heading_left.gif) no-repeat left 45%;
  210. font: normal bold 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
  211. }
  212. .sidebar .Profile h2 {
  213. color: #527595;
  214. background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_profileheading_left.gif) no-repeat left 45%;
  215. }
  216. .post h3 {
  217. margin-top: 13px;
  218. margin-right: 0;
  219. margin-bottom: 13px;
  220. margin-left: 0;
  221. padding: 0;
  222. color: #477fba;
  223. font-size: 140%;
  224. }
  225. .post h3 a, .post h3 a:visited {
  226. color: #477fba;
  227. }
  228. #comments h4 {
  229. margin-top: 0;
  230. font-size: 120%;
  231. }
  232. /* text
  233. ----------------------------------------------- */
  234. #header h1 {
  235. color: #eef6fe;
  236. font: normal bold 200% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
  237. }
  238. #header .description {
  239. margin: 0;
  240. padding-top: 7px;
  241. padding-right: 16px;
  242. padding-bottom: 0;
  243. padding-left: 84px;
  244. color: #eef6fe;
  245. font: normal normal 80% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
  246. }
  247. .post-body p {
  248. line-height: 1.4em;
  249. /* Fix bug in IE5/Win with italics in posts */
  250. margin: 0;
  251. height: 1%;
  252. overflow: visible;
  253. }
  254. .post-footer {
  255. font-size: 80%;
  256. color: #8facc8;
  257. }
  258. .uncustomized-post-template .post-footer {
  259. text-align: right;
  260. }
  261. .uncustomized-post-template .post-footer .post-author,
  262. .uncustomized-post-template .post-footer .post-timestamp {
  263. display: block;
  264. float: left;
  265. text-align: left;
  266. margin-right: 4px;
  267. }
  268. p.comment-author {
  269. font-size: 83%;
  270. }
  271. .deleted-comment {
  272. font-style:italic;
  273. color:gray;
  274. }
  275. .comment-body p {
  276. line-height: 1.4em;
  277. }
  278. .feed-links {
  279. clear: both;
  280. line-height: 2.5em;
  281. margin-bottom: 0.5em;
  282. margin-left: 29px;
  283. }
  284. #footer .widget {
  285. margin: 0;
  286. padding-top: 0;
  287. padding-right: 0;
  288. padding-bottom: 15px;
  289. padding-left: 55px;
  290. color: #fef6ee;
  291. font-size: 90%;
  292. line-height: 1.4em;
  293. background: url(http://www.blogblog.com/thisaway_blue/icon_footer.gif) no-repeat 16px 0;
  294. }
  295. /* lists
  296. ----------------------------------------------- */
  297. .post ul {
  298. padding-left: 32px;
  299. list-style-type: none;
  300. line-height: 1.4em;
  301. }
  302. .post li {
  303. padding-top: 0;
  304. padding-right: 0;
  305. padding-bottom: 4px;
  306. padding-left: 17px;
  307. background: url(http://www.blogblog.com/thisaway_blue/icon_list_item_left.gif) no-repeat left 3px;
  308. }
  309. #comments ul {
  310. margin: 0;
  311. padding: 0;
  312. list-style-type: none;
  313. }
  314. #comments li {
  315. padding-top: 0;
  316. padding-right: 0;
  317. padding-bottom: 1px;
  318. padding-left: 17px;
  319. background: url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat left 3px;
  320. }
  321. .sidebar ul {
  322. padding: 0;
  323. list-style-type: none;
  324. line-height: 1.2em;
  325. margin-left: 0;
  326. }
  327. .sidebar li {
  328. padding-top: 0;
  329. padding-right: 0;
  330. padding-bottom: 4px;
  331. padding-left: 17px;
  332. background: url(http://www.blogblog.com/thisaway_blue/icon_list_item.gif) no-repeat left 3px;
  333. }
  334. #blog-pager-newer-link {
  335. float: left;
  336. margin-left: 29px;
  337. }
  338. #blog-pager-older-link {
  339. float: right;
  340. margin-right: 16px;
  341. }
  342. #blog-pager {
  343. text-align: center;
  344. }
  345. /* links
  346. ----------------------------------------------- */
  347. a {
  348. color: #4386ce;
  349. font-weight: bold;
  350. }
  351. a:hover {
  352. color: #2462a5;
  353. }
  354. a.comment-link {
  355. /* ie5.0/win doesn't apply padding to inline elements,
  356. so we hide these two declarations from it */
  357. background/* */:/**/url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat left 45%;
  358. padding-left: 14px;
  359. }
  360. html>body a.comment-link {
  361. /* respecified, for ie5/mac's benefit */
  362. background: url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat left 45%;
  363. padding-left: 14px;
  364. }
  365. .sidebar a {
  366. color: #599be2;
  367. }
  368. .sidebar a:hover {
  369. color: #3372b6;
  370. }
  371. #header h1 a {
  372. color: #eef6fe;
  373. text-decoration: none;
  374. }
  375. #header h1 a:hover {
  376. color: #b4c7d9;
  377. }
  378. .post h3 a {
  379. text-decoration: none;
  380. }
  381. a img {
  382. border-width: 0;
  383. }
  384. .clear {
  385. clear: both;
  386. line-height: 0;
  387. height: 0;
  388. }
  389. .profile-textblock {
  390. clear: both;
  391. margin-bottom: 10px;
  392. margin-left: 0;
  393. }
  394. .profile-img {
  395. float: left;
  396. margin-top: 0;
  397. margin-right: 5px;
  398. margin-bottom: 5px;
  399. margin-left: 0;
  400. padding: 3px;
  401. border: 1px solid #bdd4eb;
  402. }
  403. .profile-link {
  404. padding-top: 0;
  405. padding-right: 0;
  406. padding-bottom: 0;
  407. padding-left: 17px;
  408. background: url(http://www.blogblog.com/thisaway_blue/icon_profile_left.gif) no-repeat left 0;
  409. }
  410. /** Page structure tweaks for layout editor wireframe */
  411. body#layout #main,
  412. body#layout #sidebar {
  413. padding: 0;
  414. }
  415.  
  416. -->
  417.  
  418. #navbar-iframe { display:block }
  419.  
  420.  
  421. http://www.blogger.com/widgets/2300090209-widget_css_bundle.css
  422.  
  423. #ArchiveList .toggle{cursor:pointer;font-family:Arial,sans-serif}#ArchiveList .toggle-open{_font-size:1.7em;line-height:.6em}#ArchiveList{text-align:left}#ArchiveList a.post-count-link,#ArchiveList a.post-count-link:link,#ArchiveList a.post-count-link:visited{text-decoration:none}#ArchiveList a.toggle,#ArchiveList a.toggle:link,#ArchiveList a.toggle:visited,#ArchiveList a.toggle:hover{color:inherit;text-decoration:none}.BlogArchive #ArchiveList ul li{background:none;list-style:none;list-style-image:none;list-style-position:outside;border-width:0;padding-left:15px;text-indent:-15px;margin-left:0;background-image:none}.BlogArchive #ArchiveList ul ul li{padding-left:1.2em}.BlogArchive #ArchiveList ul{margin:0;padding:0;list-style:none;list-style-image:none;border-width:0}.BlogArchive #ArchiveList ul ul{margin-top:5px}.BlogArchive #ArchiveList ul.posts li{padding-left:1.3em}#ArchiveList .collapsed ul{display:none}.backlink-toggle-zippy{padding-right:11px;margin-right:.1em;cursor:pointer;cursor:hand;background:url(http://www.blogger.com/img/triangle_ltr.gif) no-repeat left center}.expanded-backlink .backlink-toggle-zippy{background-image:url("http://www.blogger.com/img/triangle_open.gif")}.collapsed-backlink .collapseable{display:none}.status-msg-wrap{font-size:110%;width:90%;margin:10px auto;position:relative}.status-msg-border{border:1px solid #000;filter:alpha(opacity=40);-moz-opacity:.4;opacity:.4;width:100%;position:relative}.status-msg-bg{background-color:#ccc;opacity:.8;filter:alpha(opacity=30);-moz-opacity:.8;width:100%;position:relative;z-index:1}.status-msg-body{text-align:center;padding:.3em 0;width:100%;position:absolute;z-index:4}.status-msg-hidden{visibility:hidden;padding:.3em 0}.status-msg-wrap a{padding-left:.4em;text-decoration:underline}.reactions-label{margin:3px 0 0 0}.reactions-label-cell{line-height:2.3em}.reactions-iframe{background:transparent;height:2.3em;width:100%;border:0}#comments .blogger-comment-icon,.blogger-comment-icon{line-height:16px;background:url(/img/b16-rounded.gif) left no-repeat;padding-left:20px}#comments .openid-comment-icon,.openid-comment-icon{line-height:16px;background:url(/img/openid16-rounded.gif) left no-repeat;padding-left:20px}#comments .anon-comment-icon,.anon-comment-icon{line-height:16px;background:url(/img/anon16-rounded.gif) left no-repeat;padding-left:20px}.comment-form{max-width:425px;_width:410px}.paging-control-container{float:right;margin:0 6px 0 0;font-size:80%}.unneeded-paging-control{visibility:hidden}.follower-grid{width:150px}.follower{width:32px;height:32px;float:left;margin:2px}.follower-img{float:left;margin:2px}.follow-this{margin:.5em .5em .5em 0;font-weight:bold}.followers-canvas{margin:.5em .5em .5em 0;font-weight:bold}.clear{clear:both}.subscribe-feed-title{float:left}.subscribe{cursor:pointer;color:#999}.subscribe a{color:#999}.subscribe-wrapper{position:relative;margin:.5em;padding:0}div.subscribe{text-align:left;cursor:pointer;width:144px;margin:0;padding:0;z-index:20}.subscribe-type-POST{z-index:10}div.subscribe div.top{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.blogger.com/img/widgets/s_top.png',sizingMethod='crop');font-size:1em;padding:4px 5px 1px 5px;width:144px}html>body div.subscribe div.top{background:url(http://www.blogger.com/img/widgets/s_top.png) top left no-repeat}span.inner{padding:0;margin:0}.feed-icon{vertical-align:baseline;display:inline}div.subscribe div.bottom{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.blogger.com/img/widgets/s_bottom.png',sizingMethod='crop');height:3px;font-size:3px;line-height:0}.subscribe-wrapper .expanded{position:absolute;top:0}html>body div.subscribe div.bottom{background:url(http://www.blogger.com/img/widgets/s_bottom.png) bottom left no-repeat;width:144px;margin-bottom:0;padding-bottom:0}.feed-reader-links{padding:0;margin:10px 20px;list-style:none;position:relative}.feed-reader-links li{margin-top:5px}.subscribe-dropdown-arrow{float:right;margin-top:4px;margin-right:14px}ul.feed-reader-links{margin:0;padding:0;list-style:none}ul.feed-reader-links li{margin-top:5px}a.feed-reader-link{display:block;margin:.5em;text-decoration:none;font-weight:normal;z-index:1000}.feed-reader-link img{border:0;display:inline}.blog-list-container ul{padding-left:0}.blog-list-container ul li{padding-left:0;list-style:none;list-style-image:none;clear:left}.blog-list-container a{text-decoration:none}.blog-list-container a:hover{text-decoration:underline}.blog-list-container .blog-content{float:left;margin:0 0 5px 5px;text-indent:0;width:85%}.blog-list-container .blog-title{font-weight:bold;line-height:16px;margin:2px 0 0 0}.blog-list-container .blog-icon{float:left;margin-top:2px;vertical-align:top;text-indent:0;width:16px}.blog-list-container .item-content{font-size:95%;line-height:1.3em}.blog-list-container .item-thumbnail{float:left;margin:2px 5px 5px 0}.blog-list-container .item-time{font-size:95%;font-style:italic;clear:left}.blog-list-title{font-weight:bold}.blog-list-container .show-option{font-size:75%;text-align:right}div.gsc-control{width:100%}.cse-status{color:#676767;font-size:11px;margin:10px;padding:4px}#uds-searchControl{margin:1em;position:relative}#uds-searchClearResults{position:absolute;top:15px;right:-3px;display:none;border-width:1px;border-style:solid;padding:0;height:9px;width:9px}#uds-searchControl .gsc-results{padding:1em 1em 0 1em;border-width:1px;border-style:solid;width:auto}#uds-searchControl .gsc-resultsHeader{display:none}#uds-searchControl .gsc-tabsArea{float:left;position:relative;top:1px;padding-right:10px}#uds-searchControl .gsc-tabHeader{float:left;line-height:1.7}#uds-searchControl .gsc-tabHeader.gsc-tabhActive{border-width:2px 1px 0 1px;border-style:solid;font-weight:bold}#uds-searchControl .gsc-tabHeader.gsc-tabhInactive{border-width:0;border-style:solid;padding-top:2px}#uds-searchControl .gsc-resultsbox-visible{clear:left}#uds-searchControl .gs-result .gs-title,#uds-searchControl .gsc-results .gsc-trailing-more-results{line-height:1.5em}#uds-searchControl .gs-relativePublishedDate,#uds-searchControl .gs-publishedDate{line-height:1.3em}#uds-searchControl .gs-result a.gs-visibleUrl,#uds-searchControl .gs-result .gs-visibleUrl{line-height:1.3em;font-size:95%}#uds-searchControl .gs-result .gs-snippet{margin:.25em 0;line-height:1.2em}#uds-searchControl .gs-no-results-result .gs-snippet,#uds-searchControl .gs-error-result .gs-snippet{border:none;background-color:transparent;font-style:italic}.quickedit{cursor:pointer}.newsBar-status{color:#676767;font-size:11px;margin:10px;padding:4px}img.gsc-branding-img-noclear{display:inline}.slideshow-status{color:#676767;font-size:11px;margin:10px;padding:4px}.slideshow-container{margin:auto;text-transform:none;font-family:Arial,sans-serif;letter-spacing:normal;word-spacing:normal;width:150px;height:150px;clear:both}img.gsc-branding-img-noclear{display:inline}.slideshow-container img{display:inline}div.floatingPlayer_gsvb div.playerInnerBox_gsvb .player_gsvb{width:320px;height:260px}.videoBar-status{color:#676767;font-size:11px;margin:10px;padding:4px}.videoBar-container{margin:auto;text-transform:none;font-family:Arial,sans-serif;letter-spacing:normal;word-spacing:normal;clear:both}
  424.  
  425. http://www.blogger.com/v-css/3727950723-blog_controls.css
  426.  
  427.  /*
  428. -----------------------------------------------
  429. Quick Edit and Delete Comment Icons
  430. ----------------------------------------------- */
  431.  
  432. /* Hide it now, show it later with dynamically-generated CSS */
  433. .item-control {
  434.    display:none;
  435. }
  436.  
  437. .item-control a, .item-action a {
  438.    text-decoration:none !important;
  439. }
  440.  
  441. .widget-item-control {
  442.   float: right;
  443. }
  444.  
  445. .icon-action {
  446.   border-style: none !important;
  447.   margin: 0 0 -5px 0.5em !important;
  448. }
  449.  
  450. .delete-comment-icon {
  451.    background: url("/img/icon_delete13.gif") no-repeat left;
  452.  
  453.    /* makes a 14x14 box */
  454.    padding:7px;
  455. }
  456.  
  457. /* Mobile video tags shown on handhelds only.
  458.    All others get regular video tags. */
  459. @media all {
  460.   .BLOG_mobile_video_class {
  461.     display:none;
  462.   }
  463. }
  464.  
  465. @media handheld {
  466.   .BLOG_mobile_video_class {
  467.     display:inline;
  468.   }
  469.   .BLOG_video_class {
  470.     display:none;
  471.   }
  472. }