Advertisement
althindor

Pro for Lady IV

Jul 8th, 2018
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.81 KB | None | 0 0
  1. /* Profile By AlthIndor */
  2.  
  3. html, body {background: #060400;}
  4. a {text-decoration: none !important;}
  5.  
  6. #columns {background: url('https://images2.imgbox.com/6f/6f/C7CvVoN5_o.jpg') center no-repeat;}
  7. #column_2, #id_comments, #id_contact ul:not(.buttons) li {background: url('https://images2.imgbox.com/f3/c3/sGsfDGO5_o.png');}
  8.  
  9. /* Animations */
  10.  
  11. @keyframes fog_far_o {
  12.  0% {opacity: .6;}
  13.  22% {opacity: 1;}
  14.  40% {opacity: .8;}
  15.  58% {opacity: .4;}
  16.  80% {opacity: .7;}
  17.  100% {opacity: .6;}
  18. }
  19.  
  20. @keyframes fog_close_o {
  21.  0% {opacity: 1;}
  22.  25% {opacity: .7;}
  23.  50% {opacity: .6;}
  24.  80% {opacity: .8;}
  25.  100% {opacity: 1;}
  26. }
  27.  
  28. @keyframes fog_move {
  29.  0% {background-position-x: 0;}
  30.  100% {background-position-x: 100%;}
  31. }
  32.  
  33. /* Fonts */
  34.  
  35. @font-face {
  36.  font-family: 'Aldrich';
  37.  font-style: normal;
  38.  font-weight: 400;
  39.  src: local('Aldrich Regular'), local('Aldrich-Regular'), url(https://fonts.gstatic.com/s/aldrich/v7/Y0zWA9-hxl3_xvcxN-VXfA.woff) format('woff');
  40. }
  41.  
  42. @font-face {
  43.  font-family: 'Open Sans';
  44.  font-style: normal;
  45.  font-weight: 400;
  46.  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  47. }
  48.  
  49. /* Header */
  50.  
  51. #gaia_header, #header_left, #header_right {background: none !important;}
  52. #gaia_header {border-top: 2px solid transparent;}
  53.  
  54. #gaia_header #header_left, #gaia_header #header_right {
  55.  color: transparent;
  56.  font-family: 'Aldrich', sans-serif;
  57.  font-size: 10px !important;
  58.  padding: 0 5px !important;
  59.  box-sizing: border-box;
  60. }
  61. #gaia_header #header_right {float: right;}
  62. #gaia_header .spacer {display: none !important;}
  63.  
  64. #header_left img {
  65.  background: url('https://gaia.hs.llnwd.net/e1/images/gaia_global/gaia_header/br_gaia_logo_header.png') 0 3px no-repeat;
  66.  background-size: 40px auto;
  67.  width: 0;
  68.  height: 0;
  69.  padding: 22px 40px 0 0;
  70.  margin-right: 4px;
  71. }
  72.  
  73. #gaia_header a {
  74.  color: #E8A870 !important;
  75.  font-size: 11px !important;
  76.  text-transform: lowercase;
  77. }
  78.  
  79. /* Scrollbars */
  80.  
  81. #columns {
  82.  scrollbar-arrow-color: #A0A0A0;
  83.  scrollbar-track-color: #483848;
  84.  scrollbar-face-color: #A0A0A0;
  85.  scrollbar-shadow-color: #483848;
  86. }
  87.  
  88. #columns ::-webkit-scrollbar {
  89.  background: #483848;
  90.  width: 13px;
  91.  border-radius: 3px;
  92. }
  93.  
  94. #columns ::-webkit-scrollbar-thumb {
  95.  background: rgba(255,255,255,.5);
  96.  border: 1px solid #483848;
  97.  border-radius: 3px;
  98. }
  99.  
  100. /* Columns */
  101.  
  102. #columns, #column_1, #column_2 {
  103.  float: none;
  104.  margin: 0;
  105.  position: absolute;
  106. }
  107. #column_3 {display: none;}
  108.  
  109. #columns, #column_1 {
  110.  width: 100%;
  111.  height: 100%;
  112.  top: 0;
  113.  left: 0;
  114. }
  115. #columns {min-height: 920px;}
  116.  
  117. #column_2 {
  118.  width: 1240px;
  119.  height: 900px;
  120.  top: calc(50% - 450px);
  121.  left: calc((100% - 1240px) / 2 - 5px);
  122. }
  123.  
  124. /* Panels */
  125.  
  126. .panel {
  127.  background: none;
  128.  color: #FFFFFF;
  129.  font: 11px 'Open Sans', sans-serif;
  130.  text-align: justify;
  131.  padding: 0;
  132.  margin: 0;
  133.  position: absolute;
  134.  box-sizing: border-box;
  135. }
  136. .panel img {max-width: 100% !important;}
  137. .panel h2 {display: none;}
  138.  
  139. #column_2 .panel {z-index: 1;}
  140. .custom_panel br {display: none;}
  141.  
  142. .panel a {
  143.  color: #E8A870;
  144.  font-weight: normal;
  145.  text-shadow: 0 0 2px gold;
  146. }
  147.  
  148. #id_about, #id_footprints, #id_wishlist, #column_2 .custom_panel {
  149.  border: 10px solid transparent;
  150.  border-width: 20px 10px 10px 10px;
  151.  overflow-x: hidden;
  152.  overflow-y: scroll;
  153.  opacity: .5;
  154.  transition: all .5s ease-in-out;
  155. }
  156. #id_about, #id_footprints, #id_wishlist {padding-right: 10px;}
  157.  
  158. #id_about:hover, #id_footprints:hover, #id_wishlist:hover, #column_2 .custom_panel:hover {
  159.  text-shadow: 0 1px 1px purple, 0 1px 2px purple,  0 1px 3px purple;
  160.  opacity: 1;
  161. }
  162.  
  163. #id_about, #column_2 .custom_panel {
  164.  width: 500px;
  165.  height: 210px;
  166.  left: 60px;
  167. }
  168. #id_about {top: 210px;}
  169.  
  170. #column_2 .custom_panel {
  171.  top: 435px;
  172.  z-index: 9;
  173. }
  174.  
  175. #id_wishlist, #id_footprints {
  176.  height: 140px;
  177.  text-align: center;
  178.  top: 660px;
  179. }
  180.  
  181. #id_wishlist {
  182.  width: 160px;
  183.  left: 115px;
  184. }
  185.  
  186. #id_footprints {
  187.  width: 270px;
  188.  left: 290px;
  189. }
  190.  
  191. /* Gallery */
  192.  
  193. .custom_panel .spoiler-wrapper {
  194.  padding: 0;
  195.  box-sizing: border-box;
  196.  transform: scale(1);
  197. }
  198.  
  199. .custom_panel .spoiler-hidden {
  200.  background: rgba(255,255,255,.2);
  201.  float: left;
  202.  width: 100px;
  203.  height: 175px;
  204.  margin: 0 15px 0 0;
  205.  border: 1px solid #764A85;
  206.  border-radius: 5px;
  207. }
  208. .custom_panel .spoiler-hidden:nth-of-type(n+5) {margin-top: 10px;}
  209. .custom_panel .spoiler-hidden:nth-of-type(4n) {margin-right: 0;}
  210.  
  211. .custom_panel .spoiler-revealed, .custom_panel .spoiler-control, .custom_panel .spoiler {
  212.  width: 100%;
  213.  height: 100%;
  214. }
  215.  
  216. .custom_panel .spoiler-control {
  217.  background: none;
  218.  border: none;
  219. }
  220. .custom_panel .spoiler-control span {display: none;}
  221. .custom_panel .spoiler-title {height: 0;}
  222.  
  223. .custom_panel .spoiler-control, .custom_panel .spoiler-revealed {
  224.  position: fixed;
  225.  top: 0;
  226.  left: 0;
  227. }
  228.  
  229. .custom_panel .spoiler {
  230.  display: flex;
  231.  justify-content: center;
  232. }
  233.  
  234. .custom_panel .spoiler-revealed {
  235.  background: rgba(0,0,0,.8);
  236.  border: 50px solid transparent;
  237.  z-index: 999;
  238. }
  239.  
  240. .custom_panel img {
  241.  object-fit: cover;
  242.  object-position: center;
  243. }
  244. .custom_panel .spoiler-revealed img {object-fit: scale-down;}
  245.  
  246. .custom_panel img[class*='bbcode-swap'] {
  247.  position: absolute;
  248.  top: calc(50% - 16px);
  249. }
  250. .bbcode-swapping-image {background-image: url('https://i.imgur.com/Fk5mUXF.png');}
  251.  
  252. /* Chrome Fix */
  253.  
  254. #column_2 .custom_panel {
  255.  padding: 0;
  256.  overflow: hidden;
  257. }
  258.  
  259. #column_2 .custom_panel div[id*='content'] {
  260.  width: 100%;
  261.  height: 100%;
  262.  padding: 0 10px 0 0;
  263.  box-sizing: border-box;
  264.  overflow-x: hidden;
  265.  overflow-y: scroll;
  266. }
  267.  
  268. /* Wish List */
  269.  
  270. #id_wishlist {
  271.  display: flex;
  272.  flex-flow: row wrap;
  273.  justify-content: space-around;
  274. }
  275. #id_wishlist .clear {display: none;}
  276. .premium_sparkle {display: none;}
  277.  
  278. .owner_checkmark {
  279.  margin: 0;
  280.  bottom: 5px;
  281.  left: 5px;
  282. }
  283.  
  284. #id_wishlist .item {
  285.  background: rgba(255,255,255,.2);
  286.  height: 30px;
  287.  padding: 6px;
  288.  margin: 0 0 10px 0;
  289.  position: relative;
  290.  border: 1px solid #764A85;
  291.  border-radius: 50%;
  292. }
  293. #id_wishlist .item img {transition: transform .5s ease-in-out;}
  294. #id_wishlist .item:hover img {transform: rotate(350deg);}
  295.  
  296. /* Contact and Comments */
  297.  
  298. #id_contact, #id_comments {
  299.  height: 44px;
  300.  top: 825px;
  301.  font-size: 0;
  302. }
  303.  
  304. #id_contact {
  305.  width: 368px;
  306.  left: 60px;
  307. }
  308.  
  309. #id_contact ul:not(.buttons) li, #id_contact ul:not(.buttons) li a {
  310.  display: block;
  311.  height: 44px;
  312. }
  313.  
  314. #id_contact ul:not(.buttons) li {
  315.  float: left;
  316.  margin-right: 25px;
  317.  position: relative;
  318. }
  319.  
  320. #id_contact ul:not(.buttons) li:nth-of-type(1) {
  321.  background-position: -1240px 0;
  322.  width: 80px;
  323. }
  324.  
  325. #id_contact ul:not(.buttons) li:nth-of-type(2) {
  326.  background-position: -1240px -44px;
  327.  width: 92px;
  328. }
  329.  
  330. #id_contact ul:not(.buttons) li:nth-of-type(3) {
  331.  background-position: -1240px -88px;
  332.  width: 121px;
  333. }
  334.  
  335. #id_comments {
  336.  background-position: -1240px -132px;
  337.  width: 131px;
  338.  left: 428px;
  339. }
  340. #id_comments #alerts_banner {display: none;}
  341. #id_comments dl {display: none;}
  342.  
  343. #alert_container, #alert_container a, #id_comments h2 ~ p, #id_comments h2 ~ p a {
  344.  display: block;
  345.  width: 100%;
  346.  height: 44px;
  347.  padding: 0;
  348. }
  349.  
  350. #id_comments, #id_contact ul:not(.buttons) li {
  351.  opacity: 0;
  352.  transition: opacity .5s ease-in-out;
  353. }
  354. #id_comments:hover, #id_contact ul:not(.buttons) li:hover {opacity: 1;}
  355.  
  356. /* Media */
  357.  
  358. .media_panel {
  359.  background: url('https://i.imgur.com/vcNz49l.png') -5px -125px;
  360.  background-size: 40px auto;
  361.  width: 40px;
  362.  height: 40px !important;
  363.  left: 60px;
  364.  top: 760px;
  365.  border: 5px solid transparent;
  366.  overflow: hidden;
  367. }
  368.  
  369. .media_panel object {
  370.  width: 480px;
  371.  height: 320px;
  372.  position: absolute;
  373.  bottom: 0;
  374.  left: -10px;
  375.  opacity: .001;
  376. }
  377.  
  378. /* Fog */
  379.  
  380. #column_1 .custom_panel, #column_1 .custom_panel div[id*='content'], #column_1 .custom_panel b {
  381.  display: block;
  382.  width: 100%;
  383.  height: 100%;
  384.  font-size: 0;
  385.  top: 0;
  386.  left: 0;
  387. }
  388. #column_1 .custom_panel b {position: absolute;}
  389.  
  390. #column_1 .custom_panel b:nth-of-type(1) {
  391.  background: url('https://i.imgur.com/RDH7yir.png') bottom repeat-x;
  392.  animation: fog_far_o 20s linear infinite, fog_move 200s ease-in-out infinite alternate;
  393. }
  394.  
  395. #column_1 .custom_panel b:nth-of-type(2) {
  396.  background: url('https://i.imgur.com/yu75ROP.png') bottom repeat-x;
  397.  animation: fog_far_o 15s linear infinite, fog_move 195s ease-in-out infinite alternate-reverse;
  398. }
  399.  
  400. #column_1 .custom_panel b:nth-of-type(3) {
  401.  background: url('https://i.imgur.com/XAxKvxK.png') bottom repeat-x;
  402.  animation: fog_close_o 10s linear infinite, fog_move 190s ease-in-out infinite alternate;
  403. }
  404.  
  405. /* Decorations */
  406.  
  407. #pictures_container, #texts_container {
  408.  width: 1px;
  409.  height: 1px;
  410.  position: absolute;
  411.  top: 50%;
  412.  left: 50%;
  413. }
  414.  
  415. .avatar_decoration {
  416.  filter: saturate(0%);
  417.  transition: filter .5s ease-in-out;
  418. }
  419. .avatar_decoration:hover {filter: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement