You are here

css.css in Live CSS 6.2

Same filename and directory in other branches
  1. 8.2 css.css
  2. 8 css.css
  3. 6 css.css
  4. 7 css.css
#csstab{
  position: fixed;
  top: 30%;
  right: 0px;
  height: 74px;
  width: 30px;
  overflow: hidden;
}
#csstab .box{
  position: relative;
  left: -21px;
  top: 21px;
  height: 20px;
  width: 60px;
  text-align: center;
  background-color: #333;
  border: 2px solid #a86;
  border-bottom-style: none;
  color: #851;
  padding: 5px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#csstab .box:hover{
  color: #a72;
}
#csidebar{
    position: absolute;
    background-color: #4c4a41;
    z-index: 1000;
    overflow: hidden;
}
#csidebar.right {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 500px;
}
#csidebar.right #cedit {
  width: 494px;
}
#csidebar.bottom #cedit {
  
}
#csidebar.bottom {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 300px;  
}
#csidebar.bottom #cedit {
  height: 235px;
  width: 100%;
}
.ui-resizable-w{
}
#csidebar{
  font-family: Helvetica, Arial, Sans-Serif;
}
#csidebar .stylelist{
    width: 484px;
    margin-left: 10px;
    margin-top: 10px;
}
#csidebar .save, #csidebar .close, #csidebar .dock{
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 14px;
  font-size: 12px;
  color: #851;
  background-color: #333;
  width: 50px;
  text-align: center;
  border: 1px solid #851;
  padding: 3px;
  text-decoration: none;
  cursor: pointer;
}

#csidebar.bottom #cedit {
  top: 40px;
}
#csidebar.bottom .save, #csidebar.bottom .close, #csidebar.bottom .dock {
  margin-top: 10px;
}
#csidebar .save:hover, #csidebar .close:hover, #csidebar .dock:hover{
  color: #a86;
  border-color: #a86;
}
#cedit{
  top: 65px;
  overflow: hidden;
}

.ace_gutter{
  width: 30px !important;
}
.ace_gutter-cell.ace_warning{
  background-image: none !important;
}
/*#csidebar{
    position: absolute;
    background-color: #4c4a41;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 500px;
    z-index: 1000;
    overflow: hidden;
}
#csidebar{
  position: absolute;
  background-color: #4c4a41;
  z-index: 1000;
  overflow: hidden;
}
.ui-resizable-w{
}
#csidebar{
  font-family: Helvetica, Arial, Sans-Serif;
}
#csidebar .stylelist{
    width: 80%;
    margin-left: 10%;
}
#csidebar .save, #csidebar .close{
  float: left;
  margin: 10px;
  font-size: 12px;
  color: #851;
  background-color: #333;
  width: 50px;
  text-align: center;
  border: 1px solid #851;
  padding: 3px;
  text-decoration: none;
  cursor: pointer;
}
#csidebar .save:hover, #csidebar .close:hover{
  color: #a86;
  border-color: #a86;
}
#cedit{
  width: 494px;
  top: 65px;
  overflow: hidden;
}

.ace_gutter{
  width: 30px !important;
}
.ace_gutter-cell.ace_warning{
  background-image: none !important;
}*/

File

css.css
View source
  1. #csstab{
  2. position: fixed;
  3. top: 30%;
  4. right: 0px;
  5. height: 74px;
  6. width: 30px;
  7. overflow: hidden;
  8. }
  9. #csstab .box{
  10. position: relative;
  11. left: -21px;
  12. top: 21px;
  13. height: 20px;
  14. width: 60px;
  15. text-align: center;
  16. background-color: #333;
  17. border: 2px solid #a86;
  18. border-bottom-style: none;
  19. color: #851;
  20. padding: 5px;
  21. cursor: pointer;
  22. -webkit-transform: rotate(-90deg);
  23. -moz-transform: rotate(-90deg);
  24. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  25. }
  26. #csstab .box:hover{
  27. color: #a72;
  28. }
  29. #csidebar{
  30. position: absolute;
  31. background-color: #4c4a41;
  32. z-index: 1000;
  33. overflow: hidden;
  34. }
  35. #csidebar.right {
  36. top: 0px;
  37. right: 0px;
  38. height: 100%;
  39. width: 500px;
  40. }
  41. #csidebar.right #cedit {
  42. width: 494px;
  43. }
  44. #csidebar.bottom #cedit {
  45. }
  46. #csidebar.bottom {
  47. bottom: 0px;
  48. left: 0px;
  49. width: 100%;
  50. height: 300px;
  51. }
  52. #csidebar.bottom #cedit {
  53. height: 235px;
  54. width: 100%;
  55. }
  56. .ui-resizable-w{
  57. }
  58. #csidebar{
  59. font-family: Helvetica, Arial, Sans-Serif;
  60. }
  61. #csidebar .stylelist{
  62. width: 484px;
  63. margin-left: 10px;
  64. margin-top: 10px;
  65. }
  66. #csidebar .save, #csidebar .close, #csidebar .dock{
  67. float: left;
  68. margin-top: 5px;
  69. margin-left: 10px;
  70. line-height: 14px;
  71. font-size: 12px;
  72. color: #851;
  73. background-color: #333;
  74. width: 50px;
  75. text-align: center;
  76. border: 1px solid #851;
  77. padding: 3px;
  78. text-decoration: none;
  79. cursor: pointer;
  80. }
  81. #csidebar.bottom #cedit {
  82. top: 40px;
  83. }
  84. #csidebar.bottom .save, #csidebar.bottom .close, #csidebar.bottom .dock {
  85. margin-top: 10px;
  86. }
  87. #csidebar .save:hover, #csidebar .close:hover, #csidebar .dock:hover{
  88. color: #a86;
  89. border-color: #a86;
  90. }
  91. #cedit{
  92. top: 65px;
  93. overflow: hidden;
  94. }
  95. .ace_gutter{
  96. width: 30px !important;
  97. }
  98. .ace_gutter-cell.ace_warning{
  99. background-image: none !important;
  100. }
  101. /*#csidebar{
  102. position: absolute;
  103. background-color: #4c4a41;
  104. height: 100%;
  105. top: 0px;
  106. right: 0px;
  107. width: 500px;
  108. z-index: 1000;
  109. overflow: hidden;
  110. }
  111. #csidebar{
  112. position: absolute;
  113. background-color: #4c4a41;
  114. z-index: 1000;
  115. overflow: hidden;
  116. }
  117. .ui-resizable-w{
  118. }
  119. #csidebar{
  120. font-family: Helvetica, Arial, Sans-Serif;
  121. }
  122. #csidebar .stylelist{
  123. width: 80%;
  124. margin-left: 10%;
  125. }
  126. #csidebar .save, #csidebar .close{
  127. float: left;
  128. margin: 10px;
  129. font-size: 12px;
  130. color: #851;
  131. background-color: #333;
  132. width: 50px;
  133. text-align: center;
  134. border: 1px solid #851;
  135. padding: 3px;
  136. text-decoration: none;
  137. cursor: pointer;
  138. }
  139. #csidebar .save:hover, #csidebar .close:hover{
  140. color: #a86;
  141. border-color: #a86;
  142. }
  143. #cedit{
  144. width: 494px;
  145. top: 65px;
  146. overflow: hidden;
  147. }
  148. .ace_gutter{
  149. width: 30px !important;
  150. }
  151. .ace_gutter-cell.ace_warning{
  152. background-image: none !important;
  153. }*/