Share Pastebin
Guest
Public paste!

fatihturan

By: a guest | Nov 7th, 2008 | Syntax: CSS | Size: 2.89 KB | Hits: 388 | Expires: Never
Copy text to clipboard
  1. /*
  2.  
  3. Client:     Fatih Turan - http://www.fatihturan.com
  4. Author:         XHTML KITCHEN
  5. Last-Edit:      12:16 04.11.2008
  6.  
  7. */
  8.  
  9. /*-------------------------------------------------------------------------
  10. =LAYOUT
  11. -------------------------------------------------------------------------*/
  12. body {  }
  13.  
  14. div#container {  }
  15.         div#header {  }
  16.         div#center {  }
  17.                 div#sidebar {  }
  18.                 div#content {  }
  19.         div#footer {  }
  20.        
  21.        
  22.  
  23. /*-------------------------------------------------------------------------
  24. =GLOBAL CLASSES
  25. -------------------------------------------------------------------------*/
  26. .floatNone { float:none }
  27. .floatLeft { float:left }
  28. .floatRight { float:right }
  29. .clearBoth { clear:both }
  30. .noBg { background:none !important }
  31. .noMargin { margin:0 !important }
  32. .noPadding { padding:0 !important }
  33. .noBorder { border:0 !important }
  34. .displayNone { display:none !important }
  35. .displayBlock { display:block !important }
  36.  
  37.  
  38.  
  39. /*-------------------------------------------------------------------------
  40. =LINKS
  41. -------------------------------------------------------------------------*/
  42. a {  }
  43. a:hover {  }
  44.  
  45.  
  46.  
  47. /*-------------------------------------------------------------------------
  48. =HEADINGS
  49. -------------------------------------------------------------------------*/
  50. h1, h2, h3, h4 {  }
  51. h1 {  }
  52. h2 {  }
  53. h3 {  }
  54. h4 {  }
  55.  
  56.  
  57.  
  58. /*-------------------------------------------------------------------------
  59. =FORMS
  60. -------------------------------------------------------------------------*/
  61. input {  }
  62. button { }
  63. select {  }
  64. textarea {  }
  65.  
  66.  
  67.  
  68. /*-------------------------------------------------------------------------
  69. =NAVIGATIONS
  70. -------------------------------------------------------------------------*/
  71.  
  72.  
  73.  
  74. /*-------------------------------------------------------------------------
  75. =TABLES
  76. -------------------------------------------------------------------------*/
  77.  
  78.  
  79.  
  80.  
  81.  
  82. /*-------------------------------------------------------------------------
  83. =HEADER
  84. -------------------------------------------------------------------------*/
  85.  
  86.  
  87.  
  88. /*-------------------------------------------------------------------------
  89. =CENTER
  90. -------------------------------------------------------------------------*/
  91.  
  92.  
  93.  
  94. /*-------------------------------------------------------------------------
  95. =BOTTOM
  96. -------------------------------------------------------------------------*/
  97.  
  98.  
  99.  
  100. /*-------------------------------------------------------------------------
  101. =SIDEBAR
  102. -------------------------------------------------------------------------*/
  103.  
  104.  
  105.  
  106. /*-------------------------------------------------------------------------
  107. =PAGE: index.html
  108. -------------------------------------------------------------------------*/
  109.  
  110.  
  111.  
  112. /*-------------------------------------------------------------------------
  113. =PAGE: category.html
  114. -------------------------------------------------------------------------*/