Advertisement
Guest User

Untitled

a guest
Sep 11th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. padding:none !important;
  10. border:none !important;
  11. }
  12.  
  13. .recolourEmptyRow {
  14. height:9px !important;
  15. padding:none !important;
  16. border:none !important;
  17. }
  18.  
  19. .recolourCell {
  20. border:2px ridge #8C8264 !important;
  21. padding:none !important;
  22. min-height:15px;
  23. max-height:15px;
  24. height:15px;
  25. min-width:15px;
  26. max-width:15px;
  27. width:15px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement