Advertisement
Guest User

Inconspicuous Bails

a guest
Nov 6th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.46 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain("flamingbails.com") {
  3.    /* General hiding */
  4.    .headerbar,
  5.    /*h1.page-title,*/
  6.    h1 img,
  7.    .nav img,
  8.    .topic-actions
  9.    .search-box,
  10.    .topic-title img
  11.    {
  12.       display:none;
  13.    }
  14.  
  15.  
  16.    /* General */
  17.    body {
  18.       font-family: sans-serif,Segoe UI Emoji,Segoe UI Symbol,Symbola !important;
  19.       font-size: 10px;
  20.       color: #333333 !important;
  21.    }
  22.  
  23.    body,
  24.    .forabg, .forumbg
  25.    {
  26.       background-image:none;
  27.       background-color: #cecec6;
  28.       color: #EEEFF7;
  29.    }
  30.  
  31.    a:link {
  32.       color:#484231;
  33.    }
  34.  
  35.    /* Posts */
  36.    .post {
  37.       border: 2px solid rgba(255, 255, 255, 0.8) !important;
  38.       box-shadow: 0 0 2px #bbbbbb inset, 0 0 3px #999999;
  39.    }
  40.    .postbody {
  41.       background-image: none;
  42.       width: 84%;
  43.       min-height: 150px;
  44.    }
  45.    .postbody .author {
  46.       color:#cb4e2f;
  47.    }
  48.    .post.row1 {
  49.       background: #e1e1db linear-gradient(#e1e1db, #dddddd) repeat scroll 0 0 !important;
  50.    }
  51.    .post.row2 {
  52.       background: linear-gradient(#e1e1db, #dddddd) !important;
  53.    }
  54.  
  55.    blockquote {
  56.       background: #eaebe7 none repeat scroll 0 0 !important;
  57.       border-color: #bed1e0 -moz-use-text-color !important;
  58.       border-radius: 2px;
  59.       border-style: solid none !important;
  60.       border-width: 1px 0 !important;
  61.       box-shadow: 1px 1px 3px #cccfd3, 0 0 2px #fcfcfc inset !important;
  62.       margin: 8px 16px !important;
  63.       padding: 7px 8px !important;
  64.    }
  65.  
  66.    .postbody .profile-icons {
  67.       padding: 0px;
  68.       margin-right: -20px !important;
  69.       margin-top: 0px;
  70.    }
  71.    .postbody .profile-icons img {
  72.       height: 30px;
  73.    }
  74.  
  75.    /* Profile column */
  76.    .postprofile {
  77.       width:14%;
  78.    }
  79.    .postprofile dt {
  80.       text-align: center;
  81.    }
  82.    .postprofile dt img {
  83.       max-height: 100px;
  84.       max-width: 95%;
  85.       margin-bottom: 5px;
  86.       box-shadow: 0 0 2px #bbbbbb inset, 0 0 3px #999999;
  87.    }
  88.    .postprofile dd:nth-child(2) img {
  89.       display: none;
  90.    }
  91.    .postprofile dd:last-child {
  92.       text-align: center;
  93.    }
  94.    .postprofile dd span.label + img {
  95.       display: inline;
  96.       margin-bottom: -7px;
  97.    }
  98.  
  99.  
  100.    /* thread list */
  101.    li.row {
  102.       font-size: 11px !important;
  103.       border: 2px solid rgba(255, 255, 255, 0.8) !important;
  104.       box-shadow: 0 0 2px #bbbbbb inset, 0 0 3px #999999;
  105.    }
  106.    li.row1 {
  107.       background: #e1e1db linear-gradient(#e1e1db, #dddddd) repeat scroll 0 0 !important;
  108.    }
  109.    li.row2 {
  110.       background: rgba(150, 120, 109, 0.1) none repeat scroll 0 0 !important;
  111.    }
  112.    li.row a {
  113.    /*    font-weight: normal !important; */
  114.    }
  115.    li.row a:hover {
  116.       color: #cb4e2f;
  117.       text-decoration: none;
  118.    }
  119.  
  120.  
  121.    /* header */
  122.    ul.topiclist .header {
  123.       background-image:none;
  124.       background-color: #cb4e2f;
  125.       box-shadow: 0 0 2px #bbbbbb inset, 0 0 3px #999999;
  126.    }
  127.    .header dd.dterm,
  128.    .announcement .header dt {
  129.       padding-left: 5px !important;
  130.    }
  131.  
  132.    /* Pagination Links forum */
  133.    .pagination span a:link,
  134.    .pagination span a:visited,
  135.    /* Pagination Links list */
  136.    .row strong.pagination a,
  137.    .row strong.pagination a:visited
  138.    {
  139.       color:#cb4e2f;
  140.       background: none;
  141.       border: none;
  142.    }
  143.    .pagination a:hover {
  144.       font-weight: bold !important;
  145.       color: #333333 !important;
  146.       background: none !important;
  147.    }
  148.    .pagination {
  149.       font-size: 12px !important;
  150.       background-image: none !important;
  151.    }
  152.    .pagination span strong {
  153.       background: none !important;
  154.       border: none;
  155.       color:#484231;
  156.    }
  157.  
  158.    /* Arrow icons */
  159.    .pagination a img,
  160.    .pag-img img,
  161.    p.right img,
  162.    .left-box img {
  163.       height: 20px;
  164.    }
  165.    .pag-img img {
  166.       margin-bottom: -5px;
  167.    }
  168.  
  169.    .topic-actions .buttons {
  170.       margin-top: -7px;
  171.       padding-right: 10px;
  172.    }
  173.    .topic-actions .buttons img {
  174.       width: 100px;
  175.    }
  176.  
  177.  
  178.    /* Footer */
  179.    #ptrafic_open {
  180.       font-size: 11px !important;
  181.       background: #333333 none repeat scroll 0 0 !important;
  182.       color: #fff;
  183.    }
  184.    #ptrafic_open a {
  185.       color: #fff;
  186.    }
  187.  
  188.  
  189.    /* Navigation */
  190.    .navlinks li a:link,
  191.    .navlinks li a:visited {
  192.       color: #cb4e2f;
  193.       font-size: 12px;
  194.    }
  195.    .navlinks li {
  196.       padding: 10px;
  197.    }
  198.    .mainmenu img {
  199.       display: none;
  200.    }
  201.    .mainmenu[href="/"]:after {
  202.       content: "Forum"
  203.    }
  204.    .mainmenu[href="/gallery/index.htm"]:after {
  205.       content: "Gallery"
  206.    }
  207.    .mainmenu[href="/faq"]:after {
  208.       content: "FAQ"
  209.    }
  210.    .mainmenu[href="/search"]:after {
  211.       content: "Search"
  212.    }
  213.    .mainmenu[href="/memberlist"]:after {
  214.       content: "Members"
  215.    }
  216.    .mainmenu[href="/groups"]:after {
  217.       content: "Groups"
  218.    }
  219.    .mainmenu[href="/profile?mode=editprofile"]:after {
  220.       content: "Profile"
  221.    }
  222.    .mainmenu[href="/privmsg?folder=inbox"]:after {
  223.       content: "Inbox"
  224.    }
  225.    .mainmenu#logout:after {
  226.       content: "Logout"
  227.    }
  228.    .mainmenu[href="/register"]:after {
  229.       content: "Register"
  230.    }
  231.    .mainmenu[href="/login"]:after {
  232.       content: "Login"
  233.    }
  234.  
  235.  
  236.    /* Other */
  237.    .forumbg {
  238.       border:none;
  239.    }
  240.  
  241.    #search-box {
  242.       margin-top:-25px;
  243.    }
  244.    #search_menu {
  245.       background-color: #e1e1db;
  246.    }
  247.  
  248.    .pathname-box, .topic-actions p {
  249.       margin:0px;
  250.    }
  251.  
  252.    /* Credit to aka hateradio for the re:GAF skin that i used the colours from */
  253. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement