Advertisement
aroldstyles

theme 03 // network \\

Dec 24th, 2013
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 KB | None | 0 0
  1. <head><title>{title}</title>
  2. <link rel="shortcut icon" href="{favicon}">
  3. <link rel="alternate" type="application/rss+xml" href="{rss}">
  4.  
  5. <!-- theme by aroldstyles, dont remove credit, use as a base, or claim as your own, thanks -->
  6.  
  7. <meta name="image:background" content=""/>
  8.  
  9. <meta name="color:title" content=""/>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Flamenco' rel='stylesheet' type='text/css'>
  12.  
  13. <style type="text/css">
  14.  
  15. body{
  16. font-family:arial;
  17. font-size: 11px;
  18. overflow-x:hidden;
  19. background-position: fixed;
  20. background:url('{image:background}');}
  21.  
  22. a:link, a:active, a:visited{
  23. color: #777777;
  24. text-decoration: none;
  25. -webkit-transition: all 0.6s ease-out;
  26. -moz-transition: all 0.6s ease-out;
  27. -o-transition: all 0.6s ease-out;
  28. transition: all 0.6s ease-out;
  29. }
  30.  
  31. #s-m-t-tooltip {
  32. max-width:300px;
  33. padding:3px 4px 5px 4px;
  34. margin:20px 0px 0px 20px;
  35. background-color:#ddd;
  36. border:1px solid #000;
  37. font-family:times;
  38. font-style:italic;
  39. font-size:10px;
  40. letter-spacing:2px;
  41. text-transform:uppercase;
  42. color:#000;
  43. z-index:999999999999999999999999999999999999;
  44. }
  45.  
  46. ::-webkit-scrollbar-thumb{
  47. background-color: #e4e4e4;
  48. border:1px solid #fff;
  49. height:auto;
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height:9px;
  54. width:6px;
  55. background-color: #000;
  56. border:4px solid #fff;
  57. }
  58.  
  59. ::selection {
  60. background-color:#000;
  61. }
  62.  
  63. a:hover{
  64. cursor:crosshair;
  65. text-decoration: none;
  66. -webkit-transition: all 0.3s ease-out;
  67. -moz-transition: all 0.3s ease-out;
  68. -o-transition: all 0.3s ease-out;
  69. transition: all 0.3s ease-out;
  70. text-shadow:0px 0px 2px ;}
  71.  
  72. #skunk{
  73. margin:5;
  74. margin-left:200px;
  75. margin-top:60px;}
  76.  
  77. #panera{
  78. width:200px;
  79. height:200px;
  80. padding:2px;
  81. border:1px dashed #ddd;
  82. }
  83.  
  84. #panera:hover #about{
  85. opacity:1;
  86. -webkit-transform: scale(1.1);
  87. -webkit-transition: all 0.5s ease;
  88. -moz-transition: all 0.5s ease;
  89. -o-transition: all 0.5s ease;
  90. -ms-transition: all 0.5s ease;
  91. transition: all 0.5s ease;
  92. }
  93.  
  94. #bar{
  95. position:Fixed;
  96. z-index:99;
  97. top:0px;
  98. background:#ffffff;
  99. opacity: 1;
  100. border-bottom:1px solid #ddd;
  101. box-shadow:1px 1px 5px #ccc;
  102. width:200%;
  103. font-family:georgia;
  104. font-style:italic;
  105. font-size:12px;
  106. height:45px;
  107. margin-left:-50px;
  108. }
  109.  
  110. .links {
  111. margin-top:-82px;
  112. margin-left:20px;
  113. font-size:9px;
  114. text-align:left;
  115. text-transform: uppercase;
  116. letter-spacing:1px;
  117. font-family:'georgia';
  118. font-style:italic;
  119. position:fixed;
  120. padding-top:25px;
  121. z-index:999999;
  122. -webkit-transition: 1s linear;
  123. }
  124.  
  125. .links a{
  126. float:left;
  127. padding:7px;
  128. margin-bottom:5px;
  129. color:#b6b6b6;
  130. text-align:center;
  131. width:90px;
  132. margin:6px;
  133. height:10px;
  134. line-height:12px;
  135. color:#b6b6b6;
  136. background:#e4e4e4;
  137. z-index:9999999;
  138. box-shadow:1px 1px 5px #ccc;
  139. -webkit-transition: 1s linear;
  140. }
  141.  
  142. .links a:hover{
  143. background:#fafafa;
  144. color:#b6b6b6;
  145. -webkit-transition: 1s linear;
  146. }
  147.  
  148. #titlez {
  149. margin-top:-50px;
  150. margin-left:585px;
  151. width:auto;
  152. color:{color:title};
  153. font-size:25px;
  154. text-transform:uppercase;
  155. font-family: 'Flamenco', cursive;
  156. position:fixed;
  157. text-align:center;
  158. z-index:9999;
  159. }
  160.  
  161. #pic{
  162. width:197px;
  163. height:197px;
  164. border:0px solid #eee;
  165. padding:1px;
  166. overflow:hidden;
  167. float:left;
  168. -webkit-transition: all 0.5s ease;
  169. -moz-transition: all 0.5s ease;
  170. -o-transition: all 0.5s ease;
  171. -ms-transition: all 0.5s ease;
  172. transition: all 0.5s ease;
  173. }
  174.  
  175. #about{
  176. border-radius:90px;
  177. text-align:center;
  178. padding:10px;
  179. padding-top:60px;
  180. margin-top:8px;
  181. margin-left:9px;
  182. margin-right:10px;
  183. margin-bottom:10px;
  184. position:absolute;
  185. width:160px;
  186. height:112px;
  187. opacity:0;
  188. font-size:9px;
  189. background:white;
  190. color:#777;
  191. overflow:auto;
  192. z-index: 11;
  193. font-style:italic;
  194. transition: all 0.6s ease-out;
  195. -webkit-transition: all 0.6s ease-out;
  196. -moz-transition: all 0.6s ease-out;
  197. -o-transition: all 0.6s ease-out;
  198. }
  199.  
  200. #name{
  201. font-family:cambria;
  202. font-size:25px;
  203. text-transform:uppercase;
  204. text-align:center;
  205. }
  206.  
  207. #credit {
  208. bottom:0px;
  209. right:0px;
  210. position:fixed;
  211. }
  212.  
  213. #credit img {
  214. width:25px;
  215. padding:3px;
  216. }
  217.  
  218.  
  219.  
  220. </style>
  221.  
  222. <div class="links">
  223. <a href="/">admin</a>
  224. <a href="http://tumblr.com/dashboard">dash</a>
  225. </div>
  226.  
  227. <div id="titlez">title here
  228. </div>
  229.  
  230. <div id="bar"></div>
  231. </div></div></div>
  232.  
  233. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  234. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  235. <script>
  236. (function($){
  237. $(document).ready(function(){
  238. $("a[title]").style_my_tooltips({
  239. tip_follows_cursor:true,
  240. tip_delay_time:90,
  241. tip_fade_speed:600,
  242. attribute:"title"
  243. });
  244. });
  245. })(jQuery);
  246. </script>
  247.  
  248. <table id="skunk" border="0" cellpadding="0" cellspacing="20">
  249.  
  250. </td>
  251.  
  252. <!--- everything's pretty easy to figure out but if you have any questions, message me and ill do my best to help --->
  253.  
  254. <td><div id="panera">
  255. <div id="pic">
  256. <div id="about">
  257. <div id="name"><a href="{url here}" title="url">name</a></div>
  258. description here, not too long
  259. </div>
  260. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  261. </div>
  262.  
  263. </div></td>
  264.  
  265. <td><div id="panera">
  266. <div id="pic">
  267. <div id="about">
  268. <div id="name"><a href="{url here}" title="url">name</a></div>
  269. description here, not too long
  270. </div>
  271. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  272. </div>
  273.  
  274. </div></td>
  275.  
  276. <td><div id="panera">
  277. <div id="pic">
  278. <div id="about">
  279. <div id="name"><a href="{url here}" title="url">name</a></div>
  280. description here, not too long
  281. </div>
  282. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  283. </div>
  284.  
  285. </div></td>
  286.  
  287. <td><div id="panera">
  288. <div id="pic">
  289. <div id="about">
  290. <div id="name"><a href="{url here}" title="url">name</a></div>
  291. description here, not too long
  292. </div>
  293. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  294. </div>
  295.  
  296. <tr>
  297.  
  298. </div></td>
  299.  
  300. <td><div id="panera">
  301. <div id="pic">
  302. <div id="about">
  303. <div id="name"><a href="{url here}" title="url">name</a></div>
  304. description here, not too long
  305. </div>
  306. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  307. </div>
  308.  
  309. </div></td>
  310.  
  311. <td><div id="panera">
  312. <div id="pic">
  313. <div id="about">
  314. <div id="name"><a href="{url here}" title="url">name</a></div>
  315. description here, not too long
  316. </div>
  317. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  318. </div>
  319.  
  320. </div></td>
  321.  
  322. <td><div id="panera">
  323. <div id="pic">
  324. <div id="about">
  325. <div id="name"><a href="{url here}" title="url">name</a></div>
  326. description here, not too long
  327. </div>
  328. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  329. </div>
  330.  
  331. </div></td>
  332.  
  333. <td><div id="panera">
  334. <div id="pic">
  335. <div id="about">
  336. <div id="name"><a href="{url here}" title="url">name</a></div>
  337. description here, not too long
  338. </div>
  339. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  340. </div>
  341.  
  342. </div></td>
  343.  
  344. <tr>
  345.  
  346. </div></td>
  347.  
  348. <td><div id="panera">
  349. <div id="pic">
  350. <div id="about">
  351. <div id="name"><a href="{url here}" title="url">name</a></div>
  352. description here, not too long
  353. </div>
  354. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  355. </div>
  356.  
  357. </div></td>
  358.  
  359. <td><div id="panera">
  360. <div id="pic">
  361. <div id="about">
  362. <div id="name"><a href="{url here}" title="url">name</a></div>
  363. description here, not too long
  364. </div>
  365. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  366. </div>
  367.  
  368. </div></td>
  369.  
  370. <td><div id="panera">
  371. <div id="pic">
  372. <div id="about">
  373. <div id="name"><a href="{url here}" title="url">name</a></div>
  374. description here, not too long
  375. </div>
  376. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  377. </div>
  378.  
  379. </div></td>
  380.  
  381. <td><div id="panera">
  382. <div id="pic">
  383. <div id="about">
  384. <div id="name"><a href="{url here}" title="url">name</a></div>
  385. description here, not too long
  386. </div>
  387. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  388. </div>
  389.  
  390. </div></td>
  391.  
  392. <tr>
  393.  
  394. <td><div id="panera">
  395. <div id="pic">
  396. <div id="about">
  397. <div id="name"><a href="{url here}" title="url">name</a></div>
  398. description here, not too long
  399. </div>
  400. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  401. </div>
  402.  
  403. </div></td>
  404.  
  405. <td><div id="panera">
  406. <div id="pic">
  407. <div id="about">
  408. <div id="name"><a href="{url here}" title="url">name</a></div>
  409. description here, not too long
  410. </div>
  411. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  412. </div>
  413.  
  414. </div></td>
  415.  
  416. <td><div id="panera">
  417. <div id="pic">
  418. <div id="about">
  419. <div id="name"><a href="{url here}" title="url">name</a></div>
  420. description here, not too long
  421. </div>
  422. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  423. </div>
  424.  
  425. </div></td>
  426.  
  427. <td><div id="panera">
  428. <div id="pic">
  429. <div id="about">
  430. <div id="name"><a href="{url here}" title="url">name</a></div>
  431. description here, not too long
  432. </div>
  433. <img width="200px" src="http://25.media.tumblr.com/3f244c5666a49984244bab04e892fb9b/tumblr_mn14olgC971rdisvao1_250.png"/>
  434. </div>
  435.  
  436. </div></td>
  437.  
  438. <!--- to add another row, copy and paste from the <tr> to the </div></td> --->
  439.  
  440. <!--- paste above </table> --->
  441.  
  442. </table>
  443.  
  444. <!---dont touch/move this punk --->
  445. <div id="credit"><a href="http://aroldstyles.tumblr.com" title="credit"><img src="http://media.tumblr.com/b103d7b437b3d4bda8366536a8d598a9/tumblr_inline_mv8rpxveN31qgj1ha.png"></div>
  446.  
  447. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement