Don't like ads? PRO users don't see any ads ;-)
Guest

style.css

By: desy_elfitha on May 18th, 2012  |  syntax: CSS  |  size: 2.13 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /* CSS Document */
  2.  
  3. body
  4. {
  5. margin:0px 0px 0px 0px;
  6. font:Verdana, Arial, Helvetica, sans-serif;
  7. font-size:14px;
  8.  
  9. }
  10.  
  11. .atas
  12. {
  13.         margin:2px 0 0 0;      
  14.         text-align:right;
  15. }
  16. #atasteks
  17. {
  18.         margin:2px 10px 0 0;
  19.         padding:0px 0px 0px;
  20. }
  21.  
  22. #logo
  23. {
  24.    background:transparent url(logofix.jpg) no-repeat scroll center bottom;
  25.         height:130px;
  26.         margin:0pt auto;
  27.         padding:0px 0px 0px;
  28.         text-align:center;
  29.         width:300px;
  30.  
  31. }
  32.  
  33.  
  34. textarea, input, select {
  35.         font-family:Verdana,Arial,Helvetica,sans-serif;
  36.         font-size:13px;
  37.         font-size-adjust:none;
  38.         font-stretch:normal;
  39.         font-style:normal;
  40.         font-variant:normal;
  41.         font-weight:normal;
  42.         line-height:normal;
  43.         margin:1px;
  44.         padding:3px;
  45. }
  46.  
  47. textarea:focus, input:focus, select:focus {
  48.         cursor:default;
  49. }
  50.  
  51. /* icons used in the toolbar */
  52. .add {
  53.   background-image:url(images/add.gif) !important;
  54. }
  55. .remove {
  56.         background-image:url(images/delete.gif) !important;
  57. }
  58. .edit{
  59.         background-image:url(images/edit.png) !important;
  60. }
  61. .search {
  62.         background-image:url(images/search.png) !important;
  63. }
  64. .download{
  65.         background-image:url(images/download.png) !important;
  66. }
  67. .user{
  68.         background-image:url(images/user.png) !important;
  69. }
  70.  
  71. /* styles used for the cells */
  72. .readonlycell {
  73.   background-color:#CCCCCC !important;
  74. }
  75. .cell {
  76.   background-image:url(images/a.jpg) !important;
  77. }
  78.  
  79. /* icons used in the toolbar */
  80. .administrator {
  81.   background-image:url(images/admin.gif) !important;
  82. }
  83. .utama {
  84.         background-image:url(images/utama.png) !important;
  85. }
  86. .pesanan {
  87.         background-image:url(images/pesanan.png) !important;
  88. }
  89. .home {
  90.         background-image:url(images/home.png) !important;
  91. }
  92. .logout{
  93.         background-image:url(images/logout.png) !important;
  94. }
  95. .user{
  96.         background-image:url(images/user.png) !important;
  97. }
  98. .bidang{
  99.         background-image:url(images/bidang.png) !important;
  100. }
  101. .bidang1{
  102.         background-image:url(images/input.png) !important;
  103. }
  104. .pass{
  105.         background-image:url(images/pass.png) !important;
  106. }
  107. .bio{
  108.         background-image:url(images/bio.png) !important;
  109. }
  110. .kon{
  111.         background-image:url(images/kon.png) !important;
  112. }
  113. .input{
  114.         background-image:url(images/input1.gif) !important;
  115. }