Advertisement
VicariousHelpSite

Blog Layout 5c

Jun 25th, 2013
302
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 and table classes in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  6.  
  7. ///Top Pic///
  8. Put your 660px width by 200px height image url in the spot between the ( and ) near the bottom of the Blog Stylesheet secton. It will look like this:
  9.  
  10. <div id="victop" style="background-image:url(http://i.imgbox.com/abj1XtPw.png);"></div>
  11.  
  12. ///////////////
  13.  
  14.  
  15. !!!!!!!!!!!!TIP!!!!!!!!!!!!
  16.  
  17. 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.
  18.  
  19. 1) Create a 'Content' blog (Titled content with a short description (IE "Hover over top pic for Content') for the body of the text.
  20. 2) Disable Kudos & Comments
  21. 3) Put a link to this content blog on your profile.
  22.  
  23.  
  24. Don't forget to replace the XXXXX with your friend ID number.
  25.  
  26. (>‿◠)✌
  27.  
  28.  
  29. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  30.  
  31. ----------------------Blog Header------------------------
  32.  
  33. LEAVE BLANK
  34.  
  35. ----------------------Blog Stylesheet------------------------
  36.  
  37. <style type="text/css">
  38.  
  39. .vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR. DO NOT REMOVE THE .VICARIOUS CREDIT!
  40. Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  41.  
  42. .vicarious{Cross Type Shared Commons}
  43.  
  44. .blogcomments, .blogcommentsprofile, p.blogtimestamp, .blog {
  45. background-color:transparent!important;}
  46.  
  47.  
  48. #victop1, .v1, .v2, .v3, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  49. -webkit-transition: all 0.6s ease-out;
  50. -moz-transition: all 0.6s ease-out;
  51. -ms-transition: all 0.6s ease-out;
  52. -o-transition: all 0.6s ease-out;
  53. transition: all 0.6s ease-out;
  54. }
  55.  
  56.  
  57.  
  58.  
  59.  
  60. .vicarious{Background/Blog Shared Commons}
  61.  
  62. .blogcomments, .blogcommentsprofile {
  63. background-color:#221c2c !important;
  64. border:1px solid #3d354a !important;
  65. }
  66.  
  67.  
  68. .vicarious{Background/Blog Properties}
  69.  
  70. body{
  71. background-color: #221c2c !important;
  72. background-image:url("")!important;
  73. background-repeat: repeat!important;
  74. background-attachment:fixed;
  75. background-position:bottom right;
  76. }
  77.  
  78. .main {
  79. width:500px!important;
  80. left:50%;
  81. top:0%;
  82. visibility:visible;
  83. z-index:1;
  84. margin-left:-322px;
  85. margin-top:200px;
  86. position:absolute;
  87. }
  88.  
  89. .blog {
  90. width:610px!important;
  91. background-color:transparent !important;
  92. -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  93. -moz-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  94. box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  95. }
  96.  
  97.  
  98.  
  99. .vicarious{Text Shared Commons}
  100.  
  101. 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,
  102.  
  103. a.content:link, a.content:active, a.content:visited, big, p.blogtimestamp, .blogsubject {
  104. font-family: tahoma !important;
  105. visibility: visible!important;
  106. color: #a8a8a8 !important;
  107. text-decoration:none !important;
  108. font-size:6pt !important;
  109. line-height:90% !important;
  110. text-align:left !important;
  111. background-color:transparent !important;
  112. }
  113.  
  114.  
  115.  
  116.  
  117. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, blogsubject {
  118. display:block!important;
  119. }
  120.  
  121. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  122. color: #000000 !important;
  123. }
  124.  
  125. big, p.blogtimestamp, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  126. text-transform:uppercase !important;
  127. font-weight:bold !important;
  128. text-align:center !important;
  129. }
  130.  
  131.  
  132. .vicarious{Text Properties}
  133.  
  134. td.txt_label {
  135. background-color: transparent !important;
  136. }
  137.  
  138. .blogsubject {
  139. width:100%!important;
  140. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  141. font-size: 14pt !important;
  142. color:c1c1c1 !important;
  143. letter-spacing:-1pt !important;
  144. line-height:100% !important;
  145. padding:5px !important;
  146. text-align: left !important;
  147. text-transform:lowercase !important;
  148. }
  149.  
  150.  
  151. p.blogtimestamp {
  152. color: #6b6573 !important;
  153. letter-spacing:1pt !important;
  154. text-align:right !important;
  155. }
  156.  
  157. i {
  158. color: #555555 !important;
  159. font-style:italic !important;
  160. }
  161.  
  162. b {
  163. color: #cccccc !important;
  164. font-weight:bold !important;
  165. }
  166.  
  167. big {
  168. font-family:copperplate gothic light !important;
  169. font-size:26pt!important;
  170. line-height:100% !important;
  171. padding:15px 20px !important;
  172. color:c1c1c1 !important;
  173. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  174. }
  175.  
  176.  
  177. .vicarious{Profile Link Codes}
  178.  
  179. a.first, a.first:link, a.first:active, a.first:visited {
  180. font-family:arial narrow !important;
  181. font-size: 10pt !important;
  182. color:898196 !important;
  183. background-color: #423a4f !important;
  184. width:300px;
  185. height: auto;
  186. padding-left:5px;
  187. margin-bottom:2px;
  188. border-right: 50px solid;
  189. border-color:#423a4f !important;
  190. }
  191.  
  192. a.first:hover{
  193. color:342c41 !important;
  194. }
  195.  
  196.  
  197. .vicarious{Content Link Codes}
  198. a.content, a.content:link, a.content:active, a.content:visited {
  199. color:c1c1c1 !important;
  200. background-color: #5a516a !important;
  201. height:18px!important;
  202. line-height:18px!important;
  203. width:156.5px!important;
  204. margin:2px !important;
  205. }
  206.  
  207. a.content:hover{
  208. color:5a516a !important;
  209. background-color: #221c2c !important;
  210. }
  211.  
  212.  
  213.  
  214. .vicarious{Div ID Shared Commons}
  215.  
  216. #vicback, #vicback2 {
  217. border-color: #423a4f !important;
  218. border-left:55px solid;
  219. border-right:55px solid;
  220. height:1200px;
  221. left:50%;
  222. top:0%;
  223. visibility:visible;
  224. z-index:-1;
  225. margin-top:0px;
  226. position:fixed;
  227. }
  228.  
  229. #vicbox1a, #vicbox2a {
  230. height:40px;
  231. width:400px;
  232. overflow:hidden;
  233. -webkit-transform: rotate(270deg);
  234. -moz-transform: rotate(270deg);
  235. -o-transform: rotate(270deg);
  236. -ms-transform: rotate(270deg);
  237. transform: rotate(270deg);
  238. left:50%;
  239. top:0%;
  240. visibility:visible;
  241. z-index:-1;
  242. position:fixed;
  243. }
  244.  
  245. #victop, #victop1, #victop1:hover {
  246. background-color: #30283c!important;
  247. height:200px;
  248. width:660px;
  249. left:50%;
  250. top:0%;
  251. visibility:visible;
  252. z-index:10;
  253. position:fixed;
  254. margin-left:-318px;
  255. margin-top:0px;
  256. position:fixed;
  257. overflow:hidden;
  258. }
  259.  
  260.  
  261. .vicarious{Div IDs}
  262.  
  263.  
  264.  
  265. #vicback{
  266. background-color: #3d354a !important;
  267. width:665px;
  268. margin-left:-375px;
  269. }
  270.  
  271. #vicback2 {
  272. background-color: #221c2c !important;
  273. width:865px;
  274. margin-left:-475px;
  275. }
  276.  
  277. #vicbox1a {
  278. margin-left:-597px;
  279. margin-top:180px;
  280. }
  281.  
  282.  
  283. #vicbox2a {
  284. margin-left:223px;
  285. margin-top:180px;
  286. }
  287.  
  288.  
  289. #victop {
  290. }
  291.  
  292. #victop1 {
  293. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  294. filter: alpha(opacity=0);
  295. opacity: 0;
  296. }
  297.  
  298. #victop1:hover {
  299. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  300. filter: alpha(opacity=100);
  301. opacity: 1;
  302. }
  303.  
  304. .vicarious{Div Style Shared Commons}
  305.  
  306. .v1, .v2, .v3 {
  307. position: relative;
  308. }
  309.  
  310. .vicarious{Div Style Classes}
  311.  
  312. .v1 {margin-left:150px; }
  313. .v1:hover {margin-left:100px;}
  314.  
  315. .v2 {margin-left:125px; }
  316. .v2:hover {margin-left:75px;}
  317.  
  318. .v3 {margin-left:100px; }
  319. .v3:hover {margin-left:50px;}
  320.  
  321.  
  322.  
  323. .vicarious{Hide Codes}
  324. .profile { display:none !important;visibility:hidden!important; }
  325. .nav, .spacer, .googleafc, .commentspacer, hr {display: none!important;}
  326. #ctl00_cpMain_googlead { display:none !important;visibility:hidden!important; }
  327. images/spacer.gif{ display:none !important;visibility:hidden!important; }
  328. .st_sharethis_hcount, .st_facebook_hcount, .st_twitter_hcount, .st_pinterest_hcount { display:none !important;visibility:hidden!important; }
  329. .vicarious {Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  330. </style>
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. <div id="vicback2"></div>
  339.  
  340. <div id="vicbox1a">
  341.  
  342. <div class="v1"><a class="first" href="/logincomplete.php">Home</a></div>
  343. <div class="v2"><a class="first"href="/add_testimonial.php?member_id=xxxxxx">Comment</a></div>
  344. <div class="v3"><a class="first"href="/send_message.php?member_id=xxxxxx">Message</a></div>
  345.  
  346.  
  347. </div>
  348.  
  349.  
  350. <div id="vicbox2a">
  351. <div class="v3"><a class="first"href="/gallery.php?member_id=xxxxxx">Photos</a></div>
  352. <div class="v2"><a class="first" href="LINK HERE">EXTRA Link Title</a></div>
  353. <div class="v1"><a class="first" href="LINK HERE">EXTRA Link Title</a></div>
  354.  
  355.  
  356. </div>
  357.  
  358.  
  359.  
  360.  
  361.  
  362. <div id="vicback"></div>
  363.  
  364. <div id="victop" style="background-image:url(http://i.imgbox.com/abj1XtPw.png);"></div>
  365.  
  366. <div id="victop1">
  367.  
  368. <big>CONTENT</BIG>
  369. <table><tr><td valign="top">
  370.  
  371. <a class="content" href="LINK GOES HERE" >Content Link</a>
  372. <a class="content" href="LINK GOES HERE" >Content Link</a>
  373. <a class="content" href="LINK GOES HERE" >Content Link</a>
  374. <a class="content" href="LINK GOES HERE" >Content Link</a>
  375. <a class="content" href="LINK GOES HERE" >Content Link</a>
  376. <a class="content" href="LINK GOES HERE" >Content Link</a>
  377.  
  378. </td><td valign="top">
  379.  
  380. <a class="content" href="LINK GOES HERE" >Content Link</a>
  381. <a class="content" href="LINK GOES HERE" >Content Link</a>
  382. <a class="content" href="LINK GOES HERE" >Content Link</a>
  383. <a class="content" href="LINK GOES HERE" >Content Link</a>
  384. <a class="content" href="LINK GOES HERE" >Content Link</a>
  385. <a class="content" href="LINK GOES HERE" >Content Link</a>
  386.  
  387. </td><td valign="top">
  388.  
  389. <a class="content" href="LINK GOES HERE" >Content Link</a>
  390. <a class="content" href="LINK GOES HERE" >Content Link</a>
  391. <a class="content" href="LINK GOES HERE" >Content Link</a>
  392. <a class="content" href="LINK GOES HERE" >Content Link</a>
  393. <a class="content" href="LINK GOES HERE" >Content Link</a>
  394. <a class="content" href="LINK GOES HERE" >Content Link</a>
  395.  
  396. </td><td valign="top">
  397.  
  398. <a class="content" href="LINK GOES HERE" >Content Link</a>
  399. <a class="content" href="LINK GOES HERE" >Content Link</a>
  400. <a class="content" href="LINK GOES HERE" >Content Link</a>
  401. <a class="content" href="LINK GOES HERE" >Content Link</a>
  402. <a class="content" href="LINK GOES HERE" >Content Link</a>
  403. <a class="content" href="LINK GOES HERE" >Content Link</a>
  404.  
  405. </td></tr></table>
  406. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement