Skip to content

Preventing global styles .

A9 edited this page Jul 22, 2016 · 8 revisions
.item_title a:visited, a.count_livid:visited {
  color: #bebebe!important;
}

#Wrapper {
  background-color: #f2eee8!important;
  background-image: none!important;
}

#Tabs {
  padding: 0 !important;
}

#Tabs a.tab_current {
  border-color: #80a8cc !important;
  background-color: #f5f5f5 !important;
  color: #000 !important;
  line-height: 46px!important;
  height: 46px!important;
}

#Tabs a.tab,#Tabs a.tab_current {
  width: 50px;
  text-align: center;
  line-height: 46px ;
  display: inline-block;
  margin-right: 0 ;
  padding: 0;
  border-radius: 0 ;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
     -moz-transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
          transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
}

#Tabs a.tab:hover {
  border-color: #80a8cc;
}

#Top {
  background-image: none;
  background-color: rgba(255, 251, 245, 0.39);
  border-bottom: 1px solid #e2e2e2;
}

.box {
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

img.avatar {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;  
          border-radius: 50%;
}

a.top {
  line-height: 13px;
  padding: 5px 3px;
  border-radius: 3px;
  color: #555;
}

a.top:hover {
  line-height: 13px;
  padding: 5px 3px;
  border-radius: 3px;
  color: #000;
}

.button {
  background-image: none ;
}

a.balance_area:link, a.balance_area:visited, .balance_area {
  background: #eee ;
}

td h2 {
  border-bottom: none;
}

.mll:focus, .mle:focus, .sl:focus, .ml:focus, .sll:focus {
  -webkit-box-shadow: 0 0 0 3px #f2eee8;
     -moz-box-shadow: 0 0 0 3px #f2eee8;
          box-shadow: 0 0 0 3px #f2eee8;
}

.topic_buttons {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

a.tb:hover {
  background-color: #f0f0f0;
}

Clone this wiki locally