Advertisement
Guest User

Untitled

a guest
Sep 11th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /**
  2. * [[Template:Recolours]]
  3. * A relevant image would be http://i.imgur.com/uHkubhW.png
  4. * If changing width/height of the *Empty* classes, please make the numbers the same
  5. */
  6. /* Border conflicts for cells when this is used inside the infobox */
  7. .recolourEmptyCell {
  8. width:9px !important;
  9. border:none !important;
  10. }
  11.  
  12. .recolourEmptyRow {
  13. height:9px !important;
  14. border:none !important;
  15. }
  16.  
  17. .recolourCell {
  18. border:2px ridge #8C8264 !important;
  19. min-height:15px;
  20. max-height:15px;
  21. height:15px;
  22. min-width:15px;
  23. max-width:15px;
  24. width:15px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement