Advertisement
conception

mango NOT MY CODING

Dec 19th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.47 KB | None | 0 0
  1. <style>
  2.  
  3. /* coded by mango */
  4. /* for SisterGrim's use only */
  5. /* only for private use */
  6.  
  7. /* to clear profile out */
  8. .tagline {display: none;} .maintop {display: none;} .footer_links {display: none;} .leftnav {display: none;} .profile_pages {display: none;} .defaultpic {display: none;} .thumbnail {display: none;} .gallery {display: none;} .videos {display :none;} .journal_entry {display: none;} .profile_title {display: none;} .likes_title {display: none;} .dislikes_title {display: none;} .music_title {display: none;} .userinfo {display: none;} .buttons1 {display: none;} .buttons2 {display: none;} .buttons3 {display: none;} .friends {display: none;} .comment_title, .comments {display: none;} .tagline {display :none;} .profilepages {display: none;} .topbar { display: none; } h2 { display: none; } .maintop table { display: none; } .topnav {display: none;} .main table br { display: inline; } .maintop table { display: none; } .maintop img { display: none; } .menu2 { display: none; }
  9.  
  10. /*text decorations*/
  11.  
  12. body, table {
  13. font-family: Calibri;
  14. font-size: 10pt;
  15. color: white;
  16. }
  17. b {
  18. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  19. font-size: 9pt;
  20. color: #6B316C;
  21. text-transform: uppercase;
  22. }
  23.  
  24. i {
  25. font-family: Georgia, "Times New Roman", Times, serif;
  26. font-size: 9pt;
  27. color: #41245C;
  28. font-style: oblique;
  29. }
  30.  
  31. u {
  32. font-family: Georgia, "Times New Roman", Times, serif;
  33. font-size: 9pt;
  34. color: #B95A84;
  35. border-bottom: dashed 1px #99173C;
  36. }
  37.  
  38. h1 {
  39. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  40. font-size: 14px;
  41. color: #EFFFCD;
  42. font-style: normal;
  43. text-align: left;
  44. letter-spacing: 2pt;
  45. text-transform: uppercase;
  46. background-color: #B95A84;
  47. border-style: solid;
  48. Border-width: thin;
  49. border-color: #E6CEC2;
  50. }
  51.  
  52. p {
  53. text-indent: 25px;
  54. text-height: auto;
  55. text-wrap: normal;
  56. }
  57. a:link{
  58. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  59. font-size: 9pt;
  60. color: #B95A84;
  61. border-bottom: dashed 1px;
  62. border-bottom-color: #B95A84;
  63. }
  64. a:visited{
  65. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  66. font-size: 9pt;
  67. color: #DCE9BE;
  68. border-bottom: dashed 1px;
  69. border-bottom-color: #D69DAE;
  70. }
  71. a:hover{
  72. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  73. font-size: 9pt;
  74. color: #41245C;
  75. }
  76.  
  77. ul, li {
  78. display: block;
  79. list-style-type: circle;
  80. }
  81.  
  82. .topnavul:link, .topnavul:active, .topnavul:visited {
  83. color: #000;
  84. font-size: 11px;
  85. display: inline-block;
  86. background: #D69DAE;
  87. border-style: solid;
  88. border-color: #fff;
  89. border-width: thin;
  90. letter-spacing: 1pt;
  91. text-transform: uppercase;
  92. margin: 1px;
  93. padding: 1px;
  94. -webkit-transition: all 0.5s ease-out;
  95. -moz-transition: all 0.5s ease-out;
  96. }
  97.  
  98. .topnavul:hover {
  99. color: #fff;
  100. font-size: 12px;
  101. display: inline;
  102. background: #6B316C;
  103. border-style: medium;
  104. border-color: #fff;
  105. border-width: thin;
  106. text-transform: uppercase;
  107. margin: 1px;
  108. padding: 1px;
  109. -webkit-transition: all 0.5s ease-out;
  110. -moz-transition: all 0.5s ease-out;
  111. }
  112.  
  113. .leftnavul:link, .leftnavul:active, .leftnavul:visited {
  114. color: #000;
  115. font-size: 11px;
  116. display: block;
  117. background: #E6CEC2;
  118. border-style: solid;
  119. border-color: #fff;
  120. border-width: thin;
  121. letter-spacing: 1pt;
  122. text-transform: uppercase;
  123. -webkit-transition: all 0.5s ease-out;
  124. -moz-transition: all 0.5s ease-out;
  125. }
  126.  
  127. .leftnavul:hover {
  128. color: #fff;
  129. font-size: 11px;
  130. display: block;
  131. background: #6B316C;
  132. text-transform: uppercase;
  133. border-style: solid;
  134. border-color: #fff;
  135. border-width: thin;
  136. -webkit-transition: all 0.5s ease-out;
  137. -moz-transition: all 0.5s ease-out;
  138. }
  139.  
  140.  
  141. body {
  142. background-image: url('http://i.imgur.com/84o2Ain.png');
  143. background-position: left;
  144. background-repeat: repeat;
  145. background-color: #D69DAE;
  146. scrollbar-3dlight-color: #6B316C;
  147. scrollbar-arrow-color: #6B316C;
  148. scrollbar-darkshadow-color: #6B316C;
  149. scrollbar-face-color: #6B316C;
  150. scrollbar-highlight-color: #6B316C;
  151. scrollbar-shadow-color: #6B316C;
  152. scrollbar-track-color: #6B316C;
  153. }
  154.  
  155. #mngtopnav {
  156. width: 100%;
  157. height: 20px;
  158. background-color: #E6CEC2;
  159. margin: 1px;
  160. padding: 2px;
  161. text-align: center;
  162. clear: both;
  163. position: absolute;
  164. }
  165.  
  166. #wrapper {
  167. width: 720px;
  168. background-color: #D69DAE;
  169. margin: auto;
  170. padding: 0px;
  171. overflow: auto;
  172. }
  173.  
  174. #container {
  175. width: 710px;
  176. background-color: #E6CEC2;
  177. margin: auto;
  178. padding: 0px;
  179. overflow: auto;
  180. }
  181.  
  182. #banner {
  183. width: 700px;
  184. background-color: transparent;
  185. margin: auto;
  186. padding: 2px;
  187. text-align: center;
  188. }
  189.  
  190. #mngleftnav {
  191. width: 110px;
  192. height: 200px;
  193. background-color: #D69DAE;
  194. float: left;
  195. margin: 2px;
  196. padding: 2px;
  197. text-align: center;
  198. border-style: solid;
  199. border-width: thin;
  200. border-color: #fff;
  201. }
  202.  
  203. #anchor {
  204. width: 575px;
  205. height: 400px;
  206. background-color: #D69DAE;
  207. margin: 2px;
  208. float: right;
  209. padding: 3px;
  210. border-style: solid;
  211. border-width: thin;
  212. border-color: #fff; overflow: auto;
  213. overflow-y: hidden;
  214. }
  215.  
  216. #anchorcontent {
  217. width: 565px;
  218. height: 400px;
  219. padding: 2px;
  220. overflow: auto;
  221. border: none;
  222. }
  223. </style>
  224.  
  225. <!--content -->
  226. <div id="mngtopnav">
  227. <a href="/main.php" class="topnavul">Home</a>
  228. <a href="http://vampirefreaks.com/user_comment.php?user=SisterGrim&amp;rate=1" class="topnavul">Contact + Rate</a>
  229. <a href="http://vampirefreaks.com/profile_action.php?user=SisterGrim" class="topnavul">Add Me</a>
  230. <a href="httP://vampirefreaks.com/journal/SisterGrim" class="topnavul">Journal</a>
  231. <a href="http://vampirefreaks.com/gallery/SisterGrim" class="topnavul">Gallery</a>
  232. <a href="http://vampirefreaks.com/mango" class="topnavul">Credit</a>
  233.  
  234. </div>
  235. <div id="wrapper">
  236.  
  237.  
  238. <div id="container">
  239.  
  240. <div id="banner"><img src="http://i.imgur.com/JFMayaj.jpg" /></div>
  241.  
  242. <div id="mngleftnav">
  243. <h1>Navigation</h1>
  244. <a href="#aboutme" class="leftnavul">About Me</a>
  245. <a href="#mylikes" class="leftnavul">My Likes</a>
  246. <a href="#mydislikes" class="leftnavul">My Dislikes</a>
  247. <a href="#mymusic" class="leftnavul">My Music</a>
  248. <a href="#mycults" class="leftnavul">My Cults</a>
  249. </ul>
  250. </div>
  251. <div id="anchor">
  252.  
  253. <!--your about me here -->
  254.  
  255. <a name="aboutme"></a>
  256. <div id="anchorcontent">
  257. <h1>About Me</h1>
  258. about me text here
  259. <a href="">link</a> <b>bold</b> <u>underline</u> <i>italic</i>
  260. <p>I'm using the p tag to make this sentence</p>
  261. <h1>h1 tag</h1>
  262. <ul>
  263. <li>list</li>
  264. <li>of</li>
  265. <li>things</li>
  266. </ul>
  267. </div>
  268.  
  269. <a name="mylikes"></a>
  270. <div id="anchorcontent">
  271. <h1>My Likes</h1>
  272. my likes here
  273. </div>
  274.  
  275. <a name="mydislikes"></a>
  276. <div id="anchorcontent">
  277. <h1>My Dislikes</h1>
  278. my dislikes here
  279. </div>
  280.  
  281. <a name="mymusic"></a>
  282. <div id="anchorcontent">
  283. <h1>My Music</h1>
  284. my music here
  285. </div>
  286.  
  287. <a name="mycults"></a>
  288. <div id="anchorcontent">
  289. <h1>My Cults</h1>
  290. my cults
  291. </div>
  292. </div>
  293. </div>
  294.  
  295. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement