Advertisement
Guest User

network theme #2 - billiondays

a guest
Jul 28th, 2013
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.10 KB | None | 0 0
  1.  
  2.  
  3. <!-----------------
  4. Network theme by Dagmar -
  5. ╭╮╱╱╭╮╭╮╱╱╱╱╱╱╱╱╱╭╮
  6. ┃┃╱╱┃┃┃┃╱╱╱╱╱╱╱╱╱┃┃
  7. ┃╰━┳┫┃┃┃╭┳━━┳━╮╭━╯┣━━┳╮╱╭┳━━╮
  8. ┃╭╮┣┫┃┃┃┣┫╭╮┃╭╮┫╭╮┃╭╮┃┃╱┃┃━━┫
  9. ┃╰╯┃┃╰┫╰┫┃╰╯┃┃┃┃╰╯┃╭╮┃╰━╯┣━━┃
  10. ╰━━┻┻━┻━┻┻━━┻╯╰┻━━┻╯╰┻━╮╭┻━━╯
  11. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  12. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  13.  
  14. Do not remove credit please.
  15. ------------->
  16.  
  17. <head>
  18.  
  19.  
  20.  
  21. <link rel="shortcut icon" href="{favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{rss}">
  23.  
  24. <style type="text/css">
  25.  
  26. ::-webkit-scrollbar-thumb {background-color: #000; border: 3px solid #fff; height:auto;}
  27.  
  28. ::-webkit-scrollbar {height:9px;width:9px;background-color: #000;border:4px solid #fff;}
  29.  
  30. ::selection {background-color:#fff;}
  31.  
  32. body
  33. {font-family: times;
  34. font-size: 11px;
  35. color: #000;
  36. background-position: fixed;
  37. background-attachment:fixed;
  38. background-repeat:repeat;
  39. background-color:#fff;}
  40.  
  41. a:link, a:active, a:visited{
  42. color: #777777;
  43. text-decoration: none;
  44.  
  45. }
  46.  
  47.  
  48.  
  49.  
  50.  
  51. #all {
  52. padding:2px;
  53. margin:30;
  54. margin-left:24%;
  55. }
  56.  
  57. #pannel {
  58. width:180px;
  59. height:170px;
  60. padding:0px;
  61. background-color:#fff;
  62. }
  63.  
  64. #poster {
  65. width:120px;
  66. height:120px;
  67. margin-top:50px;
  68. position:absolute;
  69. }
  70.  
  71. #poster img {
  72. width:110px;
  73. height:110px;
  74. background-color:#000;
  75. padding:10px;
  76. }
  77.  
  78.  
  79.  
  80. #about {
  81. text-align:center;
  82. padding:15px;
  83. padding-top:3px;
  84. margin-bottom:20px;
  85. position:absolute;
  86. width:100px;
  87. height:110px;
  88. font-family: times;
  89. opacity:0;
  90. font-size:9px;
  91. background:BLACK;
  92. color:#fff;
  93.  
  94. -moz-transition-duration:0.4s;
  95. -webkit-transition-duration:0.4s;
  96. -o-transition-duration:0.4s;
  97.  
  98. }
  99.  
  100.  
  101.  
  102. #pannel:hover #about {
  103. height:110px;
  104. opacity:1;
  105. transform: rotateY(360deg);
  106. -webkit-transform: rotateY(360deg);
  107. -moz-transform: rotateY(360deg);
  108. }
  109.  
  110. #name {
  111. font-family:calibri;
  112. font-size:10px;
  113. text-align:center;
  114. text-transform:uppercase;
  115. -moz-transition-duration:0.4s;
  116. -webkit-transition-duration:0.4s;
  117. -o-transition-duration:0.4s;
  118. }
  119.  
  120.  
  121.  
  122. #top {
  123. width:550px;
  124. height:auto;
  125. font-family: consolas;
  126. font-size:11px;
  127. margin-left: 30.5%;
  128. line-height:18px;
  129. padding:2px;
  130. margin-top: 20px;
  131. text-align:center;
  132. text-transform:lowercase;
  133. background-color:#fff;
  134. -moz-transition-duration:0.4s;
  135. -webkit-transition-duration:0.4s;
  136. -o-transition-duration:0.4s;
  137. }
  138.  
  139. #poster:hover #member{
  140. opacity:1;
  141. margin-top:147px;
  142. -moz-transition-duration:0.4s;
  143. -webkit-transition-duration:0.4s;
  144. -o-transition-duration:0.4s;
  145. }
  146.  
  147. #member a {
  148. color:#fff;
  149. }
  150. #member {
  151. opazity:0;
  152. font-size:11px;
  153. margin-top:-5px;
  154. position:absolute;
  155. padding:5px;
  156. width:120px;
  157. background-color:#000;
  158. color:#FFF;
  159. text-transform:uppercase;
  160. font-family: consolas;
  161. letter-spacing: 1px;
  162. text-align: center;
  163. -moz-transition-duration:0.4s;
  164. -webkit-transition-duration:0.4s;
  165. -o-transition-duration:0.4s;
  166. }
  167. #admin {
  168. font-size:12px;
  169. background-color:#000;
  170. color:#000;
  171. text-transform:uppercase;
  172. font-family: consolas;
  173. letter-spacing: 1px;
  174. text-align: center;
  175. padding: 10px;
  176. width: 110px;
  177. position: absolute;
  178. margin-top: -5px;
  179. -moz-transition-duration:0.4s;
  180. -webkit-transition-duration:0.4s;
  181. -o-transition-duration:0.4s;
  182. }
  183.  
  184. #admin a {
  185. color:#fff;
  186. -moz-transition-duration:0.4s;
  187. -webkit-transition-duration:0.4s;
  188. -o-transition-duration:0.4s;
  189. }
  190.  
  191. #ADMIN A:HOVER {
  192. FONT-STYLE:UNDERLINE;
  193. text-shadow: 1px 0 .1px #FF0080, -1px 0 .1px #64FE2E,-1px -1px .1px #00ffff;
  194. -moz-transition-duration:0.4s;
  195. -webkit-transition-duration:0.4s;
  196. -o-transition-duration:0.4s;
  197. }
  198.  
  199. .header {
  200. position:fixed;
  201. background-image:url('http://media.tumblr.com/cec3c784284bb82e9e5cd670d20d4353/tumblr_inline_mkp3rsyRSt1qz4rgp.gif');
  202. height:70px;
  203. width:700px;
  204. margin-top:-30pX;
  205. margin-left:-67px;
  206. text-shadow: 2px 0 .3px #FF0080, -2px 0 .3px #64FE2E,-2px -2px .3px #00ffff;
  207. color:#eee;
  208. line-height:120%;
  209. font-family:swanky and moo moo;
  210. font-size:60px;
  211. text-align:center;
  212. letter-spacing:3px;
  213. text-transform:uppercase;
  214. padding:15px;
  215. z-index:99999999999999;
  216. -moz-transition-duration:0.4s;
  217. -webkit-transition-duration:0.4s;
  218. -o-transition-duration:0.4s;
  219.  
  220. }
  221.  
  222. .header a {
  223. z-index:99999999999999;
  224. color:#fff;
  225. text-decoration:none;
  226. -moz-transition-duration:0.4s;
  227. -webkit-transition-duration:0.4s;
  228. -o-transition-duration:0.4s;
  229. }
  230.  
  231. .header:hover {
  232. letter-spacing:10PX;
  233. color:#000;
  234. -moz-transition-duration:0.4s;
  235. -webkit-transition-duration:0.4s;
  236. -o-transition-duration:0.4s;
  237. }
  238.  
  239. #links {
  240. padding:10px;
  241. margin-top:530px;
  242. margin-left:-70px;
  243. width:710px;
  244. background-color:black;
  245. position:fixed;
  246. font-size:22px;
  247. font-family:calibri;
  248. text-transform:uppercase;
  249. letter-spacing:2px;
  250. opacity:0;
  251. -moz-transition-duration:0.4s;
  252. -webkit-transition-duration:0.4s;
  253. -o-transition-duration:0.4s;
  254. }
  255.  
  256. #links a{
  257. margin-left:-10px;
  258. display:inline-block;
  259. width:170px;
  260. padding:5px;
  261. background-color:#000;
  262. color:#fff;
  263. -moz-transition-duration:0.4s;
  264. -webkit-transition-duration:0.4s;
  265. -o-transition-duration:0.4s;
  266. }
  267.  
  268. #links a:hover {
  269. -moz-transition-duration:0.4s;
  270. -webkit-transition-duration:0.4s;
  271. -o-transition-duration:0.4s;
  272. background-color:white;
  273. color:black;
  274. }
  275.  
  276. #s-m-t-tooltip {
  277.  
  278. max-width:300px;
  279.  
  280. padding:3px 4px 5px 4px;
  281.  
  282. margin:20px 0px 0px 20px;
  283.  
  284. background-color:#000; /* change the background color */
  285.  
  286. font-family:calibri; /* change the font */
  287.  
  288. font-size:8px; /* change the font size */
  289.  
  290. letter-spacing:2px; /* change the letter spacing */
  291.  
  292. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  293.  
  294. color:#FFF; /* change the text color */
  295.  
  296. z-index:999999999999999999999999999999999999;
  297.  
  298. line-height:100%;
  299.  
  300. }
  301.  
  302. #credit {
  303.  
  304. position:fixed;
  305. bottom:5px;
  306. right:5px;
  307. padding:6px;
  308. font-size:15px;
  309. font-family:Calibri;
  310. -moz-transition-duration:0.2s;
  311. -webkit-transition-duration:0.2s; -o-transition-duration:0.2s;
  312. }
  313.  
  314. #credit a{
  315. -moz-transition-duration:0.2s;
  316. -webkit-transition-duration:0.2s; -o-transition-duration:0.2s;
  317. color:#000;
  318. }
  319.  
  320. #credit a:hover{
  321. text-shadow:3px 0 0;
  322. margin-right:1px;
  323. }
  324.  
  325. </style>
  326.  
  327. <link href='http://fonts.googleapis.com/css?family=Crafty+Girls|Swanky+and+Moo+Moo|Waiting+for+the+Sunrise|Reenie+Beanie|Joti+One|Faster+One' rel='stylesheet' type='text/css'>
  328.  
  329.  
  330. <div id="border-top"></div>
  331.  
  332.  
  333.  
  334. </div>
  335. <div id="top">
  336. <div class="header"><a title="index" href="http://tumblr.com/dashboard/">{Title}</a></div>
  337.  
  338. <div id="links">
  339. <a href="/">Return</a>
  340. <a href=" ">creator</a>
  341. <a href=" ">networks</a>
  342. </div>
  343. </div>
  344.  
  345. <table id="all" border="0" cellpadding="0" cellspacing="20">
  346.  
  347.  
  348. <!-- start of 1st column-->
  349. <!--start 1st pannel-->
  350. <td><div id="pannel">
  351. <div id="poster">
  352. <div id="member">admin</div><!--ADMIN/MEMBER-->
  353. <div id="admin">
  354. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  355. <p><div id="about">
  356. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  357. </div>
  358. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  359. </div>
  360.  
  361. </div></td>
  362. <!--end 1st pannel-->
  363.  
  364.  
  365.  
  366. <!--start 2nd pannel-->
  367. <td><div id="pannel"><br>
  368. <div id="poster">
  369. <div id="member">member</div><!--ADMIN/MEMBER-->
  370. <div id="admin">
  371. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  372. <p><div id="about">
  373. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  374. </div>
  375. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  376. </div>
  377.  
  378. </div></td>
  379. <!--end 2nd pannel-->
  380.  
  381.  
  382. <!--start 3rd pannel-->
  383. <td><div id="pannel">
  384. <div id="poster">
  385. <div id="member">member</div><!--ADMIN/MEMBER-->
  386. <div id="admin">
  387. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  388. <p><div id="about">
  389. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  390. </div>
  391. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  392. </div>
  393.  
  394. </div></td>
  395. <!--end 3rd pannel-->
  396.  
  397.  
  398.  
  399. <!-- start of 4th pannel-->
  400. <td><div id="pannel"><br>
  401. <div id="poster">
  402. <div id="member">member</div><!--ADMIN/MEMBER-->
  403. <div id="admin">
  404. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  405. <p><div id="about">
  406. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  407. </div>
  408. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  409. </div>
  410.  
  411. </div></td>
  412. <!--end 4th pannel-->
  413. <!--end of 1st column-->
  414.  
  415. <tr>
  416.  
  417. <!-- start of 2nd column-->
  418. <!--start 1st pannel-->
  419. <td><div id="pannel">
  420. <div id="poster">
  421. <div id="member">member</div><!--ADMIN/MEMBER-->
  422. <div id="admin">
  423. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  424. <p><div id="about">
  425. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  426. </div>
  427. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  428. </div>
  429.  
  430. </div></td>
  431. <!--end 1st pannel-->
  432.  
  433.  
  434. <!--start 2nd pannel-->
  435. <td><div id="pannel"><br>
  436. <div id="poster">
  437. <div id="member">member</div><!--ADMIN/MEMBER-->
  438. <div id="admin">
  439. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  440. <p><div id="about">
  441. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  442. </div>
  443. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  444. </div>
  445.  
  446. </div></td>
  447. <!--end 2nd pannel-->
  448.  
  449.  
  450. <!--start 3rd pannel-->
  451. <td><div id="pannel">
  452. <div id="poster">
  453. <div id="member">member</div><!--ADMIN/MEMBER-->
  454. <div id="admin">
  455. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  456. <p><div id="about">
  457. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  458. </div>
  459. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  460. </div>
  461.  
  462. </div></td>
  463. <!--end 3rd pannel-->
  464.  
  465.  
  466.  
  467. <!-- start of 4th pannel-->
  468. <td><div id="pannel"><br>
  469. <div id="poster">
  470. <div id="member">member</div><!--ADMIN/MEMBER-->
  471. <div id="admin">
  472. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  473. <p><div id="about">
  474. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  475. </div>
  476. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  477. </div>
  478.  
  479. </div></td>
  480. <!--end 4th pannel-->
  481. <!--end of 2nd column-->
  482.  
  483. <tr>
  484.  
  485. <!-- start of 3rd column-->
  486. <!--start 1st pannel-->
  487. <td><div id="pannel">
  488. <div id="poster">
  489. <div id="member">member</div><!--ADMIN/MEMBER-->
  490. <div id="admin">
  491. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  492. <p><div id="about">
  493. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  494. </div>
  495. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  496. </div>
  497.  
  498. </div></td>
  499. <!--end 1st pannel-->
  500.  
  501.  
  502.  
  503. <!--start 2nd pannel-->
  504. <td><div id="pannel"><br>
  505. <div id="poster">
  506. <div id="member">member</div><!--ADMIN/MEMBER-->
  507. <div id="admin">
  508. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  509. <p><div id="about">
  510. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  511. </div>
  512. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  513. </div>
  514.  
  515. </div></td>
  516. <!--end 2nd pannel-->
  517.  
  518.  
  519. <!--start 3rd pannel-->
  520. <td><div id="pannel">
  521. <div id="poster">
  522. <div id="member">member</div><!--ADMIN/MEMBER-->
  523. <div id="admin">
  524. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  525. <p><div id="about">
  526. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  527. </div>
  528. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  529. </div>
  530.  
  531. </div></td>
  532. <!--end 3rd pannel-->
  533.  
  534.  
  535.  
  536. <!-- start of 4th pannel-->
  537. <td><div id="pannel"><br>
  538. <div id="poster">
  539. <div id="member">member</div><!--ADMIN/MEMBER-->
  540. <div id="admin">
  541. <a href="http://URL.tumblr.com/"> name </a></div><!--URL and name goes here-->
  542. <p><div id="about">
  543. <div id="name"><p> DESCRIPTION GOES HERE </div><!--- description goes here-->
  544. </div>
  545. <img width="120px" src="http://media.tumblr.com/ea6fdf09fd62d8881c84a51cfbd2bfba/tumblr_inline_mq547qNapR1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  546. </div>
  547.  
  548. </div></td>
  549. <!--end 4th pannel-->
  550. <!--end of 3rd column-->
  551.  
  552.  
  553.  
  554. </table>
  555.  
  556. <!-- to add more columns, copy everything from <tr> of the first pannel to </td> of the third pannel!
  557. if you need help adding more columns or with anything in this code please ask-->
  558.  
  559. </table>
  560.  
  561. <div id="credit"><a title="billiondays" href="http://billiondays.tumblr.com/">♡ </a></div>
  562.  
  563. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  564.  
  565. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  566.  
  567. <script>
  568.  
  569. (function($){
  570.  
  571. $(document).ready(function(){
  572.  
  573. $("a[title]").style_my_tooltips({
  574.  
  575. tip_follows_cursor:true,
  576.  
  577. tip_delay_time:90,
  578.  
  579. tip_fade_speed:600,
  580.  
  581. attribute:"title"
  582.  
  583. });
  584.  
  585. });
  586.  
  587. })(jQuery);
  588.  
  589. </script>
  590.  
  591. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement