Advertisement
VicariousHelpSite

CSS/DIV LAYOUT 131c

Oct 23rd, 2013
3,385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  2.  
  3. (⊙.⊙(☉_☉)⊙.⊙)
  4.  
  5.  
  6. 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.
  7.  
  8. There are div ids/classes, tables (table, tr, td) and img classes in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  9.  
  10.  
  11. ............................
  12. MUSIC PLAYER
  13.  
  14. REPLACE MY MUSIC PLAYER WITH YOUR OWN.
  15.  
  16. ............................
  17.  
  18. To Change pics in the control buttons, locate the four images that look like this coding wise and put in your 150x150 image pic between the ()
  19.  
  20.  
  21. <TD><a class="third" href="#stats" style="background-image:url(http://i.imgur.com/jyWMG2p.png);">
  22. <div class="hbox1">Stats</div></a></TD>
  23.  
  24. ((((((FOR ALL PIC SIZES, SEE THE INSTRUCTIONS IN THE ACTUAL LAYOUT CODING.)))))))
  25.  
  26. ............................
  27.  
  28.  
  29. FOR ROLEPLAYER.ME USERS:
  30.  
  31. For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:
  32. I code for ALL sites. Not every website will allow headers to be placed as <h1>Header 1</h1>. For that reason, I turn them into font classes with a period in front (.h1) in About Me and script them in the tables as I have done below.
  33.  
  34. <font class="h1">Header 1</font>
  35.  
  36. If you are on a website like RPer.me that allows regular header, underline, strong, etc coding, you can just use regular header coding for all of the header, lyric, special text labels like so:
  37. <h1>Header</h1> <strike>Strike</strike> etc..
  38.  
  39. OR just leave them as they are. They will work for you either way.
  40.  
  41.  
  42. ///////////////////////////////////////////////////
  43. _______________________________________________
  44.  
  45.  
  46.  
  47.  
  48. Don't forget to replace the XXXXX with your friend ID number.
  49.  
  50. (>‿◠)✌
  51.  
  52.  
  53. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  54.  
  55.  
  56.  
  57.  
  58.  
  59. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  60.  
  61. -----------------------------ABOUT ME---------------------------------
  62.  
  63. </td></tr></table></td></tr></table></td></tr></table></div><style type="text/css">@import url("https://googledrive.com/host/0B79YHAkeE7SuTVFzeTc0blZXekE");@import url(http://fonts.googleapis.com/css?family=Special+Elite|Rancho|Qwigley|Dorsa|Mystery+Quest|Voltaire|Righteous);
  64. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  65.  
  66. .vicarious { CSS/DIV Layout 131c // Layouts available @ http://vicarious-hs.tumblr.com/ }
  67.  
  68. /* - -DO NOT REARRANGE MY CODING. ORDER IS IMPORTANT. - - */
  69.  
  70. .vicarious{Background Properties // BODY COLOR IS IN THE COLOR PALETTE SECTION}
  71. body {
  72. background-image:url(http://i.imgur.com/JVMqw13.jpg);
  73. background-repeat:no-repeat;
  74. background-position: bottom left;
  75. background-attachment:fixed;
  76. }
  77. .vicarious{ Google Chrome Scrollbar }
  78. ::-webkit-scrollbar {width: 15px;}
  79. ::-webkit-scrollbar-track {border: 1px solid ;}
  80. ::-webkit-scrollbar-thumb {border: 1px solid ;}
  81.  
  82. .vicarious { Font Styles }
  83.  
  84. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  85. font-family: tahoma;
  86. font-size: 8pt ;
  87. line-height: 100% ;
  88. text-decoration:none;
  89. }
  90.  
  91. I {
  92. font-size:12pt;
  93. font-family: brushscript mt;
  94. }
  95.  
  96. EM {
  97. font-size:16pt;
  98. font-family: 'Qwigley', cursive;
  99. }
  100.  
  101. .strike, strike {
  102. text-decoration:line-through;
  103. }
  104.  
  105. .u, u {
  106. text-decoration:underline;
  107. font-size:10pt;
  108. }
  109.  
  110. .strong, strong {
  111. font-weight:bolder;
  112. font-size:11pt;
  113. }
  114.  
  115. B, .B2, B2 {
  116. font-weight:bold;
  117. text-transform:uppercase;
  118. line-height:100%;
  119. letter-spacing: 0pt;
  120. }
  121.  
  122. B {
  123. font-family:georgia;
  124. font-size:8pt;
  125. }
  126.  
  127. .B2, B2 {
  128. font-family:copperplate gothic light;
  129. font-size:7pt;
  130. }
  131.  
  132.  
  133. a.first, a.first:link, a.first:active, a.first:visited {
  134. font-family: arial narrow;
  135. font-size:9pt;
  136. text-align:center;
  137. text-transform:uppercase;
  138. line-height:35px;
  139. height:35px;
  140. width:100px;
  141. font-weight:bold;
  142. text-decoration:none;
  143. -webkit-transition: all 1s ease-out 0s;
  144. -moz-transition: all 1s ease-out 0s;
  145. -ms-transition: all 1s ease-out 0s;
  146. -o-transition: all 1s ease-out 0s;
  147. transition: all 1s ease-out 0s;
  148. padding:0px;
  149. display:block;
  150. letter-spacing:0pt;
  151. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  152. margin-top:5px;
  153. }
  154.  
  155.  
  156. a.first:hover {
  157. text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
  158. }
  159.  
  160. a.third, a.third:link, a.third:active, a.third:visited {
  161. margin:20px 0px 0px 20px;
  162. display:block;
  163. }
  164.  
  165. .h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9, h1, h2, h3, h4, h5, h6, h7, h8, h9, small, big {
  166. font-family: copperplate gothic light;
  167. line-height:100%;
  168. text-align:center;
  169. display:block;
  170. font-size: 11pt ;
  171. padding:0px;
  172. margin:0px;
  173. text-decoration:none;
  174. }
  175.  
  176. .h1, h1 {
  177. font-size: 12pt ;
  178. margin:5px 0px 0px;
  179. text-align:left;
  180. border-bottom:2px solid;
  181. font-weight:bold;
  182. }
  183.  
  184. .h2, h2 {
  185. font-family: 'Righteous', cursive;
  186. letter-spacing:1pt;
  187. font-size:20pt;
  188. text-align:center;
  189. line-height:100%;
  190. margin:5px 0px;
  191. text-transform:uppercase;
  192. border-left:20px solid;
  193. border-right:20px solid;
  194. }
  195.  
  196. .h3, h3 {
  197. text-align:left;
  198. padding:5px 0px 0px 5px;
  199. line-height:120%;
  200. font-size: 12pt ;
  201. font-family: 'Mystery Quest', cursive;
  202. border-bottom:6px solid;
  203. }
  204.  
  205. .h4, h4 {
  206. padding:5px 0px 0px 5px;
  207. text-align:left;
  208. font-size: 12pt ;
  209. font-family: 'Voltaire', sans-serif;
  210. border-bottom:2px solid;
  211. }
  212.  
  213. .h5, h5 {
  214. font-weight:bold;
  215. font-size: 46pt ;
  216. letter-spacing:1pt;
  217. text-align:center;
  218. font-family: 'Dorsa', sans-serif;
  219. }
  220.  
  221. .h6, h6 {
  222. letter-spacing:1pt;
  223. font-size:20pt;
  224. text-align:center;
  225. }
  226.  
  227. .h7, h7 {
  228. font-family: 'Rancho', cursive;
  229. letter-spacing:-1pt;
  230. font-size:20pt;
  231. text-align:center;
  232. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  233. }
  234.  
  235. .h8, h8 {
  236. font-family: 'Dorsa', sans-serif;
  237. font-weight:bold;
  238. letter-spacing:2pt;
  239. font-size:18pt;
  240. text-align:center;
  241. line-height:120%;
  242. margin-bottom:5px;
  243. }
  244.  
  245. small {
  246. font-weight:bold;
  247. font-family: 'Dorsa', sans-serif;
  248. letter-spacing:3pt;
  249. font-size:20pt;
  250. text-align:center;
  251. text-transform:uppercase;
  252. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  253. }
  254.  
  255. big {
  256. font-family: 'Voltaire', sans-serif;
  257. letter-spacing:0pt;
  258. font-size:28pt;
  259. text-align:center;
  260. text-transform:uppercase;
  261. }
  262.  
  263. .lyric, .lyric2, .lyric3, .lyric4, .lyric5, .lyric6, .lyric7, lyric, lyric2, lyric3, lyric4, lyric5, lyric6, lyric7 {
  264. font-family: 'Special Elite', cursive;
  265. text-decoration:none;
  266. line-height:60%;
  267. padding:0px;
  268. margin:0px;
  269. }
  270.  
  271. .lyric, lyric {Font-size:14pt;}
  272. .lyric2, lyric2 {Font-size:12pt;}
  273. .lyric3, lyric3 {Font-size:13pt;}
  274. .lyric4, lyric4 {Font-size:10pt;}
  275. .lyric5, lyric5 {Font-size:12pt;letter-spacing:1.8pt;}
  276. .lyric6, lyric6 {Font-size:13pt;}
  277. .lyric7, lyric7 {Font-size:15pt;letter-spacing:1pt;}
  278.  
  279. .vicarious { Cross Commons }
  280.  
  281. .backimg, .conns, .connimg, a.first, a.third {
  282. -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  283. -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  284. box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  285. }
  286.  
  287. .vicarious { Div IDS/Class Styles }
  288.  
  289. .vicframe, .backimg, .buffer {
  290. left:50%;
  291. top:0%;
  292. position:absolute;
  293. overflow:hidden;
  294. z-index:1;
  295. }
  296.  
  297. .vicframe {
  298. height:500px;
  299. width:1000px;
  300. margin-left:-500px;
  301. margin-top:100px;
  302. text-align:left;
  303. }
  304.  
  305. .backimg {
  306. background-position:top right;
  307. background-repeat:no-repeat;
  308. height:500px;
  309. width:500px;
  310. margin-left:-50px;
  311. margin-top:100px;
  312. }
  313.  
  314.  
  315. .viccontrol {
  316. margin-top:50px;
  317. margin-left:20px;
  318. overflow:hidden;
  319. }
  320.  
  321. .bottom, .top {
  322. position:fixed;
  323. overflow:hidden;
  324. z-index:10000;
  325. display:block;
  326. }
  327.  
  328. .bottom {
  329. right:0%;
  330. bottom:0%;
  331. height:40px;
  332. width:50%;
  333. margin-right:0px;
  334. margin-bottom:0px;
  335. -moz-border-radius-topleft: 90px;
  336. -webkit-border-top-left-radius: 90px;
  337. border-top-left-radius: 90px;
  338. text-align:right;
  339. padding-top:15px;
  340. border:2px solid;
  341. }
  342.  
  343. .top {
  344. left:0%;
  345. top:0%;
  346. height:55px;
  347. width:95%;
  348. margin-left:0px;
  349. margin-top:0px;
  350. -moz-border-radius-bottomright: 90px;
  351. -webkit-border-bottom-right-radius: 90px;
  352. border-bottom-right-radius: 90px;
  353. text-align:left;
  354. border:2px solid;
  355. }
  356.  
  357. .hbox1 {
  358. width:150px;
  359. height:150px;
  360. line-height:150px;
  361. overflow:hidden;
  362. text-align:left;
  363. font-size:25px;
  364. text-align:center;
  365. text-transform:uppercase;
  366. display:block;
  367. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  368. filter: alpha(opacity=0);
  369. opacity: 0;
  370. -webkit-transition: all 1s ease-out 0s;
  371. -moz-transition: all 1s ease-out 0s;
  372. -ms-transition: all 1s ease-out 0s;
  373. -o-transition: all 1s ease-out 0s;
  374. transition: all 1s ease-out 0s;
  375. }
  376.  
  377. .Hbox1:hover {
  378. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  379. filter: alpha(opacity=100);
  380. opacity: 1;
  381. overflow:auto;
  382. }
  383.  
  384. .conns {
  385. text-align:justify;
  386. width:210px;
  387. height:150px;
  388. padding:0px 5px;
  389. overflow:auto;
  390. }
  391.  
  392. .connimg {
  393. width:150px;
  394. height:150px;
  395. overflow:hidden;
  396. }
  397.  
  398. .innerbox {
  399. width:400px;
  400. height:400px;
  401. overflow:auto;
  402. padding:25px;
  403. margin:25px;
  404. }
  405.  
  406. .buffer{
  407. background-color:transparent;
  408. height:60px;
  409. width:1000px;
  410. margin-left:-500px;
  411. margin-top:610px;
  412. }
  413.  
  414. .vicarious{ Color Palette}
  415.  
  416. body { background-color:161616; }
  417.  
  418. ::-webkit-scrollbar-track {background-color:000000 ; border-color:222222;}
  419. ::-webkit-scrollbar-thumb {background-color:303030; border-color:222222 ;}
  420. .innerbox { background-color:191919;}
  421. .conns { background-color:121212;}
  422. .hbox1 { color: a0a0a0; background-color:121212;}
  423. .bottom, .top {background-color:730001; border-color:000000;}
  424. .vicframeimg a {background-color:730001;}
  425.  
  426. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em { color:333333; }
  427. I { color:979797; }
  428. EM { color:9d0001; }
  429. B { color:5e5e5e; }
  430. .B2, B2 { color:6f0001; }
  431. .strong, strong { color:e6e6e6; }
  432. .u, u { color:383b3e; }
  433.  
  434. a.first, a.first:link, a.first:active, a.first:visited { color:ffffff; }
  435. a.first:hover { color:2a0000; }
  436.  
  437. .h1, h1 { color:6d0001; border-color:222222; }
  438. .h2, h2 { color:ffffff; background-color:222222; border-color:730001; }
  439. .h3, h3 { color:666666; background-color:222222; border-color:444444; }
  440. .h4, h4 { color:8e8e8e; background-color:161616; border-color:333333; }
  441. .h5, h5 { color:7a7a7a; background-color:222222; }
  442. .h6, h6 { color:888888; }
  443. .h7, h7 { color:dadada; background-color:730001; }
  444. .h8, h8 { color:555555; background-color:121212; }
  445.  
  446. big { color:454545; }
  447. small { color:c3c3c3; background-color:730001; }
  448.  
  449. .lyric, lyric { color:444444; }
  450. .lyric2, lyric2 { color:720302; }
  451. .lyric3, lyric3 { color:cecece; }
  452. .lyric4, lyric4 { color:333333; }
  453. .lyric5, lyric5 { color:666666; }
  454. .lyric6, lyric6 { color:730001; }
  455. .lyric7, lyric7 { color:c4c4c4; }
  456.  
  457. /* - - CSS!! NO TOUCHY!!! - - */
  458.  
  459. img {border:0px;}
  460. table, tr, td {background:transparent; border:0px;}
  461. img, .contactTable { display:none; }
  462. .vicholder img, .comt img { display:inline; }
  463. table div, td td td, table div div { visibility:hidden; }
  464. font, a, .vicsc a { visibility:hidden; }
  465. .hidenav {display:none}
  466. div.profileWidth {margin-top: -30px !important;}
  467. div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
  468. div.profileWidth div.clearfix, hidenav hidenav hidenav,
  469. div.profileWidth div div {filter:none; opacity:0.9999}
  470. div.profileWidth div.clearfix {position:relative; top:30px}
  471. table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;}
  472. table table table embed, .vicholder div embed {position:static !important; width:auto; height:auto; }
  473. .text, table table table table a,table table table table div,table table table table div a {visibility:visible;}
  474. .vicsc { display:none; }
  475. .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;}
  476. table table, table table td {padding:0px; height:0px;}
  477. marquee { z-index:8; }
  478. table div, span, td td td, table div div { visibility:hidden !important; }
  479. .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 table font, .vicholder div table, .vicholder div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;}
  480. .vicDiv {content:"Layouts available @ http://vicarious-hs.tumblr.com";}
  481. /* - - - - - - - */
  482.  
  483.  
  484. .vicarious{ Hide Codes }
  485. .userProfileURL { display:none; }
  486. .profileInfo { display:none; }
  487. .friendsComments { display:none; }
  488. .friendSpace { display:none; }
  489. .blurbs {display: none;}
  490. .contactTable {display: none;}
  491. .latestBlogEntry {display: none;}
  492. .extendedNetwork {display: none;}
  493. .interestsAndDetails {display: none;}
  494. .userprofiledetail {display: none;}
  495. .userAlbums { display:none; }
  496. .whitetext12{visibility:hidden; display:none;}
  497. .orangetext15{visibility:hidden; display:none;}
  498. .lightbluetext8{visibility:hidden; display:none}
  499. table table table table td {width:0px;}
  500. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  501. .profile { display:none !important;visibility:hidden!important; }
  502. table tr td[id='footerWarpper']{display:none !important;visibility:hidden!important;}
  503.  
  504.  
  505. </style>
  506.  
  507. <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td>
  508.  
  509. -----------------------------LIKE TO MEET---------------------------------
  510.  
  511. </td></tr></table></td></tr></table></td></tr></table></div><DIV class="vicholder"><div class="top"><TABLE><TR>
  512.  
  513. <TD><a CLASS="FIRST" href="/logincomplete.php">Home</a></TD>
  514. <TD><a class="first" href="/invite_friend.php?friend_id=xxxxxx">Add</a></TD>
  515. <TD><a class="first" href="/send_message.php?member_id=xxxxxx">Message</a></TD>
  516. <TD><a class="first" href="/add_testimonial.php?member_id=xxxxxx">Comment</a></TD>
  517. <TD><a class="first" href="/gallery.php?member_id=xxxxxx">Photos</a></TD>
  518. <TD><a class="first" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a></TD>
  519.  
  520.  
  521.  
  522. </TR></TABLE></div>
  523.  
  524. <div class="backimg" style="background-image:url(http://i.imgur.com/KhaNsPW.png);"></div>
  525.  
  526. <div class="vicframe"><div class="viccontrol"><TABLE><TR>
  527.  
  528. <TD><a class="third" href="#stats" style="background-image:url(http://i.imgur.com/mQE9knu.png);">
  529. <div class="hbox1">Stats</div></a></TD>
  530. <TD><a class="third" href="#about" style="background-image:url(http://i.imgur.com/3AvjEEJ.png);">
  531. <div class="hbox1">About</div></a></TD>
  532. </tr><tr>
  533. <TD><a class="third" href="#mains" style="background-image:url(http://i.imgur.com/ZkOqEHp.png);">
  534. <div class="hbox1">Mains</div></a></TD>
  535. <TD><a class="third" href="#info" style="background-image:url(http://i.imgur.com/oKITUdh.gif);">
  536. <div class="hbox1">Info</div></a></TD>
  537. </TR></TABLE></div>
  538.  
  539. <div class="vicframeimg"><a id="stats" href="#">
  540.  
  541. <div class="innerbox">
  542. <p><font class="h3">Legal</font>
  543. <BR><b>NAME:</b> Input info
  544. <BR><b>NICKNAMES:</b> Input info
  545. <BR><b>ALIASES:</b> Input info
  546. <BR><b>DATE OF BIRTH:</b> Input info
  547. <BR><b>PLACE OF BIRTH:</b> Input info
  548. <BR><b>CURRENT RESIDENCE:</b> Input info
  549.  
  550. <p><font class="h3">Physical</font>
  551. <BR><b>ETHNICITY:</b> Input info
  552. <BR><b>HAIR COLOR:</b> Input info
  553. <BR><b>EYE COLOR:</b> Input info
  554. <BR><b>HEIGHT:</b> Input info
  555. <BR><b>WEIGHT:</b> Input info
  556. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  557.  
  558. <p><font class="h3">Personality</font>
  559. <BR><b>Traits:</b> Input Info
  560. <BR><b>Disorders:</b> Input Info
  561. <BR><b>Addictions:</b> Input Info
  562. <BR><b>Likes:</b> Input Info
  563. <BR><b>Dislikes:</b> Input Info
  564. <BR><b>Quirks:</b> Input Info
  565.  
  566. <p><font class="h3">Education</font>
  567. <BR><b>High School</b> Input Info
  568. <br><b>College</b> Input Info
  569. <br><b>Major</b> Input Info
  570. <br><b>Degree</b> Input Info
  571.  
  572. <p><font class="h3">Employment</font>
  573. <BR><b>OCCUPATION:</b> Input info
  574. <BR><b>JOB DESCRIPTION:</b> Input info
  575. <BR><b>EMPLOYER:</b> Input info
  576. <BR><b>SKILLSET:</b> Input info
  577.  
  578. <p><font class="h3">Family</font>
  579. <BR><b>MOTHER:</b> Input info
  580. <BR><b>FATHER:</b> Input info
  581. <BR><b>SISTER(S):</b> Input info
  582. <BR><b>BROTHER(S):</b> Input info
  583. <BR><b>Other Family:</b> Input info
  584.  
  585. <p><font class="h3">Relationships</font>
  586. <BR><b>SEXUAL ORIENTATION:</b> Input info
  587. <BR><b>RELATIONSHIP STATUS:</b> Input info
  588. <BR><b>CURRENT RELATIONSHIP(S):</b> Input info
  589. <BR><b>PAST RELATIONSHIP(S):</b> Input info
  590.  
  591.  
  592. </div></a><a id="about" href="#"><div class="innerbox">
  593.  
  594.  
  595. <p><small>The background images</small>
  596.  
  597. <p>The TRUE 'background' image of this layout is the AHS logo on the lower lefthand side. You can replace it, but as to size, just make it something small if you want it to be in the corner as it is here. No larger than 250px height by 500px width should be good, but every monitor will be different.
  598.  
  599. <p>The secondary background image is the image of Tate. Scroll back up in Like to Meet and you will see backimg div class with the background-img:url() style. The image in this section is 500px width by 500px height.
  600.  
  601.  
  602. <p><small>Control Panel images & Connection Images</small>
  603. <p>All of these images are 150px height by 150px width
  604.  
  605. <font class="h1">Header1</font>
  606. <font class="h2">Header2</font>
  607. <font class="h3">Header3</font>
  608. <font class="h4">Header4</font>
  609. <font class="h5">Header5</font>
  610. <font class="h6">Header6</font>
  611. <font class="h7">Header7</font>
  612. <font class="h8">Header8</font>
  613.  
  614. <font class="lyric">Line 1 of lyrics</font>
  615. <font class="lyric2">Line 2 of lyrics</font>
  616. <font class="lyric3">Line 3 of lyrics</font>
  617. <font class="lyric4">Line 4 of lyrics</font>
  618. <font class="lyric5">Line 5 of lyrics</font>
  619. <font class="lyric6">Line 6 of lyrics</font>
  620. <font class="lyric7">Line 7 of lyrics</font>
  621.  
  622. <BR><B>Bold</b> <i> Italic</i> <em>Emphasized text</em>
  623.  
  624. <BR>For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following: I code for ALL sites. Not every website will allow headers to be placed as h1 etc between < these > brackets. For that reason, I turn them into font classes with a period in front and script them as I have done below. If you are on a website that allows regular header, underline, strong, etc coding, you can just use regular header coding for all of the header, lyric, special text labels OR just leave them as they are. They will work for you either way. SEE THE INSTRUCTIONS FOR THIS LAYOUT FOR SPECIFIC DETAILS AND EXAMPLES.
  625. <BR><BR>
  626. <font class="b2">Bold2</font>
  627. <font class="strong">Strong</font>
  628. <font class="strike">Strike</font>
  629. <font class="u">Underline</font>
  630.  
  631. <BR><BR>I have also included the below two special text classes that are fine as is and need no modification on any site.
  632.  
  633. <big>big</big>
  634. <small>Small</small>
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642. </div></a><a id="mains" href="#"><div class="innerbox">
  643.  
  644.  
  645. <table><tr><td><div class="conns">
  646. <font class="h4">Connection Name Here</font>
  647. <p>Pics are linked to the user's profile. Make sure to put in their friend ID number.
  648. <p>Each connection table starts with a Table tag(Table with < and > around it) and ends with a page break (BR with < and > around it).
  649. <p>I have separated these full tables with spaces so you can see where one starts and the next begins. If you need more connections, just copy the full table and past it below the last connection table in this section.
  650. <P>This first table has the image on the right side. The second table will have the image on the left side. When you add a table for another connection, be sure to pick what type of table will come next (left or right image).
  651. </div></td><td>
  652. <a href="/FriendID">
  653. <img class="connimg" src="http://i.imgur.com/0YABRWA.png">
  654. </a></td></tr></table><BR>
  655.  
  656.  
  657.  
  658. <table><tr><td>
  659. <a href="/FriendID">
  660. <img class="connimg" src="http://i.imgur.com/HzGXrvR.png">
  661. </a></td><td><div class="conns">
  662. <font class="h4">Connection Name Here</font>
  663. <p>Text.
  664. </div></td></tr></table><BR>
  665.  
  666.  
  667. <table><tr><td><div class="conns">
  668. <font class="h4">Connection Name Here</font>
  669. <p>Text.
  670. </div></td><td>
  671. <a href="/FriendID">
  672. <img class="connimg" src="http://i.imgur.com/qJJMtNf.png">
  673. </a></td></tr></table><BR>
  674.  
  675.  
  676. <table><tr><td>
  677. <a href="/FriendID">
  678. <img class="connimg" src="http://i.imgur.com/tIeBizf.png">
  679. </a></td><td><div class="conns">
  680. <font class="h4">Connection Name Here</font>
  681. <p>Text.
  682. </div></td></tr></table><BR>
  683.  
  684.  
  685. <table><tr><td><div class="conns">
  686. <font class="h4">Connection Name Here</font>
  687. <p>Text.
  688. </div></td><td>
  689. <a href="/FriendID">
  690. <img class="connimg" src="http://i.imgur.com/e1ZFzoI.png">
  691. </a></td></tr></table><BR>
  692.  
  693. <table><tr><td>
  694. <a href="/FriendID">
  695. <img class="connimg" src="http://i.imgur.com/HKavyw8.png">
  696. </a></td><td><div class="conns">
  697. <font class="h4">Connection Name Here</font>
  698. <p>Text.
  699. </div></td></tr></table><BR>
  700.  
  701. <table><tr><td><div class="conns">
  702. <font class="h4">Connection Name Here</font>
  703. <p>Text.
  704. </div></td><td>
  705. <a href="/FriendID">
  706. <img class="connimg" src="http://i.imgur.com/tjM8QJY.png">
  707. </a></td></tr></table><BR>
  708.  
  709.  
  710.  
  711. </div></a><a id="info" href="#"><div class="innerbox">
  712.  
  713. <p><font class="h1">Verses</font>
  714. <BR>Verse 1, Verse 2, Verse 3, Verse 4
  715.  
  716.  
  717. <p><font class="h1">Notations</font>
  718. <br>Multi-para to novella only?
  719. <br>Third person POV format?
  720. <BR>Role play in comments only?
  721. <Br>Put a couple of notations here.
  722.  
  723.  
  724. <p><font class="h1">Obligations</font>
  725. <br>Owe _________ a starter
  726. <br>Owe _________ a comment
  727.  
  728.  
  729. <p><font class="h1">Contact Info</font>
  730. <br>AIM: ___________
  731. <BR>YAHOO: ____________
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. </div></a></div></div><div class="bottom">
  739.  
  740. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  741. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  742. <param name="bgcolor" value="#730001" />
  743. <param name="FlashVars" value="mp3=http%3A//k004.kiwi6.com/hotlink/iu2l8vxzp6/type_0_negative_-_wolf_moon_www.mp3fiber.com_.mp3&amp;autoplay=1&amp;bgcolor=730001&amp;loadingcolor=ffffff&amp;slidercolor=ffffff" />
  744. </object>
  745.  
  746. </div><div class="buffer"></div></div><div class="ficsc"><table><tr><td><table><tr><td><table><tr><td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement