Untitled


SUBMITTED BY: VSmolGay

DATE: May 31, 2017, 4:38 p.m.

UPDATED: Oct. 5, 2017, 2:28 a.m.

FORMAT: HTML

SIZE: 13.9 kB

HITS: 487

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!Please do not claim as your own.
  3. Feel free to edit as you see fit, but please don't take parts from this to create your own about page.
  4. This was a lot of me yelling at my computer in frustration and a lot of me laying my head down on my desk.>
  5. <head>
  6. <title>About</title>
  7. <style>
  8. /*--BIG TITLE--*/
  9. #logo h1{
  10. font-family:'Bebas Neue', "Times New Roman", Times, serif;
  11. font-size:50px;
  12. text-align:center;
  13. color: #79be8a; /*--Colour of the Big Title font.--*/
  14. margin:0;
  15. padding:30px 0 0 0;
  16. text-shadow: -4px 3px 0 #a7dbbc; /*--You can change the colour of the Text Shadow here.--*/
  17. }
  18. /*--MENU--*/
  19. .circlemenu{
  20. width: 100%;
  21. overflow:hidden;
  22. background-color:#b4e4c8;
  23. border: 2px dashed #fff;
  24. margin-bottom: 5px;
  25. margin-left: auto;
  26. margin-right: auto;
  27. }
  28. .circlemenu ul{
  29. margin: 0;
  30. padding: 0;
  31. font: bold 12px 'PT Sans Narrow';
  32. list-style-type: none;
  33. text-align: center; /*--left, center, right, etc etc--*/
  34. }
  35. .circlemenu li{
  36. display: inline;
  37. margin: 0;
  38. }
  39. .circlemenu li a{
  40. display:inline-block;
  41. text-align:center;
  42. text-decoration: none;
  43. color: #fff;
  44. background:#b4e4c8; /*--This is the background colour.--*/
  45. margin: 0;
  46. margin-right:0px;
  47. width:100px;
  48. height:40px;
  49. -webkit-transition: background-color 0.3s linear, letter-spacing 0.3s linear; /*--This is the Transition Back. You can change the 's' to however long you want.--*/
  50. }
  51. .circlemenu a span{
  52. position:relative;
  53. top:30%;
  54. }
  55. .circlemenu li a:visited{
  56. color: #fff;
  57. }
  58. .circlemenu a:hover{
  59. background-color: #cdf3dd; /*--This is the hovor background colour.--*/
  60. -webkit-transition: background-color 0.3s linear, letter-spacing 0.3s linear; /*--This is the Transition. You can change the 's' to however long you want.--*/
  61. letter-spacing: 4px;
  62. }
  63. /*---SCROLL--*/
  64. /*--This is where I got extremely frustrated thank you to fuandon for the help.--*/
  65. ::-webkit-scrollbar {
  66. width:5px;
  67. }
  68. ::-webkit-scrollbar-button:start:decrement
  69. ::-webkit-scrollbar-button:end:increment {
  70. display:block;
  71. height:0px;
  72. background-color:transparent;
  73. }
  74. ::-webkit-scrollbar-track-piece {
  75. background-color:transparent; /*--You CAN change 'transparent' to whatever colour but ehn I think it looks nice w/o colour.--*/
  76. -webkit-border-radius:0;
  77. -webkit-border-bottom-right-radius:3px;
  78. -webkit-border-bottom-left-radius:3px;
  79. margin-top: 15px;
  80. margin-bottom: 15px;
  81. }
  82. ::-webkit-scrollbar-thumb:vertical {
  83. height:75%;
  84. background-color:#a7dbbc; /*--This is the colour of the Scroll Bar jsyk.--*/
  85. -webkit-border-radius:20px;
  86. }
  87. /*---MAIN CSS---*/
  88. body{
  89. background-image: url('http://i.imgur.com/RfQwpw7.gif'); /*--You can change this image I guess--*/
  90. font-family: arial;
  91. font-size: 11px;
  92. color: #000;
  93. }
  94. /*--This is the main Container do not touch.--*/
  95. #container1{
  96. width:770px;
  97. height:100%;
  98. margin-top:150px;
  99. margin: auto;
  100. padding:10;
  101. }
  102. /*--Even though it isn't suggested, you can flip which side the Little Info & Info Boxes are by editing the following two containers. In Container2, switch the 'float' from left to right. In Container3, switch the 'float' from right to left. Et Voila.--*/
  103. #container2{
  104. margin: 10px;
  105. margin-top: 160px;
  106. width:310;
  107. height:100%;
  108. float:left;
  109. }
  110. #container3{
  111. width:425;
  112. height:100%;
  113. margin-top:75px;
  114. float:right;
  115. }
  116. /*---INFO BOXES---*/
  117. #smallinfo{
  118. height:300px;
  119. width:200px;
  120. border:1px dotted #7a7a7a;
  121. -moz-border-radius:15px;
  122. -webkit-border-radius:15px;
  123. margin:auto;
  124. margin-top: 10px;
  125. padding:10px;
  126. background-color: #fff; /*--Colour of the Little Info Box.--*/
  127. overflow: auto;
  128. }
  129. /*--ACCORDION--*/
  130. /*--K so this whole part is kind of tricky.--*/
  131. .ac-container{
  132. width: 400px;
  133. margin: 10px auto 30px auto;
  134. background: rgba(255, 255, 255, 0.5); /*--This is the Label/Header Background.--*/
  135. }
  136. .ac-container label{
  137. font-family:'Bebas Neue', "Times New Roman";
  138. font-size:18px;
  139. font-weight:normal;
  140. letter-spacing:3px;
  141. text-transform: Capitalize;
  142. padding: 5px 20px;
  143. position: relative;
  144. z-index: 20;
  145. display: block;
  146. height: 30px;
  147. cursor: pointer;
  148. color: #777; /*--Label/Header Font Colour.--*/
  149. text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  150. line-height: 33px;
  151. font-size: 19px;
  152. background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  153. box-shadow:
  154. 0px 0px 0px 1px rgba(155,155,155,0.3),
  155. 1px 0px 0px 0px rgba(255,255,255,0.9) inset,
  156. 0px 2px 2px rgba(0,0,0,0.1);
  157. }
  158. .ac-container label:hover{
  159. background: #fff;
  160. }
  161. .ac-container input:checked + label,
  162. .ac-container input:checked + label:hover{
  163. background: #cdf3dd; /*--New Label/Header Background Colour.--*/
  164. color: #4c975f; /*--New Label/Header Font Colour.--*/
  165. text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
  166. box-shadow:
  167. 0px 0px 0px 1px rgba(155,155,155,0.3),
  168. 0px 2px 2px rgba(0,0,0,0.1);
  169. }
  170. .ac-container label:hover:after,
  171. .ac-container input:checked + label:hover:after{
  172. content: '';
  173. position: absolute;
  174. width: 24px;
  175. height: 24px;
  176. right: 13px;
  177. top: 7px;
  178. }
  179. /*--This is so you don't see any Check Boxes.--*/
  180. .ac-container input{
  181. display: none;
  182. }
  183. .ac-container article{
  184. background: rgba(255, 255, 255, 0.5);
  185. margin-top: -1px;
  186. overflow: hidden;
  187. height: 0px;
  188. position: relative;
  189. z-index: 10;
  190. transition:
  191. height 0.3s ease-in-out,
  192. box-shadow 0.6s linear;
  193. }
  194. .ac-container input:checked ~ article{
  195. transition:
  196. height 0.5s ease-in-out,
  197. box-shadow 0.1s linear;
  198. box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
  199. }
  200. .ac-container article p{
  201. font-style: italic;
  202. color: #777;
  203. line-height: 20px;
  204. font-size: 14px;
  205. padding-left: 20px;
  206. padding-right: 20px;
  207. padding-top:0px;
  208. text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  209. }
  210. .ac-container input:checked ~ article.ac-small{
  211. height: 250px;
  212. overflow: auto;
  213. }
  214. .ac-container input:checked ~ article.ac-medium{
  215. height: 300px;
  216. overflow: auto;
  217. }
  218. .ac-container input:checked ~ article.ac-large{
  219. height: 350px;
  220. overflow: auto;
  221. }
  222. /*---STYLES---*/
  223. /*--This is literately just the Logo Header copied and pasted so uh yeah.--*/
  224. h1{
  225. font-family:'Bebas Neue', "Times New Roman", Times, serif;
  226. font-size:50px;
  227. text-align:center;
  228. color: #79be8a;
  229. margin:0;
  230. padding:30px 0 0 0;
  231. text-shadow: -4px 3px 0 #a7dbbc;
  232. }
  233. /*--Little Info Header.--*/
  234. h2{
  235. color:#000;
  236. font-family:'Bebas Neue', "Times New Roman";
  237. font-size:18px;
  238. font-weight:normal;
  239. letter-spacing:3px;
  240. text-transform: uppercase;
  241. border-bottom: 1px solid #ccc;
  242. }
  243. /*--Little Info Sections.--*/
  244. h3{
  245. color:#000;
  246. font-family:'Bebas Neue', "Times New Roman";
  247. font-size:14px;
  248. font-weight:normal;
  249. letter-spacing:3px;
  250. text-transform: uppercase;
  251. margin-bottom: 0px;
  252. }
  253. /*--Info Sections--*/
  254. h4{
  255. color:#000;
  256. font-family:'Bebas Neue', "Times New Roman";
  257. font-size:18px;
  258. font-weight:normal;
  259. letter-spacing:3px;
  260. text-transform: Capitalize;
  261. margin-bottom: 0px;
  262. border-bottom: 1px solid #ccc;
  263. }
  264. /*--This is Links and stuff.--*/
  265. a:link, a:active, a:visited {
  266. color: #529ecc;
  267. text-decoration:none;
  268. }
  269. /*--This is Hovered Links.--*/
  270. a:hover {
  271. color: #97c5e0;
  272. text-decoration: none;
  273. }
  274. /*--This is the Dashed Horizontal Rule beneath the Little Info sections eyy.--*/
  275. hr {
  276. border: 0;
  277. border-bottom: 1px dashed #ccc;
  278. margin-left: 50px;
  279. margin-right: 50px;
  280. margin-top: 0.5px;
  281. margin-bottom: 0.5px;
  282. }
  283. /*---CREDITS---*/
  284. /*--Don't you dare remove this part i s2g.--*/
  285. #credit {
  286. position: fixed;
  287. bottom: 10px;
  288. left: 10px;
  289. font-family: 'Bebas Neue', "Times New Roman";
  290. font-size: 10px;
  291. text-transform: uppercase;
  292. text-align: right;
  293. font-weight: bold;
  294. letter-spacing: 2px;
  295. }
  296. #credit a {
  297. color: #bc4776;
  298. text-decoration: none;
  299. -webkit-transition: font-size 0.3s linear, letter-spacing 0.3s linear; /*--This is the Transition Back. You can change the 's' to however long you want.--*/
  300. }
  301. #credit a:hover{
  302. -webkit-transition: font-size 0.3s linear, letter-spacing 0.3s linear; /*--This is the Transition. You can change the 's' to however long you want.--*/
  303. font-size: 11px;
  304. letter-spacing: 4px;
  305. }
  306. </style>
  307. <body>
  308. <div id="container1">
  309. <div id="container2">
  310. <div align="center">
  311. <img src='http://placehold.it/200x240'>
  312. </div>
  313. <div id="smallinfo">
  314. <div align="center">
  315. <h2>;; Little Info ;;</h2>
  316. <h3>Name</h3><hr>Example
  317. <h3>Nickname</h3><hr></hr>Example
  318. <h3>Location</h3><hr>Example
  319. <h3>Likes</h3><hr>Example
  320. <h3>Dislikes</h3><hr>Example
  321. </div>
  322. </div>
  323. </div>
  324. <div id="container3">
  325. <div id="logo"><h1>;; About ;;<br>
  326. </div>
  327. <!--MENU-->
  328. <div class="circlemenu">
  329. <ul>
  330. <li><a href="/"><span>Home</span></a></li>
  331. <li><a href="/ask"><span>Ask</span></a></li>
  332. </ul>
  333. </div>
  334. <!--Start of Accordion-->
  335. <section class="ac-container">
  336. <!--Make sure that when adding new sections, change the input id from ac-1 to ac-#section. I.e, change from ac-1 to ac-2-->
  337. <!--Start of Section-->
  338. <div>
  339. <input id="ac-1" name="accordion-1" type="checkbox" />
  340. <label for="ac-1">Section One</label>
  341. <article class="ac-small">
  342. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque maximus nisl ac tincidunt dapibus. Nunc nec libero erat. Duis commodo egestas lacus, eu pulvinar tellus gravida et. Nam ut mauris mi. Donec finibus velit egestas nisi porta, ut elementum velit efficitur. Nullam ultricies egestas odio. Curabitur blandit tempus porttitor. Nam sed dui vel metus vulputate suscipit. Duis tellus erat, fringilla ac ex a, facilisis consequat diam. Integer sed tellus non justo consequat accumsan ac sit amet sapien. Phasellus massa eros, convallis vel leo sed, interdum commodo tellus.</p>
  343. </article>
  344. </div>
  345. <!--End of Section-->
  346. <!--Start of Section-->
  347. <div>
  348. <input id="ac-2" name="accordion-1" type="checkbox" />
  349. <label for="ac-2">Section Two</label>
  350. <article class="ac-small">
  351. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque maximus nisl ac tincidunt dapibus. Nunc nec libero erat. Duis commodo egestas lacus, eu pulvinar tellus gravida et. Nam ut mauris mi. Donec finibus velit egestas nisi porta, ut elementum velit efficitur. Nullam ultricies egestas odio. Curabitur blandit tempus porttitor. Nam sed dui vel metus vulputate suscipit. Duis tellus erat, fringilla ac ex a, facilisis consequat diam. Integer sed tellus non justo consequat accumsan ac sit amet sapien. Phasellus massa eros, convallis vel leo sed, interdum commodo tellus.</p>
  352. </article>
  353. </div>
  354. <!--End of Section-->
  355. <!--Start of Section-->
  356. <div>
  357. <input id="ac-3" name="accordion-1" type="checkbox" />
  358. <label for="ac-3">Section Three</label>
  359. <article class="ac-small">
  360. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque maximus nisl ac tincidunt dapibus. Nunc nec libero erat. Duis commodo egestas lacus, eu pulvinar tellus gravida et. Nam ut mauris mi. Donec finibus velit egestas nisi porta, ut elementum velit efficitur. Nullam ultricies egestas odio. Curabitur blandit tempus porttitor. Nam sed dui vel metus vulputate suscipit. Duis tellus erat, fringilla ac ex a, facilisis consequat diam. Integer sed tellus non justo consequat accumsan ac sit amet sapien. Phasellus massa eros, convallis vel leo sed, interdum commodo tellus.</p>
  361. </article>
  362. </div>
  363. <!--End of Section-->
  364. <!--Start of Section-->
  365. <div>
  366. <input id="ac-4" name="accordion-1" type="checkbox" />
  367. <label for="ac-4">Section Four</label>
  368. <article class="ac-small">
  369. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque maximus nisl ac tincidunt dapibus. Nunc nec libero erat. Duis commodo egestas lacus, eu pulvinar tellus gravida et. Nam ut mauris mi. Donec finibus velit egestas nisi porta, ut elementum velit efficitur. Nullam ultricies egestas odio. Curabitur blandit tempus porttitor. Nam sed dui vel metus vulputate suscipit. Duis tellus erat, fringilla ac ex a, facilisis consequat diam. Integer sed tellus non justo consequat accumsan ac sit amet sapien. Phasellus massa eros, convallis vel leo sed, interdum commodo tellus.</p>
  370. </article>
  371. </div>
  372. <!--End of Section-->
  373. </div>
  374. </div>
  375. <!-- Also do not remove this CREDIT or I will cry actual tears.-->
  376. <div id="credit">
  377. <a href="http://naleacdesigns.tumblr.com">■ Naleac Designs</a>
  378. </div>
  379. <!---IMAGE--->
  380. <!---If you want the corner image to be put to the left, change the 'right' part to 'left'.-->
  381. <img src='http://placehold.it/300x300' style='position:fixed;bottom:30px;right:30px;' width="300px">
  382. </body>

comments powered by Disqus