Advertisement
VicariousHelpSite

Blog Layout 3b

Jun 24th, 2013
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  2.  
  3. (⊙.⊙(☉_☉)⊙.⊙)
  4.  
  5. There are div ids/classes in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  6.  
  7. The 575px width banner is in the Blog Header section.
  8. Profile links, Content links (the 12 long lines behind the left side photo) and Extra links (the round pic areas) are near the bottom of the Blog Stylesheet section.
  9.  
  10. ///Left Side Pic///
  11. Put your 200px width x 300px height image url in the spot between the ( and ) near the bottom of the Blog Stylesheet section. It looks like this:
  12.  
  13. <div id="vicbox1" style="background-image:url(http://i.imgbox.com/abm0s7N7.png);"></div>
  14.  
  15. //////////////
  16.  
  17.  
  18. ///Right Trio of Pics///
  19. Put your 150px width by 150px height image urls in the spots between the ( and ) near the bottom of the Blog Stylesheet secton. They will look like this:
  20.  
  21.  
  22. <div id="vicpic3" style="background-image:url(http://i.imgbox.com/adu6WYL6.png);"></div>
  23.  
  24. ///////////////
  25.  
  26.  
  27. !!!!!!!!!!!!TIP!!!!!!!!!!!!
  28.  
  29. Since you are making a blog for content, it should be relatively blank as the meat of the blog is going to be accessed via the content links. When they click on a content link, it will take them to the appropriate blog.
  30.  
  31. 1) Create a 'Content' blog (Titled content with a short description or just a period for the body of the text.
  32. 2) Disable Kudos & Comments
  33. 3) Put a link to this content blog on your profile.
  34.  
  35.  
  36. Don't forget to replace the XXXXX with your friend ID number.
  37.  
  38. (>‿◠)✌
  39.  
  40.  
  41. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  42.  
  43. ----------------------Blog Header------------------------
  44.  
  45. <center>
  46. <big>TITLE GOES HERE</big>
  47. <BR>
  48. <img src="http://i.imgbox.com/adkoYjtY.png">
  49. </center>
  50.  
  51. ----------------------Blog Stylesheet------------------------
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. .vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR. DO NOT REMOVE THE .VICARIOUS CREDIT!
  57. Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  58.  
  59. .vicarious{Cross Type Shared Commons}
  60.  
  61.  
  62.  
  63. body, .main, #vicleft, #viclinks, #vicbox1, #vicbox1a, #vicpic1, #vicpic1a, #vicpic2, #vicpic2a, #vicpic3, #vicpic3a {
  64. left:0%;
  65. top:0%;
  66. }
  67.  
  68. #vicleft, #viclinks, #vicbox1, #vicbox1a, #vicpic1, #vicpic1a, #vicpic2, #vicpic2a, #vicpic3, #vicpic3a {
  69. position: fixed;
  70. z-index: 9;
  71. }
  72.  
  73. .main, #vicpic1, #vicpic2, #vicpic1a, #vicpic2a, #vicpic3a, #vicpic3, #vicleft, a.content, a.content:link, a.content:active, a.content:visited {
  74. background: rgb(119, 0,180);
  75. background: -moz-linear-gradient(30deg, rgb(119, 0, 180) 0%, rgb(0, 0, 0) 100%);
  76. background: -webkit-linear-gradient(30deg, rgb(119, 0, 180) 0%, rgb(0, 0, 0) 100%);
  77. background: -o-linear-gradient(30deg, rgb(119, 0, 180) 0%, rgb(0, 0, 0) 100%);
  78. background: -ms-linear-gradient(30deg, rgb(119, 0, 180) 0%, rgb(0, 0, 0) 100%);
  79. background: linear-gradient(120deg, rgb(119, 0, 180) 0%, rgb(0, 0, 0) 100%);
  80. }
  81.  
  82. #vicbox1a, #vicpic1a, #vicpic2a, #vicpic3a, a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited, a.content, a.content:link, a.content:active, a.content:visited,
  83.  
  84. .v1, .v2, .v3, .v4, .v5, .v6, .v7, .v8, .v9, .v10, .v11, .v12 {
  85. -webkit-transition: all 0.6s ease-out;
  86. -moz-transition: all 0.6s ease-out;
  87. -ms-transition: all 0.6s ease-out;
  88. -o-transition: all 0.6s ease-out;
  89. transition: all 0.6s ease-out;
  90. }
  91.  
  92. #vicpic1, #vicpic2, #vicpic3, #vicpic1a, #vicpic2a, #vicpic3a, a.second, a.second:link, a.second:active, a.second:visited {
  93. -webkit-border-radius: 180px;
  94. -moz-border-radius: 180px;
  95. border-radius: 180px;
  96. }
  97.  
  98. #vicleft, #viclinks, a.first, a.first:link, a.first:active, a.first:visited {
  99. -moz-border-radius-bottomright: 90px;
  100. -webkit-border-bottom-right-radius: 90px;
  101. border-bottom-right-radius: 90px;
  102. -moz-border-radius-bottomleft: 90px;
  103. -webkit-border-bottom-left-radius: 90px;
  104. border-bottom-left-radius: 90px;
  105. }
  106.  
  107. .blogcomments, .blogcommentsprofile, p.blogtimestamp, .blog {
  108. background-color:transparent!important;
  109. }
  110.  
  111.  
  112. .vicarious{Background/Blog Properties}
  113.  
  114. body{
  115. background-color: #000000 !important;
  116. background-image:url("")!important;
  117. background-repeat: repeat!important;
  118. background-attachment:fixed;
  119. background-position:bottom right;
  120. visibility:visible;
  121. z-index:1;
  122. margin-left:200px;
  123. margin-top:-100px;
  124. position:absolute;
  125. }
  126.  
  127. .blog {
  128. width:500px!important;
  129. }
  130.  
  131. .main {
  132. width:500px!important;
  133. visibility:visible;
  134. z-index:1;
  135. margin-left:100px;
  136. margin-top:125px;
  137. position:absolute;
  138. padding:0px 0px 50px !important;
  139. -webkit-border-radius: 90px;
  140. -moz-border-radius: 90px;
  141. border-radius: 90px;
  142. }
  143.  
  144.  
  145. .vicarious{Text Shared Commons}
  146.  
  147. a, a:link, a:active, a:visited, a:hover, td, .text, table, td.txt_label , tr, td, li, p, div, input, txt, i, b, .main u, .main font, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active,
  148.  
  149. a.content:visited, a.second, a.second:link, a.second:active, a.second:visited, big, p.blogtimestamp, .blogsubject {
  150. font-family: tahoma !important;
  151. visibility: visible!important;
  152. color: #a8a8a8 !important;
  153. text-decoration:none !important;
  154. font-size:6pt !important;
  155. line-height:90% !important;
  156. text-align:left !important;
  157. background-color:transparent !important;
  158. }
  159.  
  160. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, a.second, a.second:link, a.second:active, a.second:visited, .blogsubject {
  161. display:block!important;
  162. }
  163.  
  164. .blogsubject, #viclinks, #vicbox1a, #vicbox1 {
  165. background-color: #000000 !important;
  166. }
  167.  
  168. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  169. color: #000000 !important;
  170. }
  171.  
  172. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, a.second, a.second:link, a.second:active, a.second:visited, p.blogtimestamp {
  173. text-transform:uppercase !important;
  174. font-weight:bold !important;
  175. }
  176.  
  177. big, a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  178. text-align:center !important;
  179. }
  180.  
  181. .vicarious{Text Properties}
  182.  
  183. .blogsubject {
  184. width:100%!important;
  185. font-family: copperplate gothic light !important;
  186. font-size: 21pt !important;
  187. color:9e80ad !important;
  188. letter-spacing:-1pt !important;
  189. line-height:100% !important;
  190. padding:5px !important;
  191. text-align: right !important;
  192. text-transform:lowercase !important;
  193. -moz-border-radius-topleft: 90px;
  194. -webkit-border-top-left-radius: 90px;
  195. border-top-left-radius: 90px;
  196. -moz-border-radius-topright: 5px;
  197. -webkit-border-top-right-radius: 5px;
  198. border-top-right-radius: 5px;
  199. -moz-border-radius-bottomright: 5px;
  200. -webkit-border-bottom-right-radius: 5px;
  201. border-bottom-right-radius: 5px;
  202. -moz-border-radius-bottomleft: 90px;
  203. -webkit-border-bottom-left-radius: 90px;
  204. border-bottom-left-radius: 90px;
  205. }
  206.  
  207.  
  208. p.blogtimestamp {
  209. color: #8d8d8d !important;
  210. letter-spacing:1pt !important;
  211. text-align:right !important;
  212. }
  213.  
  214. i {
  215. color: #555555 !important;
  216. font-style:italic !important;
  217. }
  218.  
  219. b {
  220. color: #cccccc !important;
  221. font-weight:bold !important;
  222. }
  223.  
  224. big {
  225. font-family:copperplate gothic light !important;
  226. font-size:26pt!important;
  227. line-height:100% !important;
  228. padding:15px 20px !important;
  229. color:9e80ad !important;
  230. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  231. }
  232.  
  233. .vicarious{Profile Link Codes}
  234. a.first, a.first:link, a.first:active, a.first:visited {
  235. background-color: #7700b4 !important;
  236. color:9e80ad !important;
  237. height:10px!important;
  238. line-height:10px!important;
  239. width:100px!important;
  240. margin:0px 0px 5px 35px !important;
  241. padding: 0px 15px 5px !important;
  242. }
  243.  
  244. a.first:hover{
  245. color:000000 !important;
  246. }
  247.  
  248. .vicarious{Content Link Codes}
  249. a.content, a.content:link, a.content:active, a.content:visited {
  250. font-family:arial narrow !important;
  251. font-size: 10pt !important;
  252. width:300px;
  253. height: auto;
  254. padding-left:5px;
  255. margin-bottom:2px;
  256. }
  257.  
  258. a.content:hover{
  259. color:9e80ad !important;
  260. }
  261.  
  262. .vicarious{Extra Links}
  263. a.second, a.second:link, a.second:active, a.second:visited {
  264. color: #cccccc !important;
  265. height:130px!important;
  266. line-height:130px!important;
  267. width:130px!important;
  268. margin:10px !important;
  269. }
  270.  
  271. a.second:hover{
  272. -webkit-transform: rotate(720deg);
  273. -moz-transform: rotate(720deg);
  274. -o-transform: rotate(720deg);
  275. -ms-transform: rotate(720deg);
  276. transform: rotate(720deg);
  277. }
  278.  
  279. .vicarious{Div Style Classes}
  280. .v1, .v2, .v3, .v4, .v5, .v6, .v7, .v8, .v9, .v10, .v11, .v12 {
  281. position: relative;
  282. }
  283.  
  284.  
  285. .v1 {margin-left:100px;}
  286. .v1:hover {margin-left:50px;}
  287.  
  288. .v2 {margin-left:75px;}
  289. .v2:hover {margin-left:-40px;}
  290.  
  291. .v3 {margin-left:-25px;}
  292. .v3:hover {margin-left:0px;}
  293.  
  294. .v4 {margin-left:-45px;}
  295. .v4:hover {margin-left:0px;}
  296.  
  297. .v5 {margin-left:25px;}
  298. .v5:hover {margin-left:-15px;}
  299.  
  300. .v6 {margin-left:-40px;}
  301. .v6:hover {margin-left:10px;}
  302.  
  303. .v7 {margin-left:-75px;}
  304. .v7:hover {margin-left:0px;}
  305.  
  306. .v8 {margin-left:-25px;}
  307. .v8:hover {margin-left:0px;}
  308.  
  309. .v9 {margin-left:-45px;}
  310. .v9:hover {margin-left:15px;}
  311.  
  312. .v10 {margin-left:-45px;}
  313. .v10:hover {margin-left:15px;}
  314.  
  315. .v11 {margin-left:45px;}
  316. .v11:hover {margin-left:0px;}
  317.  
  318. .v12 {margin-left:105px;}
  319. .v12:hover {margin-left:-40px;}
  320.  
  321.  
  322. .vicarious{Div ID Shared Commons}
  323.  
  324. #vicbox1a, #vicpic1a, #vicpic2a, #vicpic3a {
  325. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  326. filter: alpha(opacity=0);
  327. opacity: 0;
  328. }
  329.  
  330. #vicbox1a:hover, #vicpic1a:hover, #vicpic2a:hover, #vicpic3a:hover {
  331. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  332. filter: alpha(opacity=100);
  333. opacity: 1;
  334. overflow:hidden;
  335. }
  336.  
  337.  
  338. #viclinks, #vicleft:hover #viclinks {
  339. -webkit-transition: all 0.5s linear;
  340. -moz-transition: all 0.5s linear;
  341. -o-transition: all 0.5s linear;
  342. }
  343.  
  344.  
  345. .vicarious{Div IDs}
  346.  
  347. #vicleft {
  348. width:250px;
  349. height: 450px;
  350. overflow: hidden;
  351. margin-left: 25px;
  352. }
  353.  
  354. #viclinks {
  355. text-align:left;
  356. width: 200px;
  357. height: auto;
  358. overflow: none;
  359. margin-left:50px;
  360. padding-bottom:20px;
  361. }
  362.  
  363.  
  364. #vicleft:hover #viclinks {
  365. margin-top: 225px;
  366. border-top: 85px solid;
  367. border-color:#000000 !important;
  368. }
  369.  
  370. #vicbox1 {
  371. width: 200px;
  372. height:300px;
  373. overflow:auto;
  374. margin-left:50px;
  375. -moz-border-radius-bottomright: 90px;
  376. -webkit-border-bottom-right-radius: 90px;
  377. border-bottom-right-radius: 90px;
  378. -moz-border-radius-bottomleft: 90px;
  379. -webkit-border-bottom-left-radius: 90px;
  380. border-bottom-left-radius: 90px;
  381. }
  382.  
  383. #vicbox1a {
  384. width: 350px;
  385. height:180px;
  386. overflow:hidden;
  387. margin-left:-50px;
  388. padding:20px 0px 0px 50px;
  389. -moz-border-radius-topleft: 90px;
  390. -webkit-border-top-left-radius: 90px;
  391. border-top-left-radius: 90px;
  392. -moz-border-radius-bottomleft: 90px;
  393. -webkit-border-bottom-left-radius: 90px;
  394. border-bottom-left-radius: 90px;
  395. -webkit-transform: rotate(270deg);
  396. -moz-transform: rotate(270deg);
  397. -o-transform: rotate(270deg);
  398. -ms-transform: rotate(270deg);
  399. transform: rotate(270deg);
  400. }
  401.  
  402. #vicbox1a:hover {
  403. }
  404.  
  405. #vicpic1, #vicpic1a, #vicpic2, #vicpic2a, #vicpic3, #vicpic3a {
  406. overflow:hidden;
  407. visibility:visible;
  408. height:150px;
  409. width:150px;
  410. }
  411.  
  412. #vicpic1, #vicpic1a {
  413. margin-left:950px;
  414. margin-top:50px;
  415. }
  416.  
  417. #vicpic2, #vicpic2a {
  418. margin-left:1000px;
  419. margin-top:200px;
  420. }
  421.  
  422. #vicpic3, #vicpic3a {
  423. margin-left:950px;
  424. margin-top:350px;
  425. }
  426.  
  427.  
  428. .vicarious{Hide Codes}
  429. .profile { display:none !important;visibility:hidden!important; }
  430. .nav, .spacer, .googleafc, .commentspacer, hr {display: none!important;}
  431. #ctl00_cpMain_googlead { display:none !important;visibility:hidden!important; }
  432. images/spacer.gif{ display:none !important;visibility:hidden!important; }
  433. .st_sharethis_hcount, .st_facebook_hcount, .st_twitter_hcount, .st_pinterest_hcount { display:none !important;visibility:hidden!important; }
  434. .vicarious {Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  435. </style>
  436.  
  437. <div id="vicpic1" style="background-image:url(http://i.imgbox.com/adu6WYL6.png);"></div>
  438. <div id="vicpic1a"><a class="second" href="LINK GOES HERE" >Ask</a></div>
  439.  
  440. <div id="vicpic2" style="background-image:url(http://i.imgbox.com/adu6WYL6.png);"></div>
  441. <div id="vicpic2a"><a class="second" href="LINK GOES HERE" >Tumblr</a></div>
  442.  
  443. <div id="vicpic3" style="background-image:url(http://i.imgbox.com/adu6WYL6.png);"></div>
  444. <div id="vicpic3a"><a class="second" href="LINK GOES HERE" >Formspring</a></div>
  445.  
  446.  
  447. <DIV ID="vicleft">
  448.  
  449.  
  450. <div id="viclinks">
  451.  
  452. <a class="first" href="/logincomplete.php">Home</a>
  453. <a class="first"href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  454. <a class="first"href="/send_message.php?member_id=xxxxxx">Message</a>
  455. <a class="first"href="/gallery.php?member_id=xxxxxx">Photos</a>
  456.  
  457. </div>
  458.  
  459.  
  460.  
  461. <div id="vicbox1" style="background-image:url(http://i.imgbox.com/abm0s7N7.png);"></div>
  462.  
  463.  
  464.  
  465.  
  466. <div id="vicbox1a">
  467.  
  468. <div class="v1"><a class="content" href="LINK HERE">Content Link Title</a></div>
  469. <div class="v2"><a class="content" href="LINK HERE">Content Link Title</a></div>
  470. <div class="v3"><a class="content" href="LINK HERE">Content Link Title</a></div>
  471. <div class="v4"><a class="content" href="LINK HERE">Content Link Title</a></div>
  472. <div class="v5"><a class="content" href="LINK HERE">Content Link Title</a></div>
  473. <div class="v6"><a class="content" href="LINK HERE">Content Link Title</a></div>
  474. <div class="v7"><a class="content" href="LINK HERE">Content Link Title</a></div>
  475. <div class="v8"><a class="content" href="LINK HERE">Content Link Title</a></div>
  476. <div class="v9"><a class="content" href="LINK HERE">Content Link Title</a></div>
  477. <div class="v10"><a class="content" href="LINK HERE">Content Link Title</a></div>
  478. <div class="v11"><a class="content" href="LINK HERE">Content Link Title</a></div>
  479. <div class="v12"><a class="content" href="LINK HERE">Content Link Title</a></div>
  480.  
  481. </div>
  482.  
  483.  
  484.  
  485.  
  486. </DIV>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement