Advertisement
emilyowl

blogroll #1

Apr 12th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!--
  6.  
  7. © KRASIVAYAS (@ALLISONARGENS)
  8.  
  9. blogroll #1
  10.  
  11. rules:
  12. don't move, delete, or edit the credit
  13. don't use my theme as a base code
  14. don't steal parts of my code
  15. don't steal my themes or claim them as your own
  16.  
  17. -->
  18.  
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23.  
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("a[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:30,
  33. tip_fade_speed:300,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40.  
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. #s-m-t-tooltip{
  47. max-width:200px;
  48. padding:2px 5px;
  49. z-index:9999;
  50. margin-top:15px;
  51. margin-left:15px;
  52. color:#FFF;
  53. font-style:italic;
  54. text-transform:lowercase;
  55. background:#000;
  56. }
  57.  
  58. ::-webkit-scrollbar{
  59. height: 5px;
  60. width: 9px;
  61. -webkit-border-radius: 0px;
  62. background-color:#fff;
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb{
  66. background-color:#cecece;
  67. }
  68.  
  69. ::-webkit-scrollbar-track{
  70. background-color:#fff;
  71. }
  72.  
  73.  
  74. body {
  75. color:#000;
  76. font-family:arial;
  77. font-size:11px;
  78. text-align:justify;
  79. margin:0;
  80. line-height:16px;
  81. }
  82.  
  83. a {
  84. color:#1c1e20;
  85. text-decoration:none;
  86. }
  87.  
  88. a:hover {
  89. text-decoration:underline;
  90. text-shadow:2px 1px #feee02;
  91. }
  92.  
  93. #topbar {
  94. text-align:center;
  95. position:fixed;
  96. margin-left:-25px;
  97. width:550px;
  98. z-index:999;
  99. background-color:#fff;
  100. opacity:1;
  101. padding-bottom:5px;
  102. }
  103.  
  104. #title {
  105. font-size:43px;
  106. font-weight:bold;
  107. line-height:85%;
  108. margin-bottom:-15px;
  109. color:#2f2b2b;
  110. margin-top:50px;
  111. }
  112.  
  113. #title a {
  114. text-decoration:none;
  115. text-shadow:none;
  116. }
  117.  
  118. #links {
  119. line-height:16px;
  120. text-transform:lowercase;
  121. font-size:12px;
  122. font-weight:bold;
  123. }
  124.  
  125. #links a {
  126. margin-right:5px;
  127. display:inline-block;
  128. margin-bottom:5px;
  129. }
  130.  
  131. #con {
  132. left:50%;
  133. margin-left:-250px;
  134. position:absolute;
  135. z-index:1;
  136. }
  137.  
  138. .side1 a {
  139. text-decoration:none;
  140. text-shadow:none;
  141. }
  142.  
  143. .side11 {
  144. display:block;
  145. padding:5px;
  146. background-color:#594f4f;
  147. color:transparent;
  148. height:13px;
  149. width:100px;
  150. float:left;
  151. margin: 5px 0 20px 0;
  152. text-align: center;
  153. font-size: 8px;
  154. padding: 1px;
  155. line-height: 10px;
  156. margin-left: 25px;
  157. margin-top: 25px;
  158. margin-bottom:20px;
  159. -webkit-transition: all 0.7s ease;
  160. -moz-transition: all 0.7s ease;
  161. -o-transition: all 0.7s ease;
  162. -ms-transition: all 0.7s ease;
  163. transition: all 0.7s ease;
  164. }
  165.  
  166. .side11:hover {
  167. color:#1c1e20;
  168. background-color:#ffffff;
  169. }
  170.  
  171. .side12 {
  172. display:block;
  173. padding:5px;
  174. background-color:#547980;
  175. color:transparent;
  176. height:13px;
  177. width:100px;
  178. float:left;
  179. margin: 5px 0 20px 0;
  180. text-align: center;
  181. font-size: 8px;
  182. padding: 1px;
  183. line-height: 10px;
  184. margin-top: 25px;
  185. margin-bottom:20px;
  186. -webkit-transition: all 0.7s ease;
  187. -moz-transition: all 0.7s ease;
  188. -o-transition: all 0.7s ease;
  189. -ms-transition: all 0.7s ease;
  190. transition: all 0.7s ease;
  191. }
  192.  
  193. .side12:hover {
  194. color:#1c1e20;
  195. background-color:#ffffff;
  196. }
  197.  
  198. .side13 {
  199. display:block;
  200. padding:5px;
  201. background-color:#45ada8;
  202. color:transparent;
  203. height:13px;
  204. width:100px;
  205. float:left;
  206. margin: 5px 0 20px 0;
  207. text-align: center;
  208. font-size: 8px;
  209. padding: 1px;
  210. line-height: 10px;
  211. margin-top: 25px;
  212. margin-bottom:20px;
  213. -webkit-transition: all 0.7s ease;
  214. -moz-transition: all 0.7s ease;
  215. -o-transition: all 0.7s ease;
  216. -ms-transition: all 0.7s ease;
  217. transition: all 0.7s ease;
  218. }
  219.  
  220. .side13:hover {
  221. color:#1c1e20;
  222. background-color:#ffffff;
  223. }
  224.  
  225. .side14 {
  226. display:block;
  227. padding:5px;
  228. background-color:#9de0ad;
  229. color:transparent;
  230. height:13px;
  231. width:100px;
  232. float:left;
  233. margin: 5px 0 20px 0;
  234. text-align: center;
  235. font-size: 8px;
  236. padding: 1px;
  237. line-height: 10px;
  238. margin-top: 25px;
  239. margin-bottom:20px;
  240. -webkit-transition: all 0.7s ease;
  241. -moz-transition: all 0.7s ease;
  242. -o-transition: all 0.7s ease;
  243. -ms-transition: all 0.7s ease;
  244. transition: all 0.7s ease;
  245. }
  246.  
  247. .side14:hover {
  248. color:#1c1e20;
  249. background-color:#ffffff;
  250. }
  251.  
  252. .side15 {
  253. display:block;
  254. padding:5px;
  255. background-color:#e5fcc2;
  256. color:transparent;
  257. height:13px;
  258. width:100px;
  259. float:left;
  260. margin: 5px 0 20px 0;
  261. text-align: center;
  262. font-size: 8px;
  263. padding: 1px;
  264. line-height: 10px;
  265. margin-top: 25px;
  266. margin-bottom:20px;
  267. -webkit-transition: all 0.7s ease;
  268. -moz-transition: all 0.7s ease;
  269. -o-transition: all 0.7s ease;
  270. -ms-transition: all 0.7s ease;
  271. transition: all 0.7s ease;
  272. }
  273.  
  274. .side15:hover {
  275. color:#1c1e20;
  276. background-color:#ffffff;
  277. }
  278.  
  279. #entries {
  280. margin-top:155px;
  281. width:500px;
  282. position: absolute;
  283. padding: 0px;
  284. overflow: auto;
  285. margin-bottom:100px;
  286. }
  287.  
  288. #entries img {
  289. padding: 0px;
  290. width: 64px;
  291. margin: 2px;
  292. border: 3px solid #ffffff;
  293. background-color: #ffffff;
  294. -webkit-transition: all 0.4s ease-in-out;
  295. -moz-transition: all 0.4s ease-in-out;
  296. -o-transition: all 0.4s ease-in-out;
  297. -ms-transition: all 0.4s ease-in-out;
  298. transition: all 0.4s ease-in-out;
  299. }
  300.  
  301. #entries img:hover {
  302. border:3px solid black;
  303. }
  304.  
  305. #credit {
  306. font-size:8px;
  307. letter-spacing:1px;
  308. bottom:8px;
  309. right:8px;
  310. text-align:right;
  311. position:fixed;
  312. padding:1px 3px 1px 3px;
  313. font-weight:bold;
  314. -webkit-transition: all 0.5s ease;
  315. -moz-transition: all 0.5s ease;
  316. -ms-transition: all 0.5s ease;
  317. -o-transition: all 0.5s ease;
  318. transition: all 0.5s ease;
  319. border: 1px solid white;
  320. }
  321.  
  322. #credit a {
  323. text-decoration:none;
  324. text-shadow:none;
  325. }
  326.  
  327. #credit:hover {
  328. border: 1px solid #454141;
  329. }
  330.  
  331. </style>
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340. <body>
  341.  
  342.  
  343.  
  344. <div id="con">
  345.  
  346. <div id="topbar">
  347. <div id="title">blogroll</div>
  348.  
  349. <div class="side1">
  350. <a class="side11" title="back" href="/">I.</a>
  351. <a class="side12" title="dash" href="/">II.</a>
  352. <a class="side13" title="mail" href="/">III.</a>
  353. <a class="side14" title="navi" href="/">IV.</a>
  354. <a class="side15" title="past" href="/">V.</a>
  355. </div>
  356.  
  357. </div>
  358.  
  359. <div id="entries">
  360.  
  361. <center>
  362. {block:Following}{block:Followed}<a title="{FollowedName}" href="{FollowedURL}"><img border='1' src='{FollowedPortraitURL-64}' />{/block:Followed}{/block:Following}
  363. </center>
  364.  
  365. </div>
  366.  
  367.  
  368. <div id="credit"><a href="http://krasivayas.tumblr.com">ET</a> </div>
  369. </body>
  370. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement