Advertisement
wclendining

Style.css-Basic

Mar 16th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | None | 0 0
  1. /*
  2. Theme Name: [your name]'s Custom Theme
  3. Author: [your name]
  4. Description: This is the theme I developed while attending the course Customizing Themes in WordPress.
  5. Version: 1.0
  6. */
  7.  
  8. header {border: dashed #666699 1px }
  9. article {border: solid #000099 1px;}
  10. footer {border: dotted #003399 1px;}
  11. #global {background-color: #9999CC;}
  12. #cardinal {background-color: #669999;}
  13. #main {border: solid black 1px;padding: 2px;}
  14. #leftbar {border: dotted #CCCC99 1px;}
  15. #rightbar {border: dotted #CCCC99 1px;}
  16. #breadcrumbs {border-bottom: solid #666699 1px;font-size: 90%;}
  17. #pagefoot {margin: 1em 2em;border-width: 0;border-top: solid #666699 1px;font-size: 90%}
  18. .TopRow {background-color: #999999;}
  19. .Centre {border-left: solid #666666 1px;border-right: solid #666666 1px;}
  20. .BottomRow {background-color: black; color: white;text-align: center;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement