User:Ultimate Toad/monobook.css: Difference between revisions

m
Final touches
m (Still can't get helpful pages to work)
Tag: Reverted
m (Final touches)
Tag: Reverted
Line 11: Line 11:
  border-top-left-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top:4px solid #bff4e9;
  border-top:3px solid #bff4e9;
  border-bottom:4px solid #bff4e9;
  border-bottom:3px solid #bff4e9;
  border-left:4px solid #bff4e9;
  border-left:3px solid #bff4e9;
  border-right:none !important;  
  border-right:none !important;  
}
/* Sidebar boxes */
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top:4px solid #bff4e9;
  border-bottom:4px solid #bff4e9;
  border-right:4px solid #bff4e9;
  border-left:none !important;
}
}


Line 42: Line 31:
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
   border-top:4px solid #bff4e9;
}
   border-bottom:4px solid #bff4e9;
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
   border-right:4px solid #bff4e9;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
   border-top:3px solid #bff4e9;
   border-bottom:3px solid #bff4e9;
   border-right:3px solid #bff4e9;
   border-left:none !important;
   border-left:none !important;
}
}
Line 60: Line 53:
}
}
#p-cactions {
#p-cactions {
  margin-top:0.5px; !important
  margin-top:1px; !important
}
}
#p-cactions li {  
#p-cactions li {  
Line 76: Line 69:
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
}
/* Table of contents */
#toc {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
/* Recent changes box */
.rcoptions, .mw-recentchanges-table td {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
/* Footer */
#footer {
    border-top:3px solid #bff4e9;
    border-bottom:3px solid #bff4e9;
    border-right:none;
    border left:none;
}
}