Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Hide Elements*/
- h1.ih,
- select {
- display: none;
- }
- /*Outside Border*/
- div.ido {
- background: #4f535bf0;
- border: none;
- border-radius: 7px;
- padding: 12px;
- }
- /*Category Border OFF*/
- div.idi {
- border: none;
- }
- /*Input Buttons*/
- input[type="button"],
- input[type="submit"] {
- border-radius: 10px;
- border: 2px solid #9393939e
- }
- input,
- select,
- option,
- optgroup,
- textarea {
- color: #f1f1f1;
- background-color: #34353b;
- }
- /*Search Field*/
- input[type="text"],
- input[type="password"],
- select,
- textarea {
- border: 1px solid #9393939e;
- margin: 3px 1px 0;
- padding: 1px 3px 3px;
- border-radius: 3px;
- }
- nput[type="text"]:enabled:hover,
- input[type="password"]:enabled:hover,
- select:enabled:hover,
- textarea:enabled:hover,
- input[type="text"]:enabled:focus,
- input[type="password"]:enabled:focus,
- select:enabled:focus,
- textarea:enabled:focus {
- background-color: #47484f;
- }
- /*Rounded Thumbnails UP Value*/
- img {
- border-radius: 0px;
- }
- /*Thumb Grid*/
- .gl1t {
- background: #1e272e50 !important;
- border: 1px solid #0000004f;
- border-radius: 5px;
- position: relative;
- margin: 5px;
- min-height: 375px;
- }
- /*Thumbnail Title Font*/
- .gl4t {
- font-weight: bold;
- text-shadow: -1px -1px 0 #353535, 1px -1px 0 #353535, -1px 1px 0 #353535, 1px 1px 0 #353535;
- }
- /*Thumbnail Category Align*/
- .gl3t {
- height: 290px !important;
- border-radius: 0px !important;
- border: none !important;
- }
- .gl5t {
- margin-top: 0 !important;
- }
- /*Navigation Bar*/
- table.ptt td,
- table.ptb td {
- background: #0000;
- border: 1px solid #000000a8;
- padding: 4.2px;
- font-size: 11.5pt;
- }
- /*Navigation Bar Hover*/
- table.ptt td:hover,
- table.ptb td:hover {
- background: #00000036;
- }
- /*Thumbnail Block Bottom Margin*/
- div.itg {
- max-width: none;
- border-top: none;
- border-bottom: none;
- margin-bottom: 10px;
- }
- /*Thumbnail Align Adjust*/
- .gld {
- border-left: none;
- }
- /*New Content Since Last Visit Marker*/
- .glnew {
- font-weight: bold;
- color: #63acff;
- }
- /*Category Buttons In Thumbs*/
- .cs {
- height: 18px !important;
- line-height: 19px !important;
- border-radius: 10px !important;
- color: #fff !important;
- font-family: "Arial" !important;
- font-size: 12px !important;
- text-shadow: -1px -1px 0 #353535, 1px -1px 0 #353535, -1px 1px 0 #353535, 1px 1px 0 #353535;
- }
- /*Button Doujinshi*/
- .ct2 {
- background: radial-gradient(#bd7979, #bd7979);
- border: 1px solid #bd7979;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Manga*/
- .ct3 {
- background: radial-gradient(#c1955c, #c1955c);
- border: 1px solid #c1955c;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Artist CG*/
- .ct4 {
- background: radial-gradient(#9c9f3f, #9c9f3f);
- border: 1px solid #9c9f3f;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Game CG*/
- .ct5 {
- background: radial-gradient(#8a546687, #8a546687);
- border: 1px solid #8a546687;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Western*/
- .cta {
- background: radial-gradient(#5d7954, #5d7954);
- border: 1px solid #5d7954;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Non-H*/
- .ct9 {
- background: radial-gradient(#5794a2, #5794a2);
- border: 1px solid #5794a2;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Image Set*/
- .ct6 {
- background: radial-gradient(#475b7d, #475b7d);
- border: 1px solid #475b7d;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Cosplay*/
- .ct7 {
- background: radial-gradient(#82668e, #82668e);
- border: 1px solid #82668e;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Asian Porn*/
- .ct8 {
- background: radial-gradient(#38665b, #38665b);
- border: 1px solid #38665b;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
- /*Button Misc*/
- .ct1 {
- background: radial-gradient(#707070, #707070);
- border: 1px solid #707070;
- height: 15px;
- width: 82px;
- line-height: 15px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement