Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Twelve Child
  3. Theme URI: http://example.com/twenty-fourteen-child/
  4. Description: Twenty Fourteen Child Theme
  5. Author: John Doe
  6. Author URI: http://example.com
  7. Template: twentytwelve
  8. Version: 1.0.0
  9. Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
  10. Text Domain: twenty-fourteen-child
  11. */
  12.  
  13.  
  14. /* =Theme customization starts here
  15. -------------------------------------------------------------- */
  16. /*baggrundsfarve til boksen samt bredde*/
  17. .site {
  18. background-color: rgba(245, 245, 245, 0.85);
  19. padding: 0 1.71429rem;
  20. max-width: 78.5714rem;
  21. }
  22.  
  23.  
  24. /*afstand fra boksens top til headers top*/
  25. .site-header {
  26. padding: 1.2429rem 0;
  27. }
  28.  
  29.  
  30.  
  31. /*centrerer menuen*/
  32. .main-navigation div.nav-menu ul {
  33. text-align: center;
  34. }
  35.  
  36.  
  37.  
  38.  
  39. #colophon {
  40. font-size: 0;
  41. }
  42.  
  43.  
  44.  
  45. /*ændrer menu til lowercase + farve når U-trykket og størrelse*/
  46. .main-navigation li a {
  47. font-size: 14px;
  48. color: #393939;
  49. text-transform: lowercase;
  50. }
  51.  
  52.  
  53.  
  54. /*tager TEKSTEN fra dropdown boxen til VENSTRE*/
  55.  
  56. .main-navigation li ul li a {
  57. text-align: left;
  58. font-size: 0.925714rem;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement