Advertisement
VicariousHelpSite

Blog Layout 6a

Jun 25th, 2013
419
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.  
  9. Put your 975px width by 350px height image url in the spot between the ( and ) near the bottom of the Blog Stylesheet secton. It will look like this:
  10.  
  11. <div id="victop" style="background-image:url(http://i.imgbox.com/accM1QKV.png);">
  12.  
  13. ///////////////
  14.  
  15.  
  16. ///INNER IMAGE ON HOVER///
  17.  
  18. The inner image is 660px by 200px height. It is a simple image code switch located between the top links and the content links near the end of the Blog Stylesheet Section. It looks like this:
  19.  
  20. <img src="http://i.imgbox.com/abj1XtPw.png">
  21.  
  22. /////
  23.  
  24.  
  25.  
  26. !!!!!!!!!!!!TIP!!!!!!!!!!!!
  27.  
  28. 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.
  29.  
  30. 1) Create a 'Content' blog (Titled content with a short description (IE "Hover over top pic for Content') for the body of the text.
  31. 2) Disable Kudos & Comments
  32. 3) Put a link to this content blog on your profile.
  33.  
  34.  
  35. Don't forget to replace the XXXXX with your friend ID number.
  36.  
  37. (>‿◠)✌
  38.  
  39.  
  40. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  41.  
  42. ----------------------Blog Header------------------------
  43.  
  44. LEAVE BLANK
  45.  
  46. ----------------------Blog Stylesheet------------------------
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. @import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
  52.  
  53. /* DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE*/
  54.  
  55. .vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR. DO NOT REMOVE THE .VICARIOUS CREDIT!
  56. Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  57.  
  58. .vicarious{Cross Type Shared Commons}
  59.  
  60. .blogcomments, .blogcommentsprofile, p.blogtimestamp, .blog {
  61. background-color:transparent!important;
  62. }
  63.  
  64.  
  65.  
  66. body, #vicback {
  67. background-color: #364e5a !important;
  68. }
  69.  
  70.  
  71. #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 {
  72. -webkit-transition: all 0.6s ease-out;
  73. -moz-transition: all 0.6s ease-out;
  74. -ms-transition: all 0.6s ease-out;
  75. -o-transition: all 0.6s ease-out;
  76. transition: all 0.6s ease-out;
  77. }
  78.  
  79.  
  80. .vicarious{Background/Blog Properties}
  81.  
  82. body{
  83. background-image:url("http://i.imgbox.com/abesbyqa.jpg")!important;
  84. background-repeat: no-repeat!important;
  85. background-attachment:fixed;
  86. background-position:top right;
  87. }
  88.  
  89. .main {
  90. background-color:transparent!important;
  91. width:950px!important;
  92. left:50%;
  93. top:0%;
  94. visibility:visible;
  95. z-index:1;
  96. margin-left:-520px;
  97. margin-top:350px;
  98. position:absolute;
  99. }
  100.  
  101. .blog {
  102. background-color: #2b434f !important;
  103. width:800px !important;
  104. -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  105. -moz-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  106. box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  107. }
  108.  
  109.  
  110.  
  111. .vicarious{Text Shared Commons}
  112.  
  113. 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,
  114.  
  115. a.content:link, a.content:active, a.content:visited, p.blogtimestamp, .blogsubject {
  116. font-family: tahoma !important;
  117. visibility: visible!important;
  118. color: #a8a8a8 !important;
  119. text-decoration:none !important;
  120. font-size:6pt !important;
  121. line-height:90% !important;
  122. text-align:left !important;
  123. background-color:transparent !important;
  124. }
  125.  
  126.  
  127. a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, blogsubject {
  128. display:block!important;
  129. }
  130.  
  131. a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  132. color: #000000 !important;
  133. }
  134.  
  135. .blogsubject, p.blogtimestamp, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  136. text-transform:uppercase !important;
  137. font-weight:bold !important;
  138. text-align:center !important;
  139. }
  140.  
  141.  
  142. .vicarious{Text Properties}
  143.  
  144. .blogsubject {
  145. font-family: 'Pathway Gothic One', sans-serif !important;
  146. width:100%!important;
  147. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  148. font-size: 14pt !important;
  149. color:c1c1c1 !important;
  150. letter-spacing:-1pt !important;
  151. line-height:100% !important;
  152. padding:5px !important;
  153. text-align: left !important;
  154.  
  155. }
  156.  
  157.  
  158. p.blogtimestamp {
  159. color: #6f7b81 !important;
  160. letter-spacing:1pt !important;
  161. text-align:right !important;
  162. }
  163.  
  164. i {
  165. color: #687074 !important;
  166. font-style:italic !important;
  167. }
  168.  
  169. b {
  170. color: #cccccc !important;
  171. font-weight:bold !important;
  172. }
  173.  
  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. background-color: #000000 !important;
  183. color:ffffff !important;
  184. width:160px !important;
  185. height: 25px !important;
  186. line-height:25px !important;
  187. margin-bottom:2px;
  188. background: rgb(0, 0, 0);
  189. background: -moz-linear-gradient(270deg, rgb(0, 0, 0) 45%, rgb(30, 54, 66) 45%);
  190. background: -webkit-linear-gradient(270deg, rgb(0, 0, 0) 45%, rgb(30, 54, 66) 45%);
  191. background: -o-linear-gradient(270deg, rgb(0, 0, 0) 45%, rgb(30, 54, 66) 45%);
  192. background: -ms-linear-gradient(270deg, rgb(0, 0, 0) 45%, rgb(30, 54, 66) 45%);
  193. background: linear-gradient(0deg, rgb(0, 0, 0) 45%,rgb(30, 54, 66) 45%);
  194. -moz-border-radius-bottomright: 45px;
  195. -webkit-border-bottom-right-radius: 45px;
  196. border-bottom-right-radius: 45px;
  197. -moz-border-radius-bottomleft: 45px;
  198. -webkit-border-bottom-left-radius: 45px;
  199. border-bottom-left-radius: 45px;
  200. }
  201.  
  202. a.first:hover{
  203. color:566e7a !important;
  204. }
  205.  
  206.  
  207. .vicarious{Content Link Codes}
  208. a.content, a.content:link, a.content:active, a.content:visited {
  209. color:c1c1c1 !important;
  210. height:18px!important;
  211. line-height:18px!important;
  212. width:156.5px!important;
  213. margin:2px !important;
  214. background: rgb(0, 0, 0);
  215. background: -moz-linear-gradient(45deg, rgb(0, 0, 0) 45%, rgb(54, 78, 90) 45%);
  216. background: -webkit-linear-gradient(45deg, rgb(0, 0, 0) 45%, rgb(54, 78, 90) 45%);
  217. background: -o-linear-gradient(45deg, rgb(0, 0, 0) 45%, rgb(54, 78, 90) 45%);
  218. background: -ms-linear-gradient(45deg, rgb(0, 0, 0) 45%, rgb(54, 78, 90) 45%);
  219. background: linear-gradient(135deg, rgb(0, 0, 0) 45%, rgb(54, 78, 90) 45%);
  220. }
  221.  
  222. a.content:hover{
  223. color:566e7a !important;
  224. text-align:left !important;
  225. }
  226.  
  227.  
  228. .vicarious{Div ID Shared Commons}
  229.  
  230. #vicback, #victop, #victop1 {
  231. left:50%;
  232. top:0%;
  233. position:fixed;
  234. overflow:hidden;
  235. visibility:visible;
  236. }
  237.  
  238. #victop, #victop1 {
  239. background-color:1e3642 !important;
  240. height:350px;
  241. width:975px;
  242. z-index:10;
  243.  
  244. }
  245.  
  246. #vicback, #victop, #victop:hover #victop1 {
  247. margin-top:0px;
  248. }
  249.  
  250. #vicback, #victop, #victop1 {
  251. margin-left:-475px;
  252. }
  253.  
  254.  
  255. .vicarious{Div IDs}
  256.  
  257. #vicback {
  258. height:1200px;
  259. width:975px;
  260. z-index:-1;
  261. }
  262.  
  263. #victop1{
  264. margin-top:-400px;
  265. -webkit-transition: all 0.5s linear;
  266. -moz-transition: all 0.5s linear;
  267. -o-transition: all 0.5s linear;
  268. }
  269.  
  270.  
  271.  
  272. .vicarious{Hide Codes}
  273. .profile { display:none !important;visibility:hidden!important; }
  274. .nav, .spacer, .googleafc, .commentspacer, hr {display: none!important;}
  275. #ctl00_cpMain_googlead { display:none !important;visibility:hidden!important; }
  276. images/spacer.gif{ display:none !important;visibility:hidden!important; }
  277. .st_sharethis_hcount, .st_facebook_hcount, .st_twitter_hcount, .st_pinterest_hcount { display:none !important;visibility:hidden!important; }
  278. .vicarious {Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  279. </style>
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286. <div id="vicback"></div>
  287.  
  288.  
  289. <div id="victop" style="background-image:url(http://i.imgbox.com/accM1QKV.png);">
  290.  
  291.  
  292.  
  293.  
  294.  
  295. <div id="victop1">
  296. <center>
  297. <table><tr><td valign="top">
  298. <a class="first" href="/logincomplete.php">Home</a>
  299. </td><td valign="top">
  300. <a class="first"href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  301. </td><td valign="top">
  302. <a class="first"href="/send_message.php?member_id=xxxxxx">Message</a>
  303. </td><td valign="top">
  304. <a class="first"href="/gallery.php?member_id=xxxxxx">Photos</a>
  305. </td></tr></table>
  306.  
  307.  
  308.  
  309. <img src="http://i.imgbox.com/abj1XtPw.png">
  310.  
  311.  
  312. <table><tr><td valign="top">
  313.  
  314. <a class="content" href="LINK GOES HERE" >Content Link</a>
  315. <a class="content" href="LINK GOES HERE" >Content Link</a>
  316. <a class="content" href="LINK GOES HERE" >Content Link</a>
  317. <a class="content" href="LINK GOES HERE" >Content Link</a>
  318. <a class="content" href="LINK GOES HERE" >Content Link</a>
  319.  
  320.  
  321. </td><td valign="top">
  322.  
  323. <a class="content" href="LINK GOES HERE" >Content Link</a>
  324. <a class="content" href="LINK GOES HERE" >Content Link</a>
  325. <a class="content" href="LINK GOES HERE" >Content Link</a>
  326. <a class="content" href="LINK GOES HERE" >Content Link</a>
  327. <a class="content" href="LINK GOES HERE" >Content Link</a>
  328.  
  329.  
  330. </td><td valign="top">
  331.  
  332. <a class="content" href="LINK GOES HERE" >Content Link</a>
  333. <a class="content" href="LINK GOES HERE" >Content Link</a>
  334. <a class="content" href="LINK GOES HERE" >Content Link</a>
  335. <a class="content" href="LINK GOES HERE" >Content Link</a>
  336. <a class="content" href="LINK GOES HERE" >Content Link</a>
  337.  
  338.  
  339. </td><td valign="top">
  340.  
  341. <a class="content" href="LINK GOES HERE" >Content Link</a>
  342. <a class="content" href="LINK GOES HERE" >Content Link</a>
  343. <a class="content" href="LINK GOES HERE" >Content Link</a>
  344. <a class="content" href="LINK GOES HERE" >Content Link</a>
  345. <a class="content" href="LINK GOES HERE" >Content Link</a>
  346.  
  347.  
  348. </td></tr></table></center>
  349. </div>
  350.  
  351.  
  352. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement