Advertisement
Guest User

Updated http://pastebin.com/kMhjcFq8 - Fixed Comic Sans

a guest
Aug 11th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. .container, #content, #footer {
  2.     font-family: 'Comic Sans MS';
  3. }
  4.  
  5. .container a, .container button, .container input[role=button], .container input[type=button], .container input[type=submit], .container [onclick], .container #content a, .container #content button, .container #content input[role=button], .container #content input[type=button], .container #content input[type=submit], .container [onclick], #footer a, #footer button, #footer input[role=button], #footer input[type=button], #footer input[type=submit], #footer [onclick] {
  6.     outline: 2px solid #00994c;
  7.     border: 2px solid #00994c;
  8.     background: #00994c;
  9.     color: #41008d;
  10.     border-radius: 0;
  11.     margin: 2px;
  12.     font-family: Papyrus;
  13. }
  14.  
  15. .container #content a *, .container #content button *, .container #content input[role=button] *, .container #content input[type=button] *, .container #content input[type=submit] *, .container #content [onclick] *, #footer a *, #footer button *, #footer input[role=button] *, #footer input[type=button] *, #footer input[type=submit] *, #footer [onclick] * {
  16.     color: inherit;
  17. }
  18.  
  19. .container a:after, .container button:after, .container input[role=button]:after, .container input[type=button]:after, .container input[type=submit]:after, .container [onclick]:after, #footer a:after, #footer button:after, #footer input[role=button]:after, #footer input[type=button]:after, #footer input[type=submit]:after, #footer [onclick]:after {
  20.     content: " <- Click here now";
  21. }
  22.  
  23. .container a:visited, .container #content a:visited, #footer a:visited {
  24.     outline-color: red;
  25.     border-color: orange;
  26.     background-color: yellow;
  27.     color: black;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement