Guest User

invader.rcss

a guest
Jan 18th, 2016
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. body
  2. {
  3. font-family: Delicious;
  4. font-weight: normal;
  5. font-style: normal;
  6. font-size: 15;
  7. color: white;
  8. }
  9.  
  10. body.window
  11. {
  12. padding-top: 43px;
  13. padding-bottom: 20px;
  14.  
  15. min-width: 250px;
  16. max-width: 800px;
  17.  
  18. min-height: 135px;
  19. max-height: 700px;
  20. }
  21.  
  22.  
  23.  
  24. div#title_bar
  25. {
  26. z-index: 1;
  27.  
  28. position: absolute;
  29. top: 0px;
  30. left: 0px;
  31.  
  32. text-align: left;
  33. }
  34.  
  35. div#title_bar div#icon
  36. {
  37. z-index: 2;
  38.  
  39. position: absolute;
  40. left: 0px;
  41. top: 0px;
  42.  
  43. width: 51px;
  44. height: 39px;
  45.  
  46. icon-decorator: image;
  47. icon-image: high_scores_alien_3.tga 0px 0px 51px 39px;
  48.  
  49. }
  50.  
  51. div#title_bar span
  52. {
  53. padding-left: 58px;
  54. padding-right: 16px;
  55. padding-top: 10px;
  56. padding-bottom: 32px;
  57.  
  58. font-size: 22;
  59. font-weight: bold;
  60.  
  61. outline-font-effect: outline;
  62. outline-width: 1px;
  63. outline-color: black;
  64.  
  65. background-decorator: tiled-horizontal;
  66. background-left-image: invader.tga 147px 0px 229px 85px;
  67. background-center-image: invader.tga stretch 229px 0px 230px 85px;
  68. background-right-image: invader.tga 231px 0px 246px 85px;
  69. }
  70.  
  71.  
  72.  
  73. div#window
  74. {
  75. width: auto;
  76. padding: 10px 15px;
  77.  
  78. background-decorator: tiled-box;
  79. background-top-left-image: invader.tga 0px 0px 133px 140px;
  80. background-top-right-image: invader.tga 136px 0px 146px 140px;
  81. background-top-image: invader.tga stretch 134px 0px 135px 140px;
  82. background-bottom-left-image: invader.tga 0px 140px 11px 151px;
  83. background-bottom-right-image: invader.tga 136px 140px 146px 151px;
  84. background-bottom-image: invader.tga stretch 11px 140px 12px 151px;
  85. background-left-image: invader.tga stretch 0px 139px 10px 140px;
  86. background-center-image: invader.tga stretch 11px 139px 12px 140px;
  87. }
  88.  
  89. div#content
  90. {
  91. z-index: 2;
  92.  
  93. width: auto;
  94. height: 100%;
  95.  
  96. overflow: hidden auto;
  97.  
  98. text-align: center;
  99. }
  100.  
  101.  
  102.  
  103. p
  104. {
  105. text-align: left;
  106. margin-bottom: 1em;
  107. }
  108.  
  109. h1
  110. {
  111. margin-left: 0.4em;
  112. margin-bottom: 0.4em;
  113.  
  114. text-align: left;
  115. font-size: 16;
  116. font-weight: bold;
  117.  
  118. shadow-font-effect: shadow;
  119. shadow-offset: 1px 1px;
  120. shadow-color: black;
  121. }
  122.  
  123.  
  124.  
  125. input,
  126. select,
  127. dataselect
  128. {
  129. margin-left: 20px;
  130. }
  131.  
  132. input.submit
  133. {
  134. margin-left: 0px;
  135. }
  136.  
  137.  
  138.  
  139. button,
  140. input.submit
  141. {
  142. display: inline-block;
  143.  
  144. width: 159px;
  145. height: 37px;
  146.  
  147. padding-top: 8px;
  148. vertical-align: -18px;
  149.  
  150. font-size: 18;
  151. text-align: center;
  152. tab-index: auto;
  153.  
  154. background-decorator: image;
  155. background-image: invader.tga 247px 0px 406px 45px;
  156. }
  157.  
  158. button:focus,
  159. input.submit:focus
  160. {
  161. font-weight: bold;
  162.  
  163. shadow-font-effect: shadow;
  164. shadow-offset: 1px 1px;
  165. shadow-color: black;
  166. }
  167.  
  168. button:hover,
  169. input.submit:hover
  170. {
  171. background-image-t: 45px 90px;
  172. }
  173.  
  174. button:active,
  175. input.submit:active
  176. {
  177. background-image-t: 90px 135px;
  178. }
  179.  
  180.  
  181.  
  182. input.text
  183. {
  184. height: 31px;
  185. padding: 10px 10px 0px;
  186.  
  187. background-decorator: tiled-horizontal;
  188. background-left-image: invader.tga 162px 192px 176px 223px;
  189. background-center-image: invader.tga stretch 176px 192px 177px 223px;
  190. }
  191.  
  192. input.text,
  193. select,
  194. dataselect
  195. {
  196. color: black;
  197. font-size: 13;
  198. }
  199.  
  200. datagrid input.text
  201. {
  202. width: 100%;
  203. height: auto;
  204. margin: 0px;
  205. padding: 0px 2px 0px;
  206.  
  207. border-width: 1px;
  208. border-color: black;
  209. background-color: white;
  210.  
  211. font-size: 15;
  212.  
  213. background-decorator: none;
  214. }
  215.  
  216.  
  217.  
  218. select,
  219. dataselect
  220. {
  221. width: 175px;
  222. height: 37px;
  223. }
  224.  
  225. select selectvalue,
  226. dataselect selectvalue
  227. {
  228. width: auto;
  229. margin-right: 30px;
  230.  
  231. height: 28px;
  232. padding: 9px 10px 0px 10px;
  233.  
  234. background-decorator: image;
  235. background-image: invader.tga 162px 192px 307px 229px;
  236. }
  237.  
  238. select selectvalue:hover,
  239. dataselect selectvalue:hover
  240. {
  241. background-image-t: 230px 267px;
  242. }
  243.  
  244. select selectarrow,
  245. dataselect selectarrow
  246. {
  247. width: 30px;
  248. height: 37px;
  249.  
  250. icon-decorator: image;
  251. icon-image: invader.tga 307px 192px 337px 229px;
  252. }
  253.  
  254. select selectarrow:hover,
  255. dataselect selectarrow:hover
  256. {
  257. icon-image-t: 230px 267px;
  258. }
  259.  
  260. select selectarrow:active,
  261. select selectarrow:checked,
  262. dataselect selectarrow:active,
  263. dataselect selectarrow:checked
  264. {
  265. icon-image-t: 268px 305px;
  266. }
  267.  
  268. select selectbox,
  269. dataselect selectbox
  270. {
  271. margin-left: 1px;
  272. margin-top: -7px;
  273. width: 162px;
  274. padding: 1px 4px 4px 4px;
  275. }
  276.  
  277. select selectbox,
  278. dataselect selectbox,
  279. datagrid datagridbody
  280. {
  281. background-decorator: tiled-box;
  282. background-top-left-image: invader.tga 281px 275px 292px 284px;
  283. background-top-right-image: invader.tga 294px 275px 305px 284px;
  284. background-top-image: invader.tga stretch 292px 275px 293px 284px;
  285. background-bottom-left-image: invader.tga 281px 285px 292px 296px;
  286. background-bottom-right-image: invader.tga 294px 285px 305px 296px;
  287. background-bottom-image: invader.tga stretch 292px 285px 293px 296px;
  288. background-left-image: invader.tga stretch 281px 283px 292px 284px;
  289. background-center-image: invader.tga stretch 292px 283px 293px 284px;
  290. }
  291.  
  292. select selectbox option,
  293. dataselect selectbox option
  294. {
  295. width: auto;
  296. padding-left: 3px;
  297. }
  298.  
  299. select selectbox option:nth-child(even),
  300. dataselect selectbox option:nth-child(even),
  301. datagrid datagridrow:nth-child(even)
  302. {
  303. background: #FFFFFFA0;
  304. }
  305.  
  306. select selectbox option:hover,
  307. dataselect selectbox option:hover
  308. {
  309. background: #FF5D5D;
  310. }
  311.  
  312.  
  313.  
  314. input.radio,
  315. input.checkbox
  316. {
  317. width: 30px;
  318. height: 30px;
  319.  
  320. vertical-align: -11px;
  321. }
  322.  
  323. input.radio
  324. {
  325. icon-decorator: image;
  326. icon-image: invader.tga 407px 0px 437px 30px;
  327. }
  328.  
  329. input.radio:hover
  330. {
  331. icon-image-s: 437px 467px;
  332. }
  333.  
  334. input.radio:active
  335. {
  336. icon-image-s: 467px 497px;
  337. }
  338.  
  339. input.radio:checked
  340. {
  341. icon-image-t: 30px 60px;
  342. }
  343.  
  344. input.radio:checked:hover
  345. {
  346. icon-image-s: 437px 467px;
  347. icon-image-t: 30px 60px;
  348. }
  349.  
  350. input.radio:checked:active
  351. {
  352. icon-image-s: 467px 497px;
  353. icon-image-t: 30px 60px;
  354. }
  355.  
  356. input.checkbox
  357. {
  358. icon-decorator: image;
  359. icon-image: invader.tga 407px 60px 437px 90px;
  360. }
  361.  
  362. input.checkbox:hover
  363. {
  364. icon-image-s: 437px 467px;
  365. }
  366.  
  367. input.checkbox:active
  368. {
  369. icon-image-s: 467px 497px;
  370. }
  371.  
  372. input.checkbox:checked
  373. {
  374. icon-image-t: 90px 120px;
  375. }
  376.  
  377. input.checkbox:checked:hover
  378. {
  379. icon-image-s: 437px 467px;
  380. icon-image-t: 90px 120px;
  381. }
  382.  
  383. input.checkbox:checked:active
  384. {
  385. icon-image-s: 467px 497px;
  386. icon-image-t: 90px 120px;
  387. }
  388.  
  389.  
  390.  
  391. datagrid datagridheader
  392. {
  393. width: auto;
  394. height: 25px;
  395. padding: 5px 10px 0px 10px;
  396.  
  397. background-decorator: tiled-horizontal;
  398. background-left-image: invader.tga 127px 192px 143px 223px;
  399. background-center-image: invader.tga stretch 143px 192px 145px 223px;
  400. background-right-image: invader.tga 145px 192px 160px 223px;
  401. }
  402.  
  403. datagrid datagridbody
  404. {
  405. color: black;
  406.  
  407. margin-left: 4px;
  408. margin-right: 3px;
  409. padding: 0px 4px 4px 4px;
  410. }
  411.  
  412.  
  413.  
  414. datagridexpand
  415. {
  416. display: block;
  417.  
  418. margin: 1px 0px 1px 5px;
  419. height: 17px;
  420. width: 17px;
  421.  
  422. icon-decorator: image;
  423. icon-image: invader.tga 3px 232px 20px 249px;
  424. }
  425.  
  426. datagridexpand:hover
  427. {
  428. icon-image-s: 21px 38px;
  429. }
  430.  
  431. datagridexpand:active
  432. {
  433. icon-image-s: 39px 56px;
  434. }
  435.  
  436. datagridexpand.collapsed
  437. {
  438. icon-image-t: 250px 267px;
  439. }
  440.  
  441.  
  442.  
  443. scrollbarvertical
  444. {
  445. margin-top: -6px;
  446. margin-bottom: -6px;
  447. margin-right: -11px;
  448. width: 27px;
  449. }
  450.  
  451. scrollbarvertical slidertrack
  452. {
  453. background-decorator: tiled-vertical;
  454. background-top-image: invader.tga 70px 199px 97px 201px;
  455. background-center-image: invader.tga stretch 70px 201px 97px 202px;
  456. background-bottom-image: invader.tga 70px 203px 97px 204px;
  457. }
  458.  
  459. scrollbarvertical sliderbar
  460. {
  461. margin-left: 4px;
  462. width: 23px;
  463. min-height: 46px;
  464.  
  465. background-decorator: tiled-vertical;
  466. background-top-image: invader.tga 56px 152px 79px 175px;
  467. background-center-image: invader.tga stretch 56px 175px 79px 175px;
  468. background-bottom-image: invader.tga 56px 176px 79px 198px;
  469. }
  470.  
  471. scrollbarvertical sliderbar:hover
  472. {
  473. background-top-image-s: 80px 103px;
  474. background-center-image-s: 80px 103px;
  475. background-bottom-image-s: 80px 103px;
  476. }
  477.  
  478. scrollbarvertical sliderbar:active
  479. {
  480. background-top-image-s: 104px 127px;
  481. background-center-image-s: 104px 127px;
  482. background-bottom-image-s: 104px 127px;
  483. }
  484.  
  485. scrollbarvertical sliderarrowdec
  486. {
  487. width: 27px;
  488. height: 24px;
  489.  
  490. icon-decorator: image;
  491. icon-image: invader.tga 0px 152px 27px 176px;
  492. }
  493.  
  494. scrollbarvertical sliderarrowdec:hover,
  495. scrollbarvertical sliderarrowinc:hover
  496. {
  497. icon-image-t: 177px 201px;
  498. }
  499.  
  500. scrollbarvertical sliderarrowdec:active,
  501. scrollbarvertical sliderarrowinc:active
  502. {
  503. icon-image-t: 202px 226px;
  504. }
  505.  
  506. scrollbarvertical sliderarrowinc
  507. {
  508. width: 27px;
  509. height: 24px;
  510.  
  511. icon-decorator: image;
  512. icon-image: invader.tga 28px 152px 55px 176px;
  513. }
  514.  
  515.  
  516.  
  517. scrollbarhorizontal
  518. {
  519. width: 0px;
  520. height: 0px;
  521. }
Add Comment
Please, Sign In to add comment