GeSHi Source Viewer: style.desktop.cssView Raw


  1. #playspeed {
  2.     width: 45px
  3. }
  4.  
  5. .darkform {
  6.     background-color: #212!important;
  7.     color: #ede;
  8.     border: 3px solid #402040;
  9.     margin-left: 2px;
  10.     margin-right: 2px;
  11.     border-radius: 5px;
  12.     box-sizing: content-box
  13. }
  14.  
  15. .checkbox {
  16.     position: relative;
  17.     top: 1px
  18. }
  19.  
  20. #fpssel {
  21.     position: relative;
  22.     top: -2px
  23. }
  24.  
  25. .smallform {
  26.     width: 35px;
  27.     margin-left: 10px
  28. }
  29.  
  30. #looper,
  31. #seek {
  32.     width: 62px;
  33.     margin-left: 7px
  34. }
  35.  
  36. #licenseblk {
  37.     font-size: .7em
  38. }
  39.  
  40. #visualization,
  41. #vuconfig,
  42. #waveform {
  43.     border-radius: 10px;
  44.     border: 4px solid #525
  45. }
  46.  
  47. #vuconfig {
  48.     margin-top: 10px;
  49.     padding: 10px;
  50.     width: 913px
  51. }
  52.  
  53. #visualization,
  54. #waveform,
  55. #wfzoom {
  56.     user-select: none;
  57.     display: none
  58. }
  59.  
  60. #waveform {
  61.     margin-top: 5px;
  62.     margin-bottom: 10px;
  63.     background-color: rgba(20, 0, 20, .6);
  64.     width: 960px;
  65.     height: 120px
  66. }
  67.  
  68. #visualization {
  69.     width: 575px;
  70.     position: relative
  71. }
  72.  
  73. #ctxCanvas {
  74.     position: absolute;
  75.     top: 0;
  76.     left: 0;
  77.     z-index: -1
  78. }
  79.  
  80. #playdata {
  81.     display: inline-block;
  82.     white-space: nowrap;
  83.     overflow: hidden;
  84.     width: 375px
  85. }
  86.  
  87. #headertable {
  88.     height: 114px;
  89.     padding-bottom: 10px
  90. }
  91.  
  92. #content,
  93. #content_wrapper,
  94. #footer,
  95. #header,
  96. #headertable,
  97. #maintable,
  98. #outerheader,
  99. #toprow {
  100.     width: 970px;
  101.     user-select: none
  102. }
  103.  
  104. #content,
  105. #content_wrapper {
  106.     position: relative;
  107.     display: none
  108. }
  109.  
  110. #content {
  111.     z-index: 2
  112. }
  113.  
  114. #content_wrapper {
  115.     background-color: rgba(20, 5, 20, .5);
  116.     border-radius: 10px;
  117.     border: 4px solid #212;
  118.     z-index: 0;
  119.     padding: 15px
  120. }
  121.  
  122. #footer {
  123.     margin-top: 10px
  124. }
  125.  
  126. #seekctrl {
  127.     width: 100%
  128. }
  129.  
  130. .label {
  131.     padding-top: 4px;
  132.     text-align: right;
  133.     padding-right: 18px;
  134.     font-weight: 700
  135. }
  136.  
  137. .playdatatab {
  138.     width: 380px
  139. }
  140.  
  141. .vistab {
  142.     float: right
  143. }
  144.  
  145. #wfbutton_container {
  146.     text-align: right;
  147.     position: relative;
  148.     top: -1px;
  149.     width: 238px;
  150.     display: inline-block
  151. }
  152.  
  153. #maintable td {
  154.     font-size: 1.1em
  155. }
  156.  
  157. #settings {
  158.     font-size: 1.2em!important
  159. }
  160.  
  161. #playpause1,
  162. #playpause2 {
  163.     width: 53px
  164. }
  165.  
  166. .right {
  167.     text-align: right
  168. }
  169.  
  170. .bracket {
  171.     padding: 0 2px;
  172.     position: relative;
  173.     word-spacing: 0
  174. }
  175.  
  176. #loopselect {
  177.     width: 690px
  178. }
  179.  
  180. #outerheader {
  181.     display: flex;
  182.     justify-content: space-between
  183. }
  184.  
  185. .slider {
  186.     padding-top: 6px
  187. }
  188.  
  189. .title {
  190.     font-size: 1.6em;
  191.     font-style: italic;
  192.     margin-left: 10px
  193. }
  194.  
  195. .html5logo img {
  196.     width: 89px;
  197.     height: 32px;
  198.     margin-right: -45px
  199. }
  200.  
  201. #vuconfig input,
  202. #vuconfig select {
  203.     position: relative;
  204.     top: -2px
  205. }