Advertisement
Biebergirl

css

Apr 26th, 2018
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ::-moz-selection{
  2.     background:#000;
  3.     color:#fff;
  4. }@keyframes rei {
  5.   0%{
  6.     opacity: 0;
  7.     transform: scale3d(0.3, 0.3, 0.3);
  8. .xg_theme .xg_floating_container {
  9.     background: #111;
  10.     color: #F6F5F1;
  11.     letter-spacing: .2em;
  12.     font-size: 7pt;
  13.     font-family: 'Karla';
  14.     text-transform: lowercase;
  15.     border:1px solid #A54040;
  16.     border-radius:5px;
  17.     -webkit-animation: rei 2s ease-in 0s 1 normal;
  18.     animation: rei 2s ease-in 0s 1 normal;
  19. }/* TITLE */
  20. .module_user_thumbnail:after{
  21.     content:"SMALL TITLE";
  22.     position: fixed;
  23.     top:150px;
  24.     left:620px;
  25.     width:180px;
  26.     color: #ddd;
  27.     font-size: 15px;
  28.     font-family: 'Raleway';
  29.     font-weight:900;
  30.     letter-spacing:1px;
  31.         text-transform:uppercase;
  32.         text-align:right;
  33.     border-bottom:2px solid #A54040;
  34.         padding:5px;
  35. }@font-face {
  36.     font-family: 'Abril Fatface';
  37.     font-style: normal;
  38.     font-weight: 400;
  39.     src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDjxObtw73-qQgbr7Be51v5c.woff2) format('woff2');
  40.     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  41. }/* bio */
  42. #xg_layout_column_2:before{
  43.     content:"BIOHERE";
  44.     visibility:visible;
  45.     position:absolute;
  46.     top:80px;
  47.     left:350px;
  48.     width:350px;
  49.     height:150px;
  50.     color: #fff;
  51.     font-size: 10px;
  52.     font-family: calibri;
  53.     text-transform:uppercase;
  54.     text-align:center;
  55.     box-sizing: border-box;
  56.     padding:5px;
  57. }
  58. #xg_layout_column_1:after {
  59.     content: "";
  60.     visibility:visible;
  61.     position:absolute;
  62.     top:280px;
  63.     left:350px;
  64.     border-bottom:1px solid #fff;
  65.         padding-left:150px;
  66. }
  67. #xg_layout_column_2:after{
  68.     content:"links";
  69.     position:absolute;
  70.     top:250px;
  71.     left:550px;
  72.     color: #fff;
  73.     font-size: 40px;
  74.     font-family: 'Abril Fatface', cursive;
  75.     text-shadow: 2px 1px 1px #000;
  76.         text-transform:uppercase;
  77. }
  78. /* links */
  79. #links{
  80.     text-align:center;
  81. }
  82. #links a{
  83.     color:#fff;
  84.     font-size:6pt;
  85.     family-family:calibri;
  86.     text-transform:uppercase;
  87.     letter-spacing:3px;
  88.     line-height:30px;
  89.     height:37px;
  90.     width:90px;
  91.     display:inline-block;
  92.     padding:2px;
  93. }
  94. #links a:hover{
  95.     color:#612e3f;}
  96. #xg_head{
  97.     display:none;
  98. }
  99. .module_user_thumbnail{
  100.     display:none;
  101. }
  102. ul.member_detail{
  103.     display:none;
  104. }
  105. .profile dl dt.fn span.fn{
  106.     display:none;
  107. }
  108. .online{
  109.     display:none!important;
  110. }
  111. .module_user_summary .nobullets.last-child {
  112.     display:none;
  113. }
  114. .xg_theme .xg_module_head h2{
  115.     display:none;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement