document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. header, section, footer, aside, nav, article, figure, figcaption {
  2.     display: block;
  3. }
  4.  
  5. body {
  6.     color : #666666;
  7.     background-color: black;
  8.     background-image: url("images/background.jpg");
  9.     background-position: center ;
  10.     font-family: Georgia, \'Times New Roman\', Times, serif;
  11.     line-height: 1.4em;
  12.     margin: 0px;
  13. }
  14. .wrapper {
  15.     width: 940px;
  16.     margin: 20px auto 20px auto;
  17.     border: 2px solid #000000;
  18.     background-color: #ffffff;
  19. }
  20.  
  21. header {
  22.     height: 160px;
  23.     background-image: url("images/gambar.jpg");
  24. }
  25.  
  26. h1{
  27.     text-indent: -9999px ;
  28.     width: 940px;
  29.     height: 130px;
  30.     margin: 0px;
  31. }
  32.  
  33. nav, footer{
  34.     clear: both;
  35.     color: #ffffff;
  36.     background-color: #aeaca8 ;
  37.     height: 30px;
  38. }
  39.  
  40. nav ul {
  41.     margin: 0px;
  42.     padding: 5px 0px 5px 30px;
  43. }
  44.  
  45. nav li {
  46.     display: inline;
  47.     margin-right: 40px;
  48. }
  49.  
  50. nav li a {
  51.     color: #ffffff;
  52. }
  53.  
  54. nav li a:hover, nav li a.current{
  55.     color: #000000;
  56. }
  57.  
  58. section.courses {
  59.     float: left;
  60.     width: 659px;
  61.     border-right: 1 px solid #eeeeee;
  62. }
  63.  
  64. article {
  65.     clear: both;
  66.     overflow: auto;
  67.     width: 100%;
  68. }
  69.  
  70. hgroup{
  71.     margin-top: 40px;
  72. }
  73.  
  74. figure{
  75.     float: left;
  76.     width: 290px;
  77.     height: 220px;
  78.     padding: 5px;
  79.     margin: 20px;
  80.     border: 1px solid #eeeeee;
  81. }
  82.  
  83. figcaption{
  84.     font-size: 90%;
  85.     text-align: left;
  86. }
  87.  
  88. aside{
  89.     width: 230px;
  90.     float: left;
  91.     padding: 0px 0px 0px 20 px;
  92. }
  93.  
  94. aside section a {
  95.     display: block;
  96.     padding: 10px;
  97.     border-bottom: 1px solid #eeeeee;
  98. }
  99.  
  100. aside section a:hover {
  101.     color: #985d6a;
  102.     background-color: #efefef;
  103. }
  104.  
  105. a{
  106.     color: #de6581;
  107.     text-decoration: none;
  108. }
  109.  
  110. h1,h2,h3{
  111.     font-weight: normal;
  112. }
  113.  
  114. h2{
  115.     margin: 10px 0px 5px 0px;
  116.     padding: 0px;
  117. }
  118.  
  119. h3{
  120.     margin: 0px 0px 10px 0px;
  121.     color: #de6581;
  122. }
  123.  
  124. aside h2{
  125.     padding: 30px 0px 10px 0px;
  126.     color: #de6581;
  127. }
  128. footer{
  129.     font-size: 80%;
  130.     padding: 7px 0px 0px 20px;
  131. }
');