Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.82 KB | None | 0 0
  1. body {
  2.       font-family: 'Andika', sans-serif !important;
  3.       background-color: #303030 !important;
  4.       -font-variant: small-caps;
  5.       background-image: url(http://i.imgur.com/zamw99K.png) !important;
  6.     }
  7.      
  8.     html {
  9.       background-image: url(http://i.imgur.com/zamw99K.png) !important;
  10.     }
  11.      
  12.     #OMW {
  13.       background-size: cover;
  14.       background-image: url(http://i.imgur.com/nFMZyeM.jpg); /*http://i.imgur.com/7bXGfog.jpg*/
  15.       background-position: center;
  16.     }
  17.      
  18.     /* Headers Styles */
  19.     .group_title,
  20.     .group_desc {
  21.       color: #FFFFFF;
  22.       font-variant: small-caps;
  23.     }
  24.     /*
  25.     #OM .msg-fg span:not(.c_username) {
  26.       -color: #111111 !important;
  27.       font-size: 13px !important;
  28.       font-family: 'Andika' !important;
  29.     }
  30.     */
  31.     /* Input Style */
  32.     input.ubdr {
  33.       font-size: 14px !important;
  34.       /*font-family: 'Andika', sans-serif !important;*/
  35.       color: #FFFFFF !important;
  36.       background-color: #303030 !important;
  37.     }
  38.      
  39.     input.ubdr::-webkit-input-placeholder {
  40.        color: #909090 !important;
  41.     }
  42.      
  43.     input.ubdr:-moz-placeholder { /* Firefox 18- */
  44.        color: #909090 !important;  
  45.     }
  46.      
  47.     /*input.ubdr::-moz-placeholder {  /* Firefox 19+ */
  48.        color: #909090 !important;  
  49.     } */
  50.      
  51.     input.ubdr:-ms-input-placeholder {  
  52.        color: #909090 !important;  
  53.     }
  54.      
  55.     img.chromoji {
  56.       width: 36px !important;
  57.       height: 36px !important;
  58.     }
  59.      
  60.     /*.c_username {
  61.       color: #2D882D !important;
  62.     } */
  63.      
  64.     /*.own-msg .c_username {
  65.       color: #AA3939 !important;
  66.     } */
  67.      
  68.     .msg-date {
  69.       float: right !important;
  70.       font-size: 11px !important;
  71.       color: #111111 !important;
  72.       font-variant: small-caps;
  73.     }
  74.     #OW {
  75.       border: 0px !important;
  76.     }
  77.    
  78.     .msg {
  79.       border: 0px !important;
  80.     }  
  81.      
  82.     #OM .msg {
  83.       /*font-family: 'Andika', sans-serif !important; */
  84.       border-bottom: none !important;
  85.       margin-bottom: 15px;
  86.       margin-left: 20px;
  87.       display: block;
  88.       /*
  89.       background: radial-gradient(
  90.         rgba(255, 255, 255, 0.8),
  91.         rgba(224, 224, 224, 0.5)
  92.       );
  93.       */
  94.       min-height: 70px;
  95.       max-width: 500px;
  96.       border-radius: 10px;
  97.       box-shadow: 5px 5px 10px #000000;
  98.      
  99. background: -moz-linear-gradient(top,  rgba(231,179,242,0.81) 0%, rgba(217,199,219,0.82) 100%); /* FF3.6+ */
  100. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,179,242,0.81)), color-stop(100%,rgba(217,199,219,0.82))); /* Chrome,Safari4+ */
  101. background: -webkit-linear-gradient(top,  rgba(231,179,242,0.81) 0%,rgba(217,199,219,0.82) 100%); /* Chrome10+,Safari5.1+ */
  102. background: -o-linear-gradient(top,  rgba(231,179,242,0.81) 0%,rgba(217,199,219,0.82) 100%); /* Opera 11.10+ */
  103. background: -ms-linear-gradient(top,  rgba(231,179,242,0.81) 0%,rgba(217,199,219,0.82) 100%); /* IE10+ */
  104. background: linear-gradient(to bottom,  rgba(231,179,242,0.81) 0%,rgba(217,199,219,0.82) 100%); /* W3C */
  105. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7b3f2', endColorstr='#d1d9c7db',GradientType=0 ); /* IE6-9 */
  106.  
  107.     }
  108.      
  109.     #OM .msg-fg {
  110.       /*-font-size: 5px !important;
  111.       font-family: 'Andika', sans-serif !important; */
  112.       vertical-align: top;
  113.       -color: #111111 !important;
  114.       padding: 5px 15px 10px 15px !important;
  115.          text-shadow:
  116.         1px 0px 1px #fff,
  117.         -1px -0px 1px #fff,
  118.         0px -1px 1px #fff,
  119.         -0px 1px 1px #fff;
  120.     /*font-weight: bold;*/
  121.     }
  122.      
  123.     .user-thumb {
  124.       float: left !important;
  125.       margin-top: 5px !important;
  126.       width: 50px !important;
  127.       height: 50px !important;
  128.     }
  129.      
  130.     .logo_links,
  131.     .bottombar,
  132.     .ad_cell,
  133.     .fb-like,
  134.     #grouplogo {
  135.       display: none !important;
  136.     }
  137.      
  138.     /* Username Style (defaults for Anon) */
  139.     #OM .msg-fg>div>p:first-child>span:first-child {
  140.       color: #226666 !important; /* color for anon */
  141.      
  142.       font-size: 14px !important;
  143.       font-weight: bold;
  144.       display: block;
  145.       vertical-align: top;
  146.       text-align: left;
  147.       font-variant: small-caps;
  148.     }
  149.      
  150.     #OM .msg-fg>div>p {
  151.       margin-left: 65px;
  152.     }
  153.      
  154.     .msg_badge {
  155.       float: left;
  156.       margin-right: 2px;
  157.       top: 2px;
  158.       position: relative;
  159.     }
  160.      
  161.     #OM .msg-stripes {
  162.       opacity: 0.8;
  163.       width: 10px;
  164.     }
  165.      
  166.     .at-quote {
  167.       padding: 0px 3px 0px 3px !important;
  168.     }
  169.      
  170.     /* nekopara overlay */
  171.     #nekopara img:hover {
  172.       transform: scale(2);
  173.     }
  174.      
  175.    *[class*="cpbg"] {
  176.     background-color: rgba(255, 255, 255, 0.9) !important;
  177.     border-radius: 10px;
  178.     box-shadow: 5px 5px 10px #000000;
  179.     }
  180.  
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement