Advertisement
VicariousHelpSite

CSS/DIV LAYOUT 127

Oct 5th, 2013
3,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  2.  
  3. (⊙.⊙(☉_☉)⊙.⊙)
  4.  
  5. ..............CODE ALTERED 10-6 TO CONFORM WITH ELITE.............
  6.  
  7. ALL COLORS CAN BE CHANGED.For color changes, see the color palette section in About Me. There are a ton of color schemes online. It won't take you long to change the color set-up on this profile.
  8.  
  9.  
  10. There are div ids/classes in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  11.  
  12.  
  13. ............................
  14. MUSIC PLAYER
  15.  
  16. REPLACE MY MUSIC PLAYER WITH YOUR OWN.
  17.  
  18. .......................................
  19.  
  20. Hover Image Panels
  21.  
  22. To replace the images in the hover panels, replace my image url with your own wherever you see div image urls like this:
  23.  
  24. <div class="v150w355h" style="background-image:url(http://i.imgur.com/GYzifCv.jpg);">
  25.  
  26. To find out the width and height for the picture in that section, look at the code. In this case the code says v150w355h. That means the width is 150px and the height is 355px. Make your picture using those dimensions.
  27.  
  28.  
  29. Every image has a scrollbox underneath it. If you decide you want less hover boxes (just leaving the pics instead), do the following:
  30.  
  31. Example:
  32.  
  33. <div class="v350w380h" style="background-image:url(http://i.imgur.com/wd3CzVS.jpg);">
  34. <div class="v350w380ha">
  35. <p>Put whatever you want here.
  36. </div></div>
  37.  
  38. To leave just the image, remove:
  39. <div class="v350w380ha">
  40. <p>Put whatever you want here.
  41. </div>
  42.  
  43. So that you are left with only this:
  44. <div class="v350w380h" style="background-image:url(http://i.imgur.com/wd3CzVS.jpg);">
  45. </div>
  46.  
  47. Again, be very, very careful not to leave or take away </div> tags. Make sure if you remove a div you remove a closed div tag too.
  48. .......................................
  49.  
  50. PICS
  51.  
  52. If you want to do pics in the same style I have done, it's a simple process.
  53. 1. Layer 1: Make the image black and white. Sharpen the image if necessary.
  54. 2. Layer 2: Add an adjustable brighten/contrast layer so you can adjust the pic as needed. Additionally you can go back to Layer 1 and use the image/adjustments/shadow and highlight function to brighten the image.
  55. 3. Layer 3: Add a color layer with color code 504b44 and set the layer to hard light.
  56.  
  57. ///////////////////////////////////////////////////
  58. _______________________________________________
  59.  
  60.  
  61.  
  62.  
  63. Don't forget to replace the XXXXX with your friend ID number.
  64.  
  65. (>‿◠)✌
  66.  
  67.  
  68. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  69.  
  70.  
  71.  
  72.  
  73.  
  74. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  75.  
  76. -----------------------------ABOUT ME---------------------------------
  77.  
  78. </td></tr></table></td></tr></table></td></tr></table></div>
  79.  
  80. <style type="text/css">
  81. @import url(http://fonts.googleapis.com/css?family=Tangerine:400,700|Raleway:400,300|Yanone+Kaffeesatz:400,700);
  82.  
  83. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  84.  
  85. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  86.  
  87. /* - -DO NOT REARRANGE MY CODING. ORDER IS IMPORTANT. - - */
  88.  
  89. .vicarious{Background Properties // BODY COLOR IS IN THE COLOR PALETTE SECTION}
  90. body {
  91. background-image:url( );
  92. background-repeat:repeat;
  93. background-position: top center;
  94. background-attachment:fixed;
  95. }
  96.  
  97. .vicarious{ Google Chrome Scrollbar }
  98. ::-webkit-scrollbar {width: 10px;}
  99. ::-webkit-scrollbar-track {border: 1px solid ;}
  100. ::-webkit-scrollbar-thumb {border: 1px solid ;}
  101.  
  102. .vicarious { Font Styles }
  103.  
  104. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  105. font-family: tahoma;
  106. font-size: 8pt ;
  107. line-height: 90% ;
  108. text-decoration:none;
  109. }
  110.  
  111. P { text-align:justify; }
  112. I { font-size:12pt;font-family: Tangerine; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  113. EM {font-size:13pt; font-family: times new roman; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  114.  
  115. B {
  116. font-family: arial narrow;
  117. font-size:8pt;
  118. font-weight:bold;
  119. text-transform:uppercase;
  120. line-height:100%;
  121. letter-spacing: 0pt;
  122. }
  123.  
  124. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  125. font-family: arial narrow;
  126. font-size:9pt;
  127. text-align:center;
  128. text-transform:uppercase;
  129. line-height:12px;
  130. height:12px;
  131. display:block;
  132. font-weight:bold;
  133. text-decoration:none;
  134. -webkit-transition: all 1s ease-out 0s;
  135. -moz-transition: all 1s ease-out 0s;
  136. -ms-transition: all 1s ease-out 0s;
  137. -o-transition: all 1s ease-out 0s;
  138. transition: all 1s ease-out 0s;
  139. margin:1px 0px;
  140. }
  141.  
  142. a.second, a.second:link, a.second:active, a.second:visited {
  143. font-size:8pt;
  144. letter-spacing:1pt;
  145. line-height:10px;
  146. height:10px;
  147. }
  148.  
  149.  
  150. .h1, .h2, .h3, .h4, .h5 {
  151. text-transform:uppercase;
  152. line-height:100%;
  153. text-align:center;
  154. display:block;
  155. font-size: 11pt ;
  156. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  157. }
  158.  
  159. .h1 {font-family: copperplate gothic light;font-size: 25pt ; text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);}
  160. .h2 {font-family: 'Yanone Kaffeesatz', sans-serif;font-size: 15pt ;}
  161. .h3 {font-family: 'Raleway', sans-serif; font-size: 10pt ;margin:5px 0px;letter-spacing:2pt;}
  162. .h4 {font-family: 'Raleway', sans-serif; font-size: 10pt ; letter-spacing:0pt;}
  163. .h5 {font-family: copperplate gothic light;font-size: 7.5pt ; letter-spacing:0pt; text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);}
  164.  
  165. .lyric, .lyric2, .lyric3, .lyric4 {
  166. font-family:georgia;
  167. display:block;
  168. text-align:center;
  169. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  170. }
  171.  
  172. .lyric {
  173. text-align:left;
  174. font-size:18.75pt;
  175. line-height:55%;
  176. margin-top:10px;
  177. padding-left:4px;
  178. font-weight:light;
  179. letter-spacing:3pt;}
  180.  
  181. .lyric2 {
  182. font-family:courier new;
  183. font-size:11pt;
  184. line-height:30px;
  185. height:30px;
  186. letter-spacing:0pt;}
  187.  
  188. .lyric3 {
  189. font-family:courier new;
  190. text-align:right;
  191. padding-right:4px;
  192. font-size:14pt;
  193. line-height:125%; }
  194.  
  195. .lyric4 {
  196. font-size: 25px ;
  197. letter-spacing:0pt;
  198. line-height:100%;
  199. text-transform:uppercase; }
  200.  
  201.  
  202. .vicarious { Div IDS/Class Styles }
  203.  
  204. .vname, .vtext1, .vtext2, .vtext3, .vtitle1, .vtitle2, .vtitle3, .links, .music, .v350w500h, .connlinks, .v500w250h, .v300w125h, .v195w415h, .v710w250h, .connA200w100h, .connB200w100h, .connC200w100h, .connD200w100h, .bottom, .bottom2 {
  205. left:50%;
  206. top:0%;
  207. position:absolute;
  208. overflow:hidden;
  209. z-index:1;
  210. overflow:hidden;
  211. text-align:left;
  212. -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  213. -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  214. box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  215. }
  216.  
  217.  
  218. .vname {
  219. width:490px;
  220. height:50px;
  221. padding-right:10px;
  222. margin-left:-780px;
  223. margin-top:275px;
  224. text-align:right;
  225. line-height:75px;
  226. text-transform:uppercase;
  227. font-size:30px;
  228. -webkit-transform: rotate(270deg);
  229. -moz-transform: rotate(270deg);
  230. -o-transform: rotate(270deg);
  231. writing-mode: lr-tb;
  232. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  233. }
  234.  
  235. .vtext1 {
  236. width:705px;
  237. height:25px;
  238. margin-left:-145px;
  239. margin-top:50px;
  240. }
  241.  
  242. .vtext2 { width:500px;height:50px;margin-left:-145px;margin-top:335px;}
  243. .vtext3 { width:300px;height:30px;margin-left:-145px;margin-top:520px;}
  244.  
  245. .vtitle1, .vtitle2, .vtitle3 { width:200px;height:15px; text-align:center;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
  246. .vtitle1 { margin-left:360px;margin-top:80px;}
  247. .vtitle2 { margin-left:360px;margin-top:186px;}
  248. .vtitle3 { margin-left:360px;margin-top:228px;}
  249.  
  250.  
  251. .music, .links, .connlinks {text-align:center;}
  252.  
  253. .music { width:200px;height:20px;margin-left:360px;margin-top:203px;overflow:hidden; }
  254. .links { width:200px;height:84px;margin-left:360px;margin-top:97px;overflow:auto;}
  255. .connlinks { width:200px;height:140px;margin-left:360px;margin-top:245px;overflow:auto;}
  256. .bottom { width:1115px;height:25px;margin-left:-555px;margin-top:810px;}
  257. .bottom2 { width:1115px;height:50px;margin-left:-555px;margin-top:840px;}
  258.  
  259.  
  260. .connA200w100h, .connB200w100h, .connC200w100h, .connD200w100h, .connA200w100hPANEL, .connB200w100hPANEL, .connC200w100hPANEL, .connD200w100hPANEL { width:200px;height:100px;}
  261. .connA200w100h { margin-left:360px;margin-top:390px;}
  262. .connb200w100h { margin-left:360px;margin-top:495px;}
  263. .connC200w100h { margin-left:360px;margin-top:600px;}
  264. .connD200w100h { margin-left:360px;margin-top:705px;}
  265.  
  266. .v350w500h { margin-left:-500px;margin-top:50px;}
  267. .v500w250h { margin-left:-145px;margin-top:80px; }
  268. .v500w50h { margin-left:-145px;margin-top:335px;}
  269. .v300w125h { margin-left:-145px;margin-top:390px;}
  270. .v195w415h { margin-left:160px;margin-top:390px;}
  271. .v710w250h { margin-left:-555px;margin-top:555px;}
  272.  
  273. .v350w500h, .v350w500hPANEL { width:350px;height:500px;}
  274. .v500w250h, .v500w250hPANEL { width:500px;height:250px; }
  275. .v500w50h, .v500w50hPANEL { width:500px;height:50px;}
  276. .v300w125h, .v300w125hPANEL { width:300px;height:125px;}
  277. .v195w415h, .v195w415hPANEL { width:195px;height:415px;}
  278. .v710w250h, .v710w250hPANEL { width:710px;height:250px;}
  279.  
  280.  
  281. .v350w500hPANEL, .v500w250hPANEL, .v500w50hPANEL, .v300w125hPANEL, .v195w415hPANEL, .v710w250hPANEL, .connA200w100hPANEL, .connB200w100hPANEL, .connC200w100hPANEL, .connD200w100hPANEL {
  282. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  283. filter: alpha(opacity=0);
  284. opacity: 0;
  285. overflow:hidden;
  286. -webkit-transition: all 1s ease-out 0s;
  287. -moz-transition: all 1s ease-out 0s;
  288. -ms-transition: all 1s ease-out 0s;
  289. -o-transition: all 1s ease-out 0s;
  290. transition: all 1s ease-out 0s;
  291. }
  292.  
  293. .v350w500hPANEL:hover, .v500w250hPANEL:hover, .v500w50hPANEL:hover, .v300w125hPANEL:hover, .v195w415hPANEL:hover, .v710w250hPANEL:hover, .connA200w100hPANEL:hover, .connB200w100hPANEL:hover, .connC200w100hPANEL:hover, .connD200w100hPANEL:hover {
  294. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  295. filter: alpha(opacity=100);
  296. opacity: 1;
  297. overflow:auto;
  298. }
  299.  
  300.  
  301.  
  302.  
  303. .vicarious{ Color Palette}
  304. body{ background-color:1c1a18; }
  305. .v350w500hPANEL:hover, .v500w250hPANEL:hover, .v500w50hPANEL:hover, .v300w125hPANEL:hover, .v195w415hPANEL:hover, .v710w250hPANEL:hover, .connA200w100hPANEL:hover, .connB200w100hPANEL:hover, .connC200w100hPANEL:hover, .connD200w100hPANEL:hover { background-color:2c2f31; }
  306. ::-webkit-scrollbar-track {background-color:191c1e ; border-color:191c1e;}
  307. ::-webkit-scrollbar-thumb {background-color:222828;; border-color:191c1e ;}
  308. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em { color:504b44; }
  309. I { color:6e685f; }
  310. EM { color:515455; }
  311. B { color:676056; }
  312. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited { color:12100d; background-color: 504b44; }
  313. a.first:hover, a.second:hover { color:43403b; background-color: 191c1e; }
  314. .h1, .h5 { color:12100d; background-color: 504b44; }
  315. .h2{ color:504b44; background-color: 292522; }
  316. .h3{ color:43403b; background-color: 191c1e; }
  317. .h4{ color:504b44; background-color: 2b2f30; }
  318. .vname, .lyric, .lyric2, .lyric3, .lyric4 { color:504b44}
  319.  
  320.  
  321.  
  322. /*Div background color. This is a gradient background that covers all of the divs. If you just want a regular color, remove all the inner coding (the code between { and the ending } and replace it with a normal background-color:2c2f31; line of code. Use whatever color code number you want */
  323.  
  324. .vname, .vtext1, .vtext2, .vtext3, .vtitle1, .vtitle2, .vtitle3, .links, .music, .v350w500h, .connlinks, .v500w250h, .v300w125h, .v195w415h, .v710w250h, .connA200w100h, .connB200w100h, .connC200w100h, .connD200w100h, .bottom, .bottom2 {
  325. background: -moz-radial-gradient(center, ellipse cover, rgba(56,64,66,0.51) 0%, rgba(43,48,51,0.87) 74%, rgba(43,48,51,1) 100%); /* FF3.6+ */
  326. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(56,64,66,0.51)), color-stop(74%,rgba(43,48,51,0.87)), color-stop(100%,rgba(43,48,51,1))); /* Chrome,Safari4+ */
  327. background: -webkit-radial-gradient(center, ellipse cover, rgba(56,64,66,0.51) 0%,rgba(43,48,51,0.87) 74%,rgba(43,48,51,1) 100%); /* Chrome10+,Safari5.1+ */
  328. background: -o-radial-gradient(center, ellipse cover, rgba(56,64,66,0.51) 0%,rgba(43,48,51,0.87) 74%,rgba(43,48,51,1) 100%); /* Opera 12+ */
  329. background: -ms-radial-gradient(center, ellipse cover, rgba(56,64,66,0.51) 0%,rgba(43,48,51,0.87) 74%,rgba(43,48,51,1) 100%); /* IE10+ */
  330. background: radial-gradient(ellipse at center, rgba(56,64,66,0.51) 0%,rgba(43,48,51,0.87) 74%,rgba(43,48,51,1) 100%); /* W3C */
  331. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82384042', endColorstr='#2b3033',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  332. -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  333. -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  334. box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  335. }
  336.  
  337.  
  338.  
  339. /* - - CSS!! NO TOUCHY!!! - - */
  340.  
  341. img {border:0px;}
  342. table, tr, td {background:transparent; border:0px;}
  343. img, .contactTable { display:none; }
  344. .vicholder img, .comt img { display:inline; }
  345. table div, td td td, table div div { visibility:hidden; }
  346. font, a, .vicsc a { visibility:hidden; }
  347. .hidenav {display:none}
  348. div.profileWidth {margin-top: -30px !important;}
  349. div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
  350. div.profileWidth div.clearfix, hidenav hidenav hidenav,
  351. div.profileWidth div div {filter:none; opacity:0.9999}
  352. div.profileWidth div.clearfix {position:relative; top:30px}
  353. table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;}
  354. table table table embed, .vicholder div embed {position:static !important; width:auto; height:auto; }
  355. .text, table table table table a,table table table table div,table table table table div a {visibility:visible;}
  356. .vicsc { display:none; }
  357. .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;}
  358. table table, table table td {padding:0px; height:0px;}
  359. marquee { z-index:8; }
  360. table div, span, td td td, table div div { visibility:hidden !important; }
  361. .vicholder div, .vicholder div font, .vicholder div a, .vicholder div div, .vicholder font a, .vicholder span, .vicholder div table a, .vicholder div table img, .vicholder div
  362.  
  363. table font, .vicholder div table, .vicholder div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;}
  364. .vicDiv {content:"Layouts available @ http://vicarious-hs.tumblr.com";}
  365. /* - - - - - - - */
  366.  
  367.  
  368. .vicarious{ Hide Codes }
  369. .userProfileURL { display:none; }
  370. .profileInfo { display:none; }
  371. .friendsComments { display:none; }
  372. .friendSpace { display:none; }
  373. .blurbs {display: none;}
  374. .contactTable {display: none;}
  375. .latestBlogEntry {display: none;}
  376. .extendedNetwork {display: none;}
  377. .interestsAndDetails {display: none;}
  378. .userprofiledetail {display: none;}
  379. .userAlbums { display:none; }
  380. .whitetext12{visibility:hidden; display:none;}
  381. .orangetext15{visibility:hidden; display:none;}
  382. .lightbluetext8{visibility:hidden; display:none}
  383. table table table table td {width:0px;}
  384. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  385. .profile { display:none !important;visibility:hidden!important; }
  386. table tr td[id='footerWarpper']{display:none !important;visibility:hidden!important;}
  387.  
  388.  
  389.  
  390. </style>
  391.  
  392. <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td>
  393.  
  394.  
  395.  
  396.  
  397.  
  398. -----------------------------LIKE TO MEET---------------------------------
  399.  
  400.  
  401. </td></tr></table></td></tr></table></td></tr></table></div><DIV class="vicholder">
  402.  
  403. <div class="vname">
  404. Character name here
  405. </div>
  406.  
  407. <div class="v350w500h" style="background-image:url(http://i.imgur.com/EwGcvyL.jpg);">
  408. <div class="v350w500hPANEL">
  409.  
  410. <p><font class="h3">Legal</font>
  411. <BR><b>NAME:</b> Input info
  412. <BR><b>NICKNAMES:</b> Input info
  413. <BR><b>ALIASES:</b> Input info
  414. <BR><b>DATE OF BIRTH:</b> Input info
  415. <BR><b>PLACE OF BIRTH:</b> Input info
  416. <BR><b>CURRENT RESIDENCE:</b> Input info
  417.  
  418. <p><font class="h3">Physical</font>
  419. <BR><b>ETHNICITY:</b> Input info
  420. <BR><b>HAIR COLOR:</b> Input info
  421. <BR><b>EYE COLOR:</b> Input info
  422. <BR><b>HEIGHT:</b> Input info
  423. <BR><b>WEIGHT:</b> Input info
  424. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  425.  
  426. <p><font class="h3">Education</font>
  427. <BR><b>High School</b> Input Info
  428. <br><b>College</b> Input Info
  429. <br><b>Major</b> Input Info
  430. <br><b>Degree</b> Input Info
  431.  
  432. <p><font class="h3">Employment</font>
  433. <BR><b>OCCUPATION:</b> Input info
  434. <BR><b>JOB DESCRIPTION:</b> Input info
  435. <BR><b>EMPLOYER:</b> Input info
  436. <BR><b>SKILLSET:</b> Input info
  437.  
  438. <p><font class="h3">Family</font>
  439. <BR><b>MOTHER:</b> Input info
  440. <BR><b>FATHER:</b> Input info
  441. <BR><b>SISTER(S):</b> Input info
  442. <BR><b>BROTHER(S):</b> Input info
  443. <BR><b>Other Family:</b> Input info
  444.  
  445. <p><font class="h3">Relationships</font>
  446. <BR><b>SEXUAL ORIENTATION:</b> Input info
  447. <BR><b>RELATIONSHIP STATUS:</b> Input info
  448. <BR><b>CURRENT RELATIONSHIP(S):</b> Input info
  449. <BR><b>PAST RELATIONSHIP(S):</b> Input info
  450.  
  451.  
  452. </div></div>
  453.  
  454.  
  455. <div class="vtext1">
  456. <font class="lyric4">These days of rage have left their stain on me</font>
  457. </div>
  458.  
  459. <div class="vtitle1">
  460. Navigation
  461. </div>
  462.  
  463.  
  464. <div class="links">
  465. <a class="first" href="/logincomplete.php">Home</a>
  466. <a class="first" href="/invite_friend.php?friend_id=xxxxxx">Add</a>
  467. <a class="first" href="/send_message.php?member_id=xxxxxx">Message</a>
  468. <a class="first" href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  469. <a class="first" href="/gallery.php?member_id=xxxxxx">Photos</a>
  470. <a class="first" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a>
  471. </div>
  472.  
  473.  
  474. <div class="vtitle2">
  475. Tunes
  476. </div>
  477.  
  478. <div class="music">
  479.  
  480. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  481. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  482. <param name="bgcolor" value="#504b44" />
  483. <param name="FlashVars" value="mp3=http%3A//k002.kiwi6.com/hotlink/w6rk7og5ez/kansas-carry_on_my_wayward_son_www.mp3fiber.com_.mp3&autoplay=1&bgcolor=504b44&loadingcolor=12100d&buttoncolor=12100d&slidercolor=12100d" />
  484. </object>
  485.  
  486. </div>
  487.  
  488. <div class="v500w250h" style="background-image:url(http://i.imgur.com/NW2ywbc.png);">
  489. <div class="v500w250hPANEL">
  490.  
  491. <font class="h1">Header 1</font>
  492. <font class="h2">Header 2</font>
  493. <font class="h3">Header 3</font>
  494. <font class="h4">Header 4</font>
  495. <font class="h5">Header 5</font>
  496.  
  497. <p><em>Emphasized text</em> <b>Bold text</b> <i>Italic text</i> Regular text
  498.  
  499. </div></div>
  500.  
  501.  
  502. <div class="vtext2">
  503. <font class="lyric">I've pummeled this world to dust</font>
  504. <font class="lyric3">I've broken these men of blood</font>
  505. </div>
  506.  
  507.  
  508. <div class="v300w125h" style="background-image:url(http://i.imgur.com/TZMM92j.jpg);">
  509. <div class="v300w125hPANEL">
  510.  
  511. <p><font class="h3">Personality</font>
  512. <BR><b>Traits:</b> Input Info
  513. <BR><b>Disorders:</b> Input Info
  514. <BR><b>Addictions:</b> Input Info
  515. <BR><b>Likes:</b> Input Info
  516. <BR><b>Dislikes:</b> Input Info
  517. <BR><b>Quirks:</b> Input Info
  518.  
  519.  
  520. </div></div>
  521.  
  522. <div class="vtext3">
  523. <font class="lyric2">Now I wake naked, in the debris</font>
  524. </div>
  525.  
  526. <div class="v195w415h" style="background-image:url(http://i.imgur.com/mPDCdK8.png);">
  527. <div class="v195w415hPANEL">
  528.  
  529. You can put whatever you want here. You can also put additional mains and include smaller pictures in this section.
  530.  
  531. </div></div>
  532.  
  533. <div class="v710w250h" style="background-image:url(http://i.imgur.com/lQl1n7e.png);">
  534. <div class="v710w250hPANEL">
  535.  
  536.  
  537. <font class="h1">Header 1</font>
  538. <font class="h2">Header 2</font>
  539. <font class="h3">Header 3</font>
  540. <font class="h4">Header 4</font>
  541. <font class="h5">Header 5</font>
  542.  
  543. <p><em>Emphasized text</em> <b>Bold text</b> <i>Italic text</i> Regular text
  544.  
  545. </div></div>
  546.  
  547.  
  548.  
  549. <div class="vtitle3">
  550. Connections
  551. </div>
  552.  
  553. <div class="connlinks">
  554. <a class="second" href="LINK HERE">Name</a>
  555. <a class="second" href="LINK HERE">Name</a>
  556. <a class="second" href="LINK HERE">Name</a>
  557. <a class="second" href="LINK HERE">Name</a>
  558. <a class="second" href="LINK HERE">Name</a>
  559. <a class="second" href="LINK HERE">Name</a>
  560. <a class="second" href="LINK HERE">Name</a>
  561. <a class="second" href="LINK HERE">Name</a>
  562. <a class="second" href="LINK HERE">Name</a>
  563. <a class="second" href="LINK HERE">Name</a>
  564. <a class="second" href="LINK HERE">Name</a>
  565. <a class="second" href="LINK HERE">Name</a>
  566. </div>
  567.  
  568.  
  569. <div class="connA200w100h" style="background-image:url(http://i.imgur.com/wYkaASb.png);">
  570. <div class="connA200w100hPANEL">
  571. <font class="h4">Main 1 Name</font>
  572. <font class="h5">Relationship/Connection Type</font>
  573. <p>Info goes here.
  574. </div></div>
  575.  
  576. <div class="connB200w100h" style="background-image:url(http://i.imgur.com/l5jUKuK.png);">
  577. <div class="connB200w100hPANEL">
  578. <font class="h4">Main 2 Name</font>
  579. <font class="h5">Relationship/Connection Type</font>
  580. <p>Info goes here.
  581. </div></div>
  582.  
  583. <div class="connC200w100h" style="background-image:url(http://i.imgur.com/Kvx8jnd.jpg);">
  584. <div class="connC200w100hPANEL">
  585. <font class="h4">Main 3 Name</font>
  586. <font class="h5">Relationship/Connection Type</font>
  587. <p>Info goes here.
  588. </div></div>
  589.  
  590. <div class="connD200w100h" style="background-image:url(http://i.imgur.com/JNxd9wC.png);">
  591. <div class="connD200w100hPANEL">
  592. <font class="h4">Main 4 Name</font>
  593. <font class="h5">Relationship/Connection Type</font>
  594. <p>Info goes here.
  595. </div></div>
  596.  
  597. <div class="bottom"></div><div class="bottom2"></div>
  598. </div><div class="ficsc"><table><tr><td><table><tr><td><table><tr><td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement