VicariousHelpSite

CSS/DIV Layout 114

Aug 4th, 2013
1,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. UPDATE:
  2.  
  3. This layout is not overly tall, but people with really small monitors might not see the bottom links. If you want, you can change the #touchpad div (near the bottom of About Me) from fixed to absolute. That will allow a scrollbar to fall in on the side of the browser window for those people that can't see the lower links. I have not put absolute in my coding because that is not an ideal setting for this layout. I would ONLY change it IF you get complaints about not being able to see links. Again, the layout is not overly tall space wise, so it should not be an issue on regular computers.
  4.  
  5.  
  6. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  7.  
  8. (⊙.⊙(☉_☉)⊙.⊙)
  9.  
  10. There are A WHOLE BUNCH of div ids/classes, img classes and tables (<table><tr><td>) in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  11.  
  12. //#### COLOR PALETTE ####///
  13.  
  14. ALL COLORS CAN BE CHANGED.For color changes, see the color palette section in About Me. I have stripped the color markers off of all the codes and put them in one place so you can find and change them easily.
  15.  
  16. There are a ton of color schemes online. Put the work in. It won't take you long to change the color set-up on this profile.
  17.  
  18.  
  19. //#### THE GOLDEN TICKETS ####///
  20. You can replace the tickets that are on the 'curtain' of this layout. You will find it at the END of Like to Meet.
  21. <div id="curtain" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/tickets-animated_zpsc946d210.gif~original);">
  22.  
  23. I would replace it with an image that is 350x350 and no more than that. You CAN use something larger as the dimensions of the curtain are 1100px width x 800px height BUT you will have to bear in mind that the welcome intro messages will go on top of it. Alternatively, you can remove the below to get rid of the message entirely (located below the curtain above):
  24.  
  25. <div class="intro1">Welcome to the fun house.</div>
  26. <div class="intro2">Enjoy the show...</div>
  27.  
  28.  
  29.  
  30. //#### THE BOOK SHELF (TOP HOVER DIV) ####///
  31. The 'shelf' div is at the top of Like to meet. The first image is the 'bookend' picture on the left of the 'books' and the second image in that div is the one on the right. You will replace your link to your images where you see something like this:
  32. <img class="img4" src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/02_zps7b1de0b0.png~original">
  33.  
  34. DON'T DROP OFF THE CLASS="IMG4"
  35.  
  36.  
  37. //#### THE SLIDESHOW (LEFT HOVER DIV) ####///
  38. The slide show has 6 images that flip every 10 seconds. It will not repeat unless you hover off the left side and hover back on. You will see the 6 slots that look like the below in standard img src mode. Just replace my images with your own:
  39.  
  40. <div class="slide3">
  41. <img src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/3_zps29620bf6.png">
  42. </div>
  43.  
  44. //#### THE BANNER (MAIN IMAGE) AND IT'S CHILDREN ####///
  45.  
  46. Simple enough. Find this in Like to Meet and replace my image with your own of the appropriate size:
  47. <DIV ID="backbanner" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/03__1__zps8ccd4ca2.png~original);">
  48.  
  49. Below that code you will see the 6 hover mini-panels that lay atop the main banner. Replace my image with your own in these slots:
  50. <div id="panel" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4308_zpsa01f7487.jpg~original);">
  51.  
  52.  
  53. ////////////////////////////////////////end/////////////////////
  54.  
  55.  
  56. ***Replace my music player with one of your own.******
  57.  
  58.  
  59.  
  60. Don't forget to replace the XXXXX with your friend ID number.
  61.  
  62. (>‿◠)✌
  63.  
  64.  
  65. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  66.  
  67.  
  68.  
  69.  
  70.  
  71. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  72.  
  73. -----------------------------ABOUT ME---------------------------------
  74.  
  75.  
  76. </td></tr></table></td></tr></table></td></tr></table></div>
  77.  
  78. <style type="text/css">
  79. @import url("https://googledrive.com/host/0B79YHAkeE7SuOUM2NF9VeDBIRjQ");
  80. @import url(http://fonts.googleapis.com/css?family=Reenie+Beanie|Rancho);
  81. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  82.  
  83. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  84.  
  85. /* - -TO CHANGE LAYOUT COLORS, SCROLL DOWN TO COLOR PALETTE - - */
  86. /* - -TO CHANGE LAYOUT COLORS, SCROLL DOWN TO COLOR PALETTE - - */
  87. /* - -TO CHANGE LAYOUT COLORS, SCROLL DOWN TO COLOR PALETTE - - */
  88.  
  89.  
  90. .vicarious{Background Properties // BODY COLOR IS IN THE COLOR PALETTE SECTION}
  91. body {
  92. background-image:url();
  93. background-repeat:repeat;
  94. background-position: top center;
  95. background-attachment:fixed;
  96. }
  97.  
  98.  
  99. .vicarious{ Google Chrome Scrollbar }
  100. ::-webkit-scrollbar {width: 10px;}
  101. ::-webkit-scrollbar-track {border: 1px solid ;}
  102. ::-webkit-scrollbar-thumb {border: 1px solid ;}
  103.  
  104.  
  105.  
  106.  
  107.  
  108. /* - -TEXT - - */
  109.  
  110. .vicarious{Text in Tables and Standard Link Codes}
  111. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  112. font-family: tahoma;
  113. font-size:8.5pt;
  114. line-height:90%;
  115. text-decoration:none;
  116. text-align:left;
  117. }
  118.  
  119. p {text-align:justify; }
  120.  
  121. I {
  122. font-size: 6.5pt ;
  123. style: italic ;
  124. }
  125.  
  126. B {
  127. font-family: courier;
  128. font-size: 6.0pt ;
  129. font-weight:bold ;
  130. }
  131.  
  132. Em {
  133. font-family: 'Reenie Beanie', cursive;
  134. font-size: 11pt;
  135. text-align: center;
  136. }
  137.  
  138.  
  139. .vicarious {Shared Styles for Headers }
  140. big, small, .h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9, .h10, .h11, .h12, .one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .lyric, .lyric2, .lyric3, .lyric4, .lyric5, .lyric6, .lyric7, .lyric8, a.first, a.second, a.third, .name {
  141. display:block;
  142. text-decoration: none ;
  143. line-height: 90% ;
  144. }
  145.  
  146. .h1 {
  147. font-family: rancho ;
  148. font-size:20pt ;
  149. text-align: center;
  150. padding: 3px ;
  151. margin:2px 0px;
  152. text-transform: uppercase ;
  153. letter-spacing:4pt;
  154. }
  155.  
  156. .h2 {
  157. font-family: georgia ;
  158. font-size:8pt ;
  159. text-align: right;
  160. line-height:100%;
  161. border-bottom: 3px solid;
  162. text-transform: uppercase ;
  163. padding-right:5px;
  164. letter-spacing: 2pt;
  165. font-weight:bold;
  166. }
  167.  
  168. .h3 {
  169. font-family: rancho;
  170. font-size: 7pt ;
  171. line-height:120%;
  172. letter-spacing:5pt;
  173. text-align:center;
  174. }
  175.  
  176. .h4 {
  177. font-family: 'Reenie Beanie', cursive;
  178. font-size: 14pt;
  179. text-align: center;
  180. padding:5px 0px;
  181. }
  182.  
  183.  
  184. vicarious{Profile Link Codes}
  185. a.first, a.first:link, a.first:active, a.first:visited {
  186. font-family: tahoma ;
  187. font-size:10pt ;
  188. line-height:50px ;
  189. height:50px ;
  190. width:147px;
  191. text-align:center;
  192. text-transform: uppercase ;
  193. letter-spacing:1pt;
  194. margin-bottom:0px;
  195. }
  196.  
  197. a.first:hover { font-size:7.5pt ;}
  198.  
  199.  
  200. /* - - COLOR PALETTE GOOGLE SCROLLBAR - - */
  201.  
  202. ::-webkit-scrollbar-track {background-color:000000 ; border-color:121212 ;}
  203. ::-webkit-scrollbar-thumb {background-color:333333; border-color:121212 ;}
  204.  
  205.  
  206.  
  207. /* - - COLOR PALETTE TEXT - - */
  208.  
  209. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  210. font-family: tahoma;
  211. color:424242;
  212. }
  213.  
  214. I {
  215. color:555555
  216. }
  217.  
  218. B {
  219. color:444444;
  220. }
  221.  
  222. Em {
  223. color:6b6b6b;
  224. }
  225.  
  226. .h1 {
  227. background-color:191919;
  228. color:7A7A7A;
  229. }
  230.  
  231. .h2 {
  232. background-color:121212;
  233. color:7A7A7A;
  234. border-color: 222222;
  235. }
  236.  
  237. .h3 {
  238. background-color:191919;
  239. color:555555;
  240. }
  241.  
  242. .h4 {
  243. background-color:000000;
  244. color:444444;
  245. }
  246.  
  247. vicarious{ Profile Links Color }
  248.  
  249. a.first, a.first:link, a.first:active, a.first:visited {
  250. color:6b6b6b;
  251. background-color:222222;
  252. }
  253.  
  254. a.first: hover
  255. background-color:000000;
  256. }
  257.  
  258. .vicarious { Welcome Text Color }
  259. .vicholder:hover .intro1, .vicholder:hover .intro2 {
  260. color:ffffff;
  261. }
  262.  
  263.  
  264.  
  265.  
  266. /* - - COLOR PALETTE DIVS AND BODY - - */
  267.  
  268.  
  269. body {
  270. background-color:000000;
  271. }
  272.  
  273. .vicarious { Curtain (The color overlay over the main div. It should be the same color as the body of your page) }
  274. #curtain {
  275. background-color: 000000;
  276. }
  277.  
  278. .vicarious { Frame around main pic }
  279. #left, #top, #right, #bottom {
  280. background-color:191919;
  281. }
  282.  
  283. .vicarious { #d sets frames (Bckgrnd color represents the 'border' area surrounding the panel pics) }
  284. #d1, #d2, #d3, #d4, #d5, #d6 {
  285. background-color:191919;
  286. }
  287.  
  288.  
  289. .vicarious { Panels (Bkgrnd color represents the color of the text box behind the panel pics) }
  290. #panel1 {
  291. background-color:121212;
  292. }
  293.  
  294. .vicarious { Runners (Lines on the inside of main pic frame) }
  295. #b1, #b2, #b3, #b4 {
  296. background-color:555555;
  297. }
  298.  
  299. .vicarious { Overlay Boxes (The overall background color of the expanding areas that are revealed on hover over arrows) }
  300. #left2:hover, #top2:hover, #right2:hover, #bottom2:hover {
  301. background-color:171717;
  302. }
  303.  
  304.  
  305. .vicarious { About Boxes, music and notes background-color }
  306. .about, .about2, .about3, .music, .notes {
  307. background-color:121212;
  308. }
  309.  
  310. .vicarious { Top Hover Panel/Inner Boxes }
  311. #panel2 {
  312. background-color:121212;
  313. border-left-color: 333333;
  314. }
  315.  
  316.  
  317.  
  318.  
  319. /* - - CSS!! NO TOUCHY!!! - - */
  320.  
  321. img {border:0px;}
  322. table, tr, td {background:transparent; border:0px;}
  323. img, .contactTable { display:none; }
  324. .vicholder img, .comt img { display:inline; }
  325. table div, td td td, table div div { visibility:hidden; }
  326. font, a, .vicsc a { visibility:hidden; }
  327. .hidenav {display:none}
  328. div.profileWidth {margin-top: -30px !important;}
  329. div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
  330. div.profileWidth div.clearfix, hidenav hidenav hidenav,
  331. div.profileWidth div div {filter:none; opacity:0.9999}
  332. div.profileWidth div.clearfix {position:relative; top:30px}
  333. table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;}
  334. table table table embed, .vicholder div embed {position:static !important; width:auto; height:auto; }
  335. .text, table table table table a,table table table table div,table table table table div a {visibility:visible;}
  336. .vicsc { display:none; }
  337. .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;}
  338. table table, table table td {padding:0px; height:0px;}
  339.  
  340.  
  341.  
  342. /* - -The Great Wall of Divs- - */
  343.  
  344. #left, #top, #right, #bottom, #left2, #top2, #right2, #bottom2, #leftarrow, #toparrow, #rightarrow, #bottomarrow {
  345. position:absolute;
  346. z-index:1;
  347. visibility:visible;
  348. left:50%;
  349. top:0%;
  350. overflow:hidden;
  351. }
  352.  
  353. #left, #top, #right, #bottom {
  354. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  355. filter: alpha(opacity=0);
  356. opacity: 0;
  357. }
  358.  
  359. .vicholder:hover #left, .vicholder:hover #top, .vicholder:hover #right, .vicholder:hover #bottom {
  360. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  361. filter: alpha(opacity=100);
  362. opacity: 1;
  363. }
  364.  
  365.  
  366. #left, #top, #right, #bottom {}
  367.  
  368.  
  369. #left {
  370. width:100px;
  371. height:0px;
  372. text-align:left;
  373. margin-top:0px;
  374. margin-left:-550px;
  375. }
  376.  
  377. .vicholder:hover #left { height:700px; }
  378.  
  379. #top {
  380. width:0px;
  381. height:100px;
  382. margin-left:450px;
  383. margin-top:0px;
  384. }
  385.  
  386. .vicholder:hover #top {
  387. width:900px;
  388. margin-left:-450px;
  389. }
  390.  
  391. #right {
  392. width:100px;
  393. height:0px;
  394. margin-left:450px;
  395. margin-top:700px;
  396. }
  397.  
  398. .vicholder:hover #right {
  399. margin-top:0px;
  400. height:700px;
  401. }
  402.  
  403. #bottom {
  404. margin-left:-550px;
  405. margin-top:700px;
  406. width:0px;
  407. height:100px;
  408. }
  409.  
  410. .vicholder:hover #bottom { width:1100px; }
  411.  
  412. #left2, #top2, #right2, #bottom2 {
  413. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  414. filter: alpha(opacity=0);
  415. opacity: 0;
  416. overflow:hidden;
  417. background-color:transparent;
  418. }
  419.  
  420. #left2:hover, #top2:hover, #right2:hover, #bottom2:hover {
  421. z-index:10001;
  422. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  423. filter: alpha(opacity=100);
  424. opacity: 1;
  425. }
  426.  
  427. #left2, #right2 {
  428. width:20px;
  429. margin-top:100px;
  430. height:600px;
  431. }
  432.  
  433. #left2 { margin-left:-470px; }
  434. #right2 { margin-left:450px; }
  435. #left2:hover, #right2:hover { width:920px; }
  436. #right2:hover { margin-left:-450px; }
  437.  
  438. #top2, #bottom2 {
  439. margin-left:-450px;
  440. height:20px;
  441. width:900px;
  442. }
  443.  
  444. #top2 { margin-top:80px; }
  445. #top2:hover { height:620px; }
  446. #bottom2 { margin-top:700px; }
  447.  
  448. #bottom2:hover {
  449. margin-top:600px;
  450. height:200px;
  451. }
  452.  
  453. #rightarrow, #leftarrow, #toparrow, #bottomarrow {
  454. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  455. filter: alpha(opacity=0);
  456. opacity: 0;
  457. }
  458.  
  459. .vicholder:hover #rightarrow, .vicholder:hover #leftarrow, .vicholder:hover #toparrow, .vicholder:hover #bottomarrow {
  460. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  461. filter: alpha(opacity=100);
  462. opacity: 1;
  463. }
  464.  
  465. #rightarrow, #leftarrow { margin-top:400px; }
  466. #rightarrow { margin-left:450px; }
  467. #leftarrow { margin-left:-470px; }
  468. #toparrow, #bottomarrow { margin-left:0px; }
  469. #toparrow { margin-top:80px; }
  470. #bottomarrow { margin-top:700px; }
  471.  
  472. .vicarious { position div specs }
  473. #b1, #b2, #b3, #b4 {
  474. position:absolute;
  475. z-index:1000;
  476. visibility:visible;
  477. left:50%;
  478. top:0%;
  479. overflow:hidden;
  480. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  481. filter: alpha(opacity=90);
  482. opacity: .9;
  483. }
  484.  
  485. .vicholder:hover #b1, .vicholder:hover #b2, .vicholder:hover #b3, .vicholder:hover #b4 {
  486. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  487. filter: alpha(opacity=100);
  488. opacity: 1;
  489. }
  490.  
  491. .vicholder:hover #b1 { }
  492. .vicholder:hover #b2 { }
  493. .vicholder:hover #b3 { }
  494. .vicholder:hover #b4 { }
  495.  
  496. #b1{
  497. margin-left:-450px;
  498. margin-top:697px;
  499. width:0px;
  500. height:3px;
  501. }
  502.  
  503. .vicholder:hover #b1 { width:900px; }
  504.  
  505. #b2{
  506. margin-left:447px;
  507. margin-top:699px;
  508. width:3px;
  509. height:0px;
  510. }
  511.  
  512. .vicholder:hover #b2 {
  513. height:599px;
  514. margin-top:100px;
  515. }
  516.  
  517. #b3{
  518. margin-left:449px;
  519. margin-top:100px;
  520. width:0px;
  521. height:3px;
  522. }
  523.  
  524. .vicholder:hover #b3 {
  525. margin-left:-449px;
  526. width:898px;
  527. }
  528.  
  529. #b4{
  530. margin-left:-450px;
  531. margin-top:100px;
  532. width:3px;
  533. height:0px;
  534. }
  535.  
  536. .vicholder:hover #b4 { height:599px; }
  537.  
  538.  
  539. #curtain {
  540. background-position:center center;
  541. background-repeat: no-repeat;
  542. width:1100px;
  543. height:800px;
  544. text-align:center;
  545. z-index:50000;
  546. position:absolute;
  547. visibility:visible;
  548. left:50%;
  549. top:0%;
  550. overflow:hidden;
  551. margin-left:-550px;
  552. margin-top:0px;
  553. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  554. filter: alpha(opacity=100);
  555. opacity: 1;
  556. }
  557.  
  558. .vicholder:hover #curtain {
  559. margin-top:-800px;
  560. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  561. filter: alpha(opacity=50);
  562. opacity:.5;
  563. }
  564.  
  565. .intro1, .intro2 { background-color:transparent; }
  566. .vicholder:hover .intro1, .vicholder:hover .intro2 { }
  567. .vicholder:hover .intro1 { }
  568. .vicholder:hover .intro2 { }
  569.  
  570. .intro1, .intro2 {
  571. overflow:hidden;
  572. text-align:center;
  573. color:transparent;
  574. font-size:0em;
  575. letter-spacing:0pt;
  576. font-family:arial bold;
  577. }
  578.  
  579. .intro1 { margin-top:700px; }
  580. .intro2 { margin-top:25px; }
  581.  
  582. .vicholder:hover .intro1, .vicholder:hover .intro2 {
  583. font-size:2.5em;
  584. letter-spacing:1px;
  585. }
  586.  
  587. #touchpad {
  588. background-color: transparent;
  589. background-position: top center;
  590. background-repeat: no-repeat;
  591. width:100%;
  592. height:100%;
  593. overflow:none;
  594. position:fixed;
  595. visibility:visible;
  596. z-index:1;
  597. left:0%;
  598. top:0%;
  599. margin-left:0px;
  600. margin-top:0px;
  601. }
  602.  
  603. #backbanner {
  604. background-color: transparent;
  605. background-position: top center;
  606. background-repeat: no-repeat;
  607. width:900px;
  608. height:600px;
  609. overflow:none;
  610. position:absolute;
  611. z-index:99;
  612. left:50%;
  613. top:0%;
  614. margin-left:-450px;
  615. margin-top:100px;
  616. visibility:visible;
  617. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  618. filter: alpha(opacity=0);
  619. opacity: 0;
  620. }
  621.  
  622. .vicholder:hover #backbanner {
  623. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  624. filter: alpha(opacity=100);
  625. opacity: 1;
  626. }
  627.  
  628. #d1, #d2, #d3, #d4, #d5, #d6, #panel1 {
  629. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  630. filter: alpha(opacity=0);
  631. opacity: 0;
  632. }
  633.  
  634. #d1:hover, #d2:hover, #d3:hover, #d4:hover, #d5:hover, #d6:hover {
  635. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  636. filter: alpha(opacity=100);
  637. opacity: 1;
  638. }
  639.  
  640. #d1, #d2, #d3, #d4, #d5, #d6 {
  641. width:300px;
  642. height:300px;
  643. overflow:hidden;
  644. position:absolute;
  645. }
  646.  
  647. #d1, #d2, #d3 { margin-top:0px; }
  648. #d4, #d5, #d6 { margin-top:300px; }
  649. #d1, #d4 { margin-left:0px; }
  650. #d2, #d5 { margin-left:300px; }
  651. #d3, #d6 { margin-left:600px; }
  652.  
  653.  
  654. #panel {
  655. background-position:center center;
  656. background-repeat: no-repeat;
  657. width:250px;
  658. height:250px;
  659. overflow:hidden;
  660. margin:25px;
  661. }
  662.  
  663. #panel1 {
  664. width:240px;
  665. height:240px;
  666. overflow:auto;
  667. padding:5px;
  668. }
  669.  
  670. #panel1:hover {
  671. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  672. filter: alpha(opacity=90);
  673. opacity: .95;
  674. }
  675.  
  676. .slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
  677. margin-left:20px;
  678. width: 600px;
  679. height:600px;
  680. overflow: hidden;
  681. }
  682.  
  683. #left2:hover .slide2, #left2:hover .slide3, #left2:hover .slide4, #left2:hover .slide5, #left2:hover .slide6 { margin-top:-600px; }
  684. .slide1 { margin-top:0px; z-index:1;}
  685. #left2:hover .slide2 { z-index:2; }
  686. #left2:hover .slide3 { z-index:3; }
  687. #left2:hover .slide4 { z-index:4; }
  688. #left2:hover .slide5 { z-index:5; }
  689. #left2:hover .slide6 { z-index:6; }
  690.  
  691.  
  692. .shelf {
  693. width:802px;
  694. height:504px;
  695. margin:50px;
  696. overflow:hidden;
  697. }
  698.  
  699. #panel2 {
  700. border-left-width:50px ;
  701. border-left-style:solid;
  702. width:0px;
  703. height:500px;
  704. overflow:hidden;
  705. }
  706.  
  707. #panel2:hover { width:270px; }
  708.  
  709.  
  710. .about, .about2, .about3 {
  711. overflow:auto;
  712. padding:0px 5px;
  713. margin:10px;
  714. }
  715.  
  716. .about {
  717. width:425px;
  718. height:580px;
  719. }
  720.  
  721. .about2 {
  722. width:240px;
  723. height:480px;
  724. }
  725.  
  726. .about3 {
  727. width:415px;
  728. height:580px;
  729. }
  730.  
  731. .music, .notes {
  732. overflow:auto;
  733. margin:10px 0px;
  734. padding:0px 5px;
  735. height:115px;
  736. }
  737.  
  738. .music {
  739. text-align:center;
  740. }
  741.  
  742. .notes {
  743. text-align:left;
  744. }
  745.  
  746. .img4 {
  747. margin:0px 9px;
  748. }
  749.  
  750. /* - - CSS!! NO TOUCHY!!! - - */
  751. marquee { z-index:8; }
  752. table div, span, td td td, table div div { visibility:hidden !important; }
  753. .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
  754.  
  755. table font, .vicholder div table, .vicholder div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;}
  756. .vicDiv {content:"Layouts available @ http://vicarious-hs.tumblr.com";}
  757. /* - - - - - - - */
  758.  
  759.  
  760. .vicarious{ Hide Codes }
  761. .userProfileURL { display:none; }
  762. .profileInfo { display:none; }
  763. .friendsComments { display:none; }
  764. .friendSpace { display:none; }
  765. .blurbs {display: none;}
  766. .contactTable {display: none;}
  767. .latestBlogEntry {display: none;}
  768. .extendedNetwork {display: none;}
  769. .interestsAndDetails {display: none;}
  770. .userprofiledetail {display: none;}
  771. .userAlbums { display:none; }
  772. .whitetext12{visibility:hidden; display:none;}
  773. .orangetext15{visibility:hidden; display:none;}
  774. .lightbluetext8{visibility:hidden; display:none}
  775. table table table table td {width:0px;}
  776. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  777. .profile { display:none !important;visibility:hidden!important; }
  778. table tr td[id='footerWarpper']{display:none !important;visibility:hidden!important;}
  779.  
  780.  
  781.  
  782. </style>
  783.  
  784. <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td>
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. -----------------------------LIKE TO MEET---------------------------------
  794.  
  795.  
  796. </td></tr></table></td></tr></table></td></tr></table></div><DIV class="vicholder"><DIV ID="touchpad"><div id="b1"></div><div id="b2"></div><div id="b3"></div><div id="b4"></div><div id="bottom"></div><div id="left"></div><div id="top"></div><div id="right"></div><div id="toparrow"><big>▼</big></div><div id="leftarrow"><big>►</big></div><div id="rightarrow"><big>◄</big></div><div id="bottomarrow"><big>▲</big></div>
  797.  
  798.  
  799. <div id="top2"><div class="shelf"><table><tr><td valign="top">
  800.  
  801. <img class="img4" src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/02_zps7b1de0b0.png~original">
  802.  
  803.  
  804.  
  805. </td><td valign="top"><div id="panel2"><div class="about2">
  806.  
  807.  
  808. <font class="h1">Header 1</font>
  809. <font class="h2">Header 2</font>
  810.  
  811. <p>This is expanding (accordion) area 1. Input whatever you want here.
  812.  
  813.  
  814. <p>Notes from Jane: DIV ID TOP2 is the top dropdown of the overall div (where the arrow is up top). The image src code that starts this section off represents the left image that flanks the 5 middle collapsed boxes. The image src code at the end of this section is the image on the left.
  815.  
  816.  
  817. </div></div></td><td valign="top"><div id="panel2"><div class="about2">
  818.  
  819.  
  820. <font class="h1">Header 1</font>
  821. <font class="h2">Header 2</font>
  822. <p>This is expanding (accordion) area 2. Input whatever you want here.
  823.  
  824.  
  825. </div></div></td><td valign="top"><div id="panel2"><div class="about2">
  826.  
  827.  
  828. <font class="h1">Header 1</font>
  829. <font class="h2">Header 2</font>
  830. <p>This is expanding (accordion) area 3. Input whatever you want here.
  831.  
  832.  
  833.  
  834. </div></div></td><td valign="top"><div id="panel2"><div class="about2">
  835.  
  836.  
  837. <font class="h1">Header 1</font>
  838. <font class="h2">Header 2</font>
  839. <p>This is expanding (accordion) area 4. Input whatever you want here.
  840.  
  841.  
  842.  
  843. </div></div></td><td valign="top"><div id="panel2"><div class="about2">
  844.  
  845.  
  846.  
  847. <font class="h1">Header 1</font>
  848. <font class="h2">Header 2</font>
  849. <p>This is expanding (accordion) area 4. Input whatever you want here.
  850.  
  851.  
  852.  
  853. </div></div></td><td valign="top">
  854.  
  855.  
  856. <img class="img4" src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/e_zps829a6969.png~original">
  857.  
  858.  
  859. </td></tr></table></div></div>
  860.  
  861.  
  862.  
  863.  
  864.  
  865. <div id="left2"><table><tr><td valign="top"><div class="about3">
  866.  
  867. <font class="h1">Header 1</font>
  868. <font class="h2">Header 2</font>
  869. <font class="h3">Header 3</font>
  870. <font class="h4">Header 4</font>
  871. <p>This box is to the left of the mock slide show. Input whatever you want in here.
  872.  
  873. <p>Notes from Jane: DIV ID LEFT2 is the left slide div of the overall div (where the arrow is on the left). The image src codes below are the 6 images that will change every 10 seconds. They play once and do not repeat. If you don't want all six images in here, remove what you don't need. IE if you only want five images, take out everything between the "<>" (div class="slide6"....img src=..../div).
  874.  
  875.  
  876.  
  877. </div></td><td valign="top">
  878.  
  879.  
  880. <div class="slide1">
  881. <img src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/1_zpsb5a830d3.png">
  882. </div>
  883.  
  884.  
  885. <div class="slide2">
  886. <img src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/2_zps3b9b869a.png">
  887. </div>
  888.  
  889.  
  890. <div class="slide3">
  891. <img src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/3_zps29620bf6.png">
  892. </div>
  893.  
  894.  
  895. <div class="slide4">
  896. <img src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4_zpsd54e1fda.png">
  897. </div>
  898.  
  899.  
  900. <div class="slide5">
  901. <img src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/5_zpsf35fd91c.png">
  902. </div>
  903.  
  904.  
  905. <div class="slide6">
  906. <img src="http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/6_zpsd3eb2967.png">
  907. </div>
  908.  
  909.  
  910.  
  911. </td></tr></table></div><div id="right2"><table><tr><td valign="top"><div class="about">
  912.  
  913. <font class="h1">Header 1</font>
  914. <font class="h2">Header 2</font>
  915. <font class="h3">Header 3</font>
  916. <font class="h4">Header 4</font>
  917. <p>Right slider; left side box. Input whatever you want in here.
  918.  
  919.  
  920. </div></td><td valign="top"><div class="about">
  921.  
  922. <font class="h1">Header 1</font>
  923. <font class="h2">Header 2</font>
  924. <font class="h3">Header 3</font>
  925. <font class="h4">Header 4</font>
  926. <p><p>Right slider; right side box. Input whatever you want in here.
  927.  
  928.  
  929.  
  930. </div></td></tr></table></div><div id="bottom2"><center><table><tr>
  931.  
  932.  
  933.  
  934. <td><a class="first" href="/logincomplete.php">Home</a></td>
  935. <td><a class="first" href="/invite_friend.php?friend_id=xxxxxx">Add</a></td>
  936. <td><a class="first" href="/add_testimonial.php?member_id=xxxxxx">Comment</a></td>
  937. <td><a class="first" href="/send_message.php?member_id=xxxxxx">Message</a></td>
  938. <td><a class="first" href="/gallery.php?member_id=xxxxxx">Photos</a></td>
  939. <td><a class="first" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a></td>
  940.  
  941.  
  942.  
  943. </tr><tr><th colspan="2"><div class="notes">
  944.  
  945. <font class="h4">Notes</font>
  946. <p>Bottom hover/left side of music. Put some notes here.
  947.  
  948. </div></th><th colspan="2"><div class="music">
  949.  
  950. <font class="h4">Tunes</font>
  951.  
  952.  
  953. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  954. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  955. <param name="bgcolor" value="#000000" />
  956. <param name="FlashVars" value="mp3=http%3A//k007.kiwi6.com/hotlink/jeig1st9wu/eels_-_fresh_blood_www.mp3fiber.com_.mp3&autoplay=1&loadingcolor=444444&buttoncolor=444444&slidercolor=444444" />
  957. </object>
  958.  
  959.  
  960.  
  961.  
  962. </div></th><th colspan="2"><div class="notes">
  963.  
  964.  
  965. <font class="h4">Owes</font>
  966. <p>Bottom hover/right side of music. Put your owes list, etc here.
  967.  
  968.  
  969. </div></th></tr></table></center></div>
  970.  
  971.  
  972. <DIV ID="backbanner" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/03__1__zps8ccd4ca2.png~original);">
  973.  
  974.  
  975. <div id="d1">
  976.  
  977. <div id="panel" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4308_zpsa01f7487.jpg~original);">
  978.  
  979. <div id="panel1">
  980.  
  981.  
  982. <font class="h4">Header 4</font>
  983. <p>This is top panel 1.
  984.  
  985. <p>Notes from Jane: These are the overlay panels that go on top of your main background image. Fill them in with connections, moderators, characters for mcrp, stats or whatever you want.
  986.  
  987.  
  988. </div></div></div><div id="d2">
  989.  
  990.  
  991. <div id="panel" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4308_zpsa01f7487.jpg~original);">
  992.  
  993.  
  994. <div id="panel1">
  995.  
  996. <font class="h4">Header 4</font>
  997. <p>This is top panel 2.
  998.  
  999.  
  1000. </div></div></div><div id="d3">
  1001.  
  1002.  
  1003. <div id="panel" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4308_zpsa01f7487.jpg~original);">
  1004. <div id="panel1">
  1005.  
  1006.  
  1007. <font class="h4">Header 4</font>
  1008. <p>This is top panel 3.
  1009.  
  1010.  
  1011. </div></div></div><div id="d4">
  1012.  
  1013.  
  1014. <div id="panel" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4308_zpsa01f7487.jpg~original);">
  1015.  
  1016. <div id="panel1">
  1017.  
  1018.  
  1019. <font class="h4">Header 4</font>
  1020. <p>This is bottom panel 1.
  1021.  
  1022.  
  1023. </div></div></div><div id="d5">
  1024.  
  1025.  
  1026. <div id="panel" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4308_zpsa01f7487.jpg~original);">
  1027.  
  1028. <div id="panel1">
  1029.  
  1030. <font class="h4">Header 4</font>
  1031. <p>This is bottom panel 2.
  1032.  
  1033.  
  1034. </div></div></div><div id="d6">
  1035.  
  1036.  
  1037. <div id="panel" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/4308_zpsa01f7487.jpg~original);">
  1038.  
  1039.  
  1040. <div id="panel1">
  1041.  
  1042. <font class="h4">Header 4</font>
  1043. <p>This is bottom panel 3.
  1044.  
  1045.  
  1046. </div></div></div></div>
  1047.  
  1048.  
  1049. <div id="curtain" style="background-image:url(http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/tickets-animated_zpsc946d210.gif~original);">
  1050.  
  1051.  
  1052.  
  1053. <div class="intro1">Welcome to the fun house.</div>
  1054. <div class="intro2">Enjoy the show...</div>
  1055.  
  1056.  
  1057. </div></DIV></div><div class="ficsc"><table><tr><td><table><tr><td><table><tr><td>
Add Comment
Please, Sign In to add comment