bratferd

Network Theme #1

Oct 30th, 2013
2,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.99 KB | None | 0 0
  1. <!--network theme #1 by screwirwin-->
  2.  
  3. <head>
  4.  
  5.  
  6. <link rel="shortcut icon" href="{favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{rss}">
  8.  
  9. <style type="text/css">
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Qwigley' rel='stylesheet' type='text/css'>
  13.  
  14. body
  15. {font-family: times;
  16. font-size: 11px;
  17. color: #000;
  18. background-position: fixed;
  19. background-attachment:fixed;
  20. background-repeat:repeat;
  21. background-color:#fff;}
  22.  
  23. a:link, a:active, a:visited{
  24. color: #777777;
  25. text-decoration: none;
  26.  
  27. }
  28.  
  29. a:hover {color:#000;}
  30.  
  31.  
  32.  
  33.  
  34.  
  35. #all {
  36. margin:90;
  37. margin-left:10%;
  38. }
  39.  
  40. #pannel {
  41. width:180px;
  42. height:170px;
  43. padding:0px;
  44. background-color:#fff;
  45. }
  46.  
  47. #poster {
  48. width:120px;
  49. height:120px;
  50. margin-top:10px;
  51. background-color:#fff;
  52. }
  53.  
  54. #poster img {
  55. width:120px;
  56. height:120px;
  57. border:2px solid #000;
  58. padding:6px;
  59. }
  60.  
  61.  
  62. #about {
  63. text-align:center;
  64. padding:10px;
  65. padding-top:3px;
  66. margin-left:-7px;
  67. position:absolute;
  68. width:115px;
  69. height:115px;
  70. font-family: candara;
  71. opacity:0;
  72. font-size:13px;
  73. background:#000;
  74. color:#fff;
  75. border-radius:0px;
  76. -o-transition-transition: all 0.6s ease-out;
  77. -webkit-transition: all 0.6s ease-out;
  78. -moz-transition: all 0.6s ease-out;
  79.  
  80. }
  81.  
  82. #pannel:hover #about {
  83. opacity:100000000;
  84. margin-top:0px;
  85. margin-left:0px;
  86. transform: rotateY(360deg);
  87. -webkit-transform: rotateY(360deg);
  88. -moz-transform: rotateY(360deg);
  89. -webkit-transition: all .9s ease-in-out;
  90. -moz-transition: all .9s ease-in-out;
  91. -o-transition: all .9s ease-in-out;
  92. -ms-transition: all .9s ease-in-out; transition: all .9s ease-in-out;
  93. }
  94.  
  95.  
  96. #name {
  97. font-family: candara;
  98. font-size:13px;
  99. text-align:center;
  100. }
  101.  
  102.  
  103. #top {
  104. width:450px;
  105. height:auto;
  106. font-family: 'Six Caps', sans-serif;
  107. font-size:15px;
  108. margin-left: 57%;
  109. line-height:20px;
  110. position:fixed;
  111. padding:2px;
  112. margin-top: 370px;
  113. text-align:center;
  114. text-transform:uppercase;
  115. background-color:#000;
  116. }
  117.  
  118.  
  119.  
  120. #admin {
  121. font-size:12px;
  122. color:#000;
  123. font-family: 'Six Caps', sans-serif;
  124. letter-spacing: 2px;
  125. text-align: center;
  126. text-transform:uppercase;
  127. padding: 2 3 2 3;
  128. width: 126px;
  129. margin-top: -5px;
  130. border:2px solid #000;
  131. }
  132.  
  133. #admin a:hover {
  134. color:#fff;
  135. }
  136.  
  137. .header {
  138. height:20px;
  139. color:#000;
  140. font-family: 'Qwigley', cursive;
  141. font-size:20px;
  142. text-align:center;
  143. letter-spacing:1px;
  144. text-transform:uppercase;
  145. padding:5px 10px;
  146. margin:0;
  147. background:#fff;
  148. }
  149.  
  150. .header a {
  151. color:#eeeeee;
  152. text-decoration:uppercase;
  153. }
  154.  
  155. .picture {
  156. right:200px;
  157. bottom:0px;
  158. position:fixed;
  159. }
  160.  
  161. /* --- CREDIT ---*/
  162.  
  163. #cred {
  164. position:fixed;
  165. font-size:9px;
  166. font-weight:normal;
  167. line-height:150%;
  168. letter-spacing:2px;
  169. right:-115px;
  170. bottom:-15px;
  171. text-transform:uppercase;
  172. text-align:center;
  173. -moz-transition-duration:1s;
  174. -webkit-transition-duration:1s;
  175. -o-transition-duration:1s;
  176. }
  177.  
  178. #cred:hover {
  179. right:10px;
  180. }
  181.  
  182. #cred a {
  183. padding:3px;
  184. border: 1px solid #eee;
  185. color: #b8b8b8;
  186. background-color:#fff;
  187. -moz-transition-duration:0.5s;
  188. -webkit-transition-duration:0.5s;
  189. -o-transition-duration:0.5s;
  190. }
  191.  
  192.  
  193.  
  194. </style><body>
  195.  
  196. <div class="picture">
  197. <center><a href="/"><img src="http://25.media.tumblr.com/d4568b79d78566581c198a7341e7da1c/tumblr_mvicj7tgw71smiqzto1_500.png" width="350px" /></a></center>
  198. </div>
  199.  
  200.  
  201.  
  202.  
  203. <div id="border-top"></div>
  204.  
  205.  
  206.  
  207. </div>
  208. <div id="top">
  209. <div class="header">Cassie's Network Theme</div>
  210.  
  211. <a href="/">Link</a> /
  212. <a href="/">Link</a> /
  213. <a href="/">Link</a>
  214.  
  215. </div>
  216.  
  217. <table id="all" border="0" cellpadding="0" cellspacing="20">
  218.  
  219.  
  220. <!-- start of 1st column-->
  221. <!--start 1st pannel-->
  222. <td><div id="pannel">
  223. <div id="poster">
  224. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  225. <p>
  226. <div id="about">
  227. <div id="name"><p><!--- description goes here-->
  228. <b>Name:</b> Cassie<p>
  229. description here<p>
  230. <b>Admin</b>
  231. </div>
  232. </div>
  233. <img width="120px" src="http://media.tumblr.com/86f68d9de21a0addddfd63d54c95b7b6/tumblr_inline_mn29m9W5dg1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  234. </div>
  235.  
  236. </div></td>
  237. <!--end 2st pannel-->
  238.  
  239.  
  240.  
  241. <!--start 2nd pannel-->
  242. <td><div id="pannel">
  243. <div id="poster">
  244. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  245. <p>
  246. <div id="about">
  247. <div id="name"><p>
  248. <b>Name:</b> Cassie<p>
  249. description here<p>
  250. <b>Admin</b><p>
  251. </div><!--- description goes here-->
  252. </div>
  253. <img width="120px" src="http://media.tumblr.com/c351f96beb571ceff425c8edd3ceb76b/tumblr_inline_mn29o5matM1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  254. </div>
  255.  
  256. </div></td>
  257. <!--end 2nd pannel-->
  258.  
  259.  
  260. <!--start 3rd pannel-->
  261. <td><div id="pannel">
  262. <div id="poster">
  263. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  264. <p>
  265. <div id="about">
  266. <div id="name"><p>
  267. <b>Name:</b> Cassie<p>
  268. description here<p>
  269. <b>Admin</b><p>
  270. </div><!--- description goes here-->
  271. </div>
  272. <img width="120px" src="http://media.tumblr.com/18dde85469b1fed37c73ec9bfda26a0e/tumblr_inline_mn29tbN1cy1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  273. </div>
  274.  
  275. </div></td>
  276. <!--end of 3rd pannel-->
  277. <!-- end of 1st column-->
  278.  
  279. <tr>
  280.  
  281. <!--- start of 2nd column-->
  282. <!--start 1st pannel-->
  283. <td><div id="pannel">
  284. <div id="poster">
  285. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  286. <p>
  287. <div id="about">
  288. <div id="name"><p>
  289. <b>Name:</b> Cassie<p>
  290. description here<p>
  291. <b>Member</b><p>
  292. </div><!--- description goes here-->
  293. </div>
  294. <img width="120px" src="http://media.tumblr.com/7cdf19547b4767e86df6bb29aaa3d92d/tumblr_inline_mn2htdQYGC1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  295. </div>
  296.  
  297. </div></td>
  298. <!--end 1st pannel-->
  299.  
  300.  
  301.  
  302.  
  303. <!--start 2nd pannel-->
  304. <td><div id="pannel">
  305. <div id="poster">
  306. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  307. <p>
  308. <div id="about">
  309. <div id="name"><p>
  310. <b>Name:</b> Cassie<p>
  311. description here<p>
  312. <b>Member</b><p>
  313. </div><!--- description goes here-->
  314. </div>
  315. <img width="120px" src="http://media.tumblr.com/edf7e42c273a7f7c81dd2ad571d20ec6/tumblr_inline_mn2hywwj1E1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  316. </div>
  317.  
  318. </div></td>
  319. <!--end 2nd pannel-->
  320.  
  321.  
  322.  
  323. <!--start 3rd pannel-->
  324. <td><div id="pannel">
  325. <div id="poster">
  326. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  327. <p>
  328. <div id="about">
  329. <div id="name"><p>
  330. <b>Name:</b> Cassie<p>
  331. description here<p>
  332. <b>Member</b><p></div><!--- description goes here-->
  333. </div>
  334. <img width="120px" src="http://media.tumblr.com/9682a041f806410f5681a2604357db61/tumblr_inline_mn2kd6HXaD1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  335. </div>
  336.  
  337. </div></td>
  338.  
  339. <tr>
  340.  
  341. <!--- start of 2nd column-->
  342. <!--start 1st pannel-->
  343. <td><div id="pannel">
  344. <div id="poster">
  345. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  346. <p>
  347. <div id="about">
  348. <div id="name"><p>
  349. <b>Name:</b> Cassie<p>
  350. description here<p>
  351. <b>Member</b><p>
  352. </div><!--- description goes here-->
  353. </div>
  354. <img width="120px" src="http://media.tumblr.com/1881fcaa11933fa150feac82c9c880d1/tumblr_inline_mn2kfmAkiM1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  355. </div>
  356.  
  357. </div></td>
  358. <!--end 1st pannel-->
  359.  
  360.  
  361.  
  362.  
  363. <!--start 2nd pannel-->
  364. <td><div id="pannel">
  365. <div id="poster">
  366. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  367. <p>
  368. <div id="about">
  369. <div id="name"><p>
  370. <b>Name:</b> Cassie<p>
  371. description here<p>
  372. <b>Member</b><p>
  373. </div><!--- description goes here-->
  374. </div>
  375. <img width="120px" src="http://media.tumblr.com/cd8be63fa52e9c55088724c29e663221/tumblr_inline_mn2kn5D6pg1qz4rgp.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.  
  383. <!--start 3rd pannel-->
  384. <td><div id="pannel">
  385. <div id="poster">
  386. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  387. <p>
  388. <div id="about">
  389. <div id="name"><p>
  390. <b>Name:</b> Cassie<p>
  391. description here<p>
  392. <b>Member</b><p></div><!--- description goes here-->
  393. </div>
  394. <img width="120px" src="http://media.tumblr.com/f6e1ea867b373b5d9c88ad6a09cc29f2/tumblr_inline_mn2kot1UZy1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  395. </div>
  396.  
  397. </div></td>
  398.  
  399. <tr>
  400.  
  401. <!--- start of 2nd column-->
  402. <!--start 1st pannel-->
  403. <td><div id="pannel">
  404. <div id="poster">
  405. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  406. <p>
  407. <div id="about">
  408. <div id="name"><p>
  409. <b>Name:</b> Cassie<p>
  410. description here<p>
  411. <b>Member</b><p>
  412. </div><!--- description goes here-->
  413. </div>
  414. <img width="120px" src="http://media.tumblr.com/c36c977eaa691f12bac78ed504fa1109/tumblr_inline_mn2krvarWr1qz4rgp.png"/><!--replace this url with the image url you want to use-->
  415. </div>
  416.  
  417. </div></td>
  418. <!--end 1st pannel-->
  419.  
  420.  
  421.  
  422.  
  423. <!--start 2nd pannel-->
  424. <td><div id="pannel">
  425. <div id="poster">
  426. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  427. <p>
  428. <div id="about">
  429. <div id="name"><p>
  430. <b>Name:</b> Cassie<p>
  431. description here<p>
  432. <b>Member</b><p>
  433. </div><!--- description goes here-->
  434. </div>
  435. <img width="120px" src="http://media.tumblr.com/2f330a9fb9fb7cca01476fa2055a13c9/tumblr_inline_mknp8kKNVd1qz4rgp.jpg"/><!--replace this url with the image url you want to use-->
  436. </div>
  437.  
  438. </div></td>
  439. <!--end 2nd pannel-->
  440.  
  441.  
  442.  
  443. <!--start 3rd pannel-->
  444. <td><div id="pannel">
  445. <div id="poster">
  446. <div id="admin"><a href="http://url.tumblr.com/"> url </a></div><!--name of the member-->
  447. <p>
  448. <div id="about">
  449. <div id="name"><p>
  450. <b>Name:</b> Cassie<p>
  451. description here<p>
  452. <b>Member</b><p></div><!--- description goes here-->
  453. </div>
  454. <img width="120px" src="http://media.tumblr.com/0b0e2014f23be497eb8fad0a90883876/tumblr_inline_mknp8fpTol1qz4rgp.jpg"/><!--replace this url with the image url you want to use-->
  455. </div>
  456.  
  457. </div></td>
  458. <!--end of 3rd pannel-->
  459. <!-- end of 2nd column-->
  460.  
  461. <!-- to add more columns, copy everything from <tr> of the first pannel to </td> of the third pannel!
  462. if you need help adding more columns or with anything in this code please ask-->
  463.  
  464. </table>
  465.  
  466.  
  467.  
  468. <div id="cred">
  469. <a href="http://screwirwin.tumblr.com/"><img src="http://24.media.tumblr.com/25d3c9b26434df525c294006876b71dc/tumblr_mv5c3vXsoS1sjtf6bo1_250.png"></a></center></div>
  470.  
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment