home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2007 September / maximum-cd-2007-09.iso / Assets / data / AssaultCube_v0.93.exe / docs / styles / cuberef.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-05-10  |  4.2 KB  |  258 lines

  1. /* ZLIB licensed, (C) 2007 Adrian 'driAn' Henke, http://www.sprintf.org */
  2.  
  3. /*
  4.     styles for the reference
  5. */
  6.  
  7. @import url(ac.css);
  8.  
  9. /* fix positioned menu */
  10.  
  11. div#fixedmenu a
  12. {
  13.     visibility: hidden;
  14.     position: fixed;
  15.     padding: 5px;
  16.     left: 10px;
  17.     bottom: 10px;
  18.     font-size: 16px;
  19.     font-family: Courier New, Sans-Serif;
  20.     font-weight: bold;
  21.     text-decoration: none;    
  22.     border: solid 2px black;
  23.     background-color: #444444;    
  24.     color: Black;
  25. }
  26.  
  27. body > div#fixedmenu a /* broken browsers will ignore this and therefore keep the menu hidden */
  28. {
  29.     visibility: visible;
  30. }
  31.  
  32. div#fixedmenu a:hover
  33. {
  34.     background-color: #555555;
  35. }
  36.  
  37.  
  38. /* side contentspanel */
  39.  
  40. div#contentspanel
  41. {
  42.     position: absolute;
  43.     float: right;
  44.     width: 150px;
  45.     right: -151px;
  46.     top: 85px;
  47.     font-family: Courier New, Sans-Serif;
  48.     font-size: 10px;
  49.     text-align: left;
  50.     background-color: #444444;
  51.     border-right: solid 1px black;
  52.     border-bottom: solid 1px black;
  53. }
  54.  
  55. div#contentspanel div.sectiontitle
  56. {
  57.     padding-left: 10px;
  58.     height: 20px;
  59.     background-color: Black;
  60.     color: White;
  61.     font-size: 14px;
  62.     font-weight: bold;
  63.     line-height: 20px;
  64. }
  65.  
  66. div#contentspanel ul
  67. {
  68.     list-style-type: none;
  69.     padding: 0;
  70.     margin: 10px;
  71.  
  72. }
  73.  
  74. div#contentspanel a
  75. {
  76.     text-decoration: none;
  77.     color: White;
  78. }
  79.  
  80. div#contentspanel div.identifiers a
  81. {
  82.     display: block;
  83.     position: relative;
  84.     width: 130px;
  85.     overflow: hidden;
  86. }
  87.  
  88. div#contentspanel div.identifiers a:hover
  89. {
  90.     width: 120px;
  91.     border-right: solid 10px #777777;
  92.     background-color: #666666;
  93.     
  94. }
  95.  
  96. /* contents */
  97.  
  98. div#contents
  99. {
  100.     
  101. }
  102.  
  103. /* identifier */
  104.  
  105. div.section div.identifier
  106. {
  107.     padding: 0 0 10px 0;
  108.     margin: 0 0 0 20px;
  109. }
  110.  
  111. /* display name */
  112.  
  113. div.section div.identifier div.displayname
  114. {
  115.     font-family: Courier New, Sans-Serif;
  116.     margin: 1em 0 1em -20px;
  117. }
  118.  
  119. div.section div.identifier div.displayname a
  120. {
  121.     color: Black;
  122.     text-decoration: none;
  123. }
  124.  
  125. /* command arguments */
  126.  
  127. div.section div.identifier div.argumentDescriptions
  128. {
  129.     margin: 10px 0 0 0;
  130.     padding: 0;
  131. }
  132.  
  133. div.section div.identifier div.argumentDescriptions table
  134. {
  135.     margin: 0;
  136.     padding: 0;
  137.     border-collapse: collapse;
  138.     width: 100%;
  139. }
  140.  
  141. div.section div.identifier div.argumentDescriptions table td
  142. {
  143.     border: solid 1px #777777;
  144. }
  145.  
  146. div.section div.identifier div.argumentDescriptions table th
  147. {
  148.     font-weight: normal;
  149.     color: #333333;
  150.     background-color: #777777;
  151.     border: solid 1px #777777;
  152. }
  153.  
  154. div.section div.identifier div.argumentDescriptions table tr td.token
  155. {
  156.     font-style: italic;
  157.     width: 65px;
  158. }
  159.  
  160. div.section div.identifier div.argumentDescriptions table tr td.description
  161. {
  162.     width: 300px;
  163. }
  164.  
  165. div.section div.identifier div.argumentDescriptions table tr td.values
  166. {
  167.     
  168. }
  169.  
  170. /* variable value */
  171.  
  172. div.section div.identifier div.valueDescription
  173. {
  174.     margin: 10px 0 0 0;
  175.     padding: 0;
  176. }
  177.  
  178. div.section div.identifier div.valueDescription table
  179. {
  180.     margin: 0;
  181.     padding: 0;
  182.     border-collapse: collapse;
  183.     width: 100%;
  184. }
  185.  
  186. div.section div.identifier div.valueDescription table td
  187. {
  188.     border: solid 1px #777777;
  189. }
  190.  
  191. div.section div.identifier div.valueDescription table th
  192. {
  193.     font-weight: normal;
  194.     color: #333333;
  195.     background-color: #777777;
  196.     border: solid 1px #777777;
  197. }
  198.  
  199. div.section div.identifier div.valueDescription table tr td.token
  200. {
  201.     font-style: italic;
  202.     width: 65px;
  203. }
  204.  
  205. div.section div.identifier div.valueDescription table tr td.description
  206. {
  207. }
  208.  
  209. div.section div.identifier div.valueDescription table tr td.values
  210. {
  211.     width: 200px;
  212. }
  213.  
  214. div.section div.identifier div.valueDescription table tr td.range
  215. {
  216.     width: 50px;
  217. }
  218.  
  219. div.section div.identifier div.valueDescription table tr td.defaultValue
  220. {
  221.     text-align: right;
  222.     width: 50px;
  223. }
  224.  
  225. /* remarks */
  226.  
  227. div.section div.identifier div.remarks
  228. {
  229.     margin: 10px 0 0 0;
  230.     padding: 0;
  231. }
  232.  
  233. div.section div.identifier div.remarks div.remark
  234. {
  235.     margin: 10px 0 0 0;
  236. }
  237.  
  238. /* references */
  239.  
  240. div.section div.identifier div.references
  241. {
  242. }
  243.  
  244. div.section div.identifier div.references a.internal
  245. {
  246.     font-family: Courier New, Sans-Serif;
  247.     text-decoration: none;
  248. }
  249.  
  250. div.section div.identifier div.references a.external
  251. {
  252.     
  253. }
  254.  
  255. div.section div.identifier div.references span.none
  256. {
  257.     
  258. }