KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 12KB

11 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693
  1. body {
  2. color: #000000;
  3. }
  4. #header ul#global-navigation {
  5. width: auto; /* to get space for advanced search */
  6. }
  7. div.tright {
  8. clear: right;
  9. float: right;
  10. margin-left: 0.7em;
  11. margin-right: 15px;
  12. }
  13. div.thumb {
  14. border: 1px solid #ddd;
  15. padding: 5px 5px 0;
  16. }
  17. .thumbcaption {
  18. font-size: 0.8em;
  19. }
  20. .magnify {
  21. float: right;
  22. }
  23. #wikitextframe {
  24. height: 700px;
  25. width: 100%;
  26. overflow: visible;
  27. }
  28. /* Styles for wiki user actions under the main navigations */
  29. #local-user-actions {
  30. height: 1em;
  31. text-align: right;
  32. }
  33. #local-user-actions a {
  34. margin-right: 10px;
  35. text-decoration: none;
  36. }
  37. #pt-personal {
  38. display: none;
  39. position: absolute;
  40. z-index: 9999;
  41. list-style: none inside;
  42. margin: 0;
  43. padding: 0;
  44. font-size: 12px;
  45. background: white;
  46. background: #fff url('../css/images/gradient-light-short-02.png') repeat-x scroll 0 -23px; /*TODO: fix path for different applications */
  47. border: 1px solid transparent;
  48. border-color: transparent #f6f6f6 #eee;
  49. -moz-box-shadow: 0 1px 2px #ddd;
  50. -webkit-box-shadow: 0 1px 2px #ddd;
  51. box-shadow: 0 1px 2px #ddd;
  52. border-bottom-left-radius: 5px;
  53. border-bottom-right-radius: 5px;
  54. -moz-border-radius-bottomleft: 5px;
  55. -moz-border-radius-bottomright: 5px;
  56. -webkit-border-bottom-left-radius: 5px;
  57. -webkit-border-bottom-right-radius: 5px;
  58. -khtml-border-bottom-left-radius: 5px;
  59. -khtml-border-bottom-right-radius: 5px;
  60. }
  61. #pt-personal li {
  62. margin: 0 10px;
  63. padding: 2px 0;
  64. }
  65. #pt-personal li a {
  66. margin: 3px;
  67. display: block;
  68. width: 100%;
  69. text-decoration: none;
  70. }
  71. #actions-trigger {
  72. padding-right: 1.2em;
  73. background: transparent url('../css/images/unfold-indicator-single.png') no-repeat scroll 4em 0.4em; /* toggle indicator */
  74. }
  75. .ui-oo-content-wrapper .ui-oo-box-shadow > * > h2, .content-wrapper .box-shadow > * > h2 {
  76. margin-top:1em;
  77. }
  78. /* Don't display things that shouldn't be displayed */
  79. #siteSub {
  80. display: none;
  81. }
  82. #jump-to-nav {
  83. display: none;
  84. }
  85. .printfooter {
  86. display: none;
  87. }
  88. /* Preferences page */
  89. #preferences {
  90. margin: 0;
  91. clear: both;
  92. padding: 1.5em;
  93. }
  94. #preferences legend {
  95. display: none;
  96. }
  97. #preftoc {
  98. width: 100%;
  99. clear: both;
  100. display: block;
  101. }
  102. #preftoc li {
  103. float: left;
  104. white-space: nowrap;
  105. padding-right: 10px;
  106. list-style-type: none;
  107. list-style-image: none;
  108. border: 1px solid #ddd;
  109. background: #fff url('../css/images/gradient-light-short.png') repeat-x scroll 0 -20px ;
  110. }
  111. #preftoc a {
  112. color: #666;
  113. text-decoration: none;
  114. }
  115. #preftoc li.selected {
  116. margin-top: 5px;
  117. font-weight: bold;
  118. }
  119. /* fieldsets */
  120. fieldset {
  121. border-top: 1px solid #ddd;
  122. border-bottom: 1px solid #ddd;
  123. margin: 1em 0 1em 0;
  124. padding: 0 1em 1em;
  125. line-height: 1.5em;
  126. }
  127. fieldset.nested {
  128. margin: 0 0 0.5em 0;
  129. padding: 0 0.5em 0.5em;
  130. }
  131. legend {
  132. padding: .5em;
  133. font-size: 95%;
  134. }
  135. /* contentSub */
  136. /* #contentSub, #contentSub2 {
  137. font-size: 84%;
  138. line-height: 1.2em;
  139. margin: 0 0 1.4em 1em;
  140. width: auto;
  141. } */
  142. /* END OFF: Styles for wiki user actions under the main navigations */
  143. td {
  144. border: none;
  145. }
  146. h4.mw-specialpagesgroup {
  147. margin:1em;
  148. padding:4px;
  149. }
  150. #contentSub, #contentSub2, hr, #toolbar, #editform, #editoptions, #catlinks, .mw-searchresult, #search,
  151. .special_info, .shell, .flash_video, div.mw-geshi, #successbox, #prefcache, dl {
  152. margin-left: 1em;
  153. margin-right: 1em;
  154. }
  155. #contentSub {
  156. position: relative;
  157. }
  158. hr {
  159. color: #AAAAAA;
  160. background-color: #AAAAAA;
  161. }
  162. h1 .editsection, h2 .editsection, h3 .editsection {
  163. /* position: 1; */
  164. font-size:small;
  165. font-weight:normal;
  166. }
  167. .toc {
  168. background:url("../geeko_tail.gif") no-repeat scroll right top #F6F6F6;
  169. /* display: block; */
  170. font-size: 95%;
  171. border: 1px solid #E0E0E0;
  172. margin: 1px;
  173. min-width: 30em;
  174. /* margin-top: 7px; */
  175. }
  176. .toc a {
  177. text-decoration: none;
  178. }
  179. .special_info, .toc {
  180. padding-right: 4em;
  181. }
  182. #toc h2, .toc h2 {
  183. display: inline;
  184. }
  185. /* trying to move the flaggedrev box out of the way */
  186. .flaggedrevs_short {
  187. border: 1px solid #DDDDDD;
  188. -moz-border-radius: 5px 5px 5px 5px;
  189. line-height: 1;
  190. position: absolute;
  191. right: 0;
  192. max-width: 320px;
  193. }
  194. .flaggedrevs_basic, .flaggedrevs_quality, .flaggedrevs_pristine,
  195. .flaggedrevs_notice, .flaggedrevs_editnotice, .flaggedrevs_diffnotice,
  196. .flaggedrevs_warning, .flaggedrevs_preview {
  197. margin: 1em;
  198. }
  199. #catlinks {
  200. border-top: 2px solid #D9E5BF;
  201. padding: 0.5em 0 0 2em;
  202. margin-top: 0.5em;
  203. margin-bottom: 0.5em;
  204. }
  205. .shell, div.mw-geshi {
  206. background-color:#F6F6F6;
  207. border:1px dotted #669900;
  208. font-family:monospace;
  209. border:1px solid #666666;
  210. padding: 0.3em;
  211. margin-bottom: 1em;
  212. }
  213. .image {
  214. }
  215. .CategoryTreeTag {
  216. margin:0.5ex 0 0 1em;
  217. }
  218. .lable-overley label {
  219. left:20px;
  220. }
  221. table {
  222. max-width: none;
  223. }
  224. .editsection {
  225. font-weight: normal;
  226. margin-left: 1em;
  227. margin-right: 1em;
  228. }
  229. ul, ol {
  230. list-style: disc outside none;
  231. }
  232. ol {
  233. list-style-type: decimal;
  234. }
  235. .center {
  236. text-align: center;
  237. }
  238. pre {
  239. margin-bottom: 1em;
  240. }
  241. div.minutes {
  242. background: none repeat scroll 0 0 #F0F0F4;
  243. border: 1px solid #669900;
  244. color: #000000;
  245. margin: 0 0 1em 1em;
  246. padding: 0 0.5em;
  247. white-space: pre;
  248. }
  249. /* Kategorie-Auswahl scrollbar */
  250. #SelectCategoryList {
  251. height:20em;
  252. overflow:auto;
  253. border: 1px solid #E0E0E0;
  254. margin-bottom:10px;
  255. margin-left: 0;
  256. }
  257. #SelectCategoryList li { margin: 0.1em 0; }
  258. /* expand templates inputbox */
  259. textarea#input {
  260. border: 1px solid #2f6fab;
  261. color: Black;
  262. background-color: white;
  263. width: 100%;
  264. padding: 0.1em;
  265. overflow: auto;
  266. }
  267. dt {
  268. font-weight: bold;
  269. }
  270. /* fix screenshot galleries */
  271. table.gallery td { vertical-align: top; }
  272. blockquote {
  273. padding-left: 5px;
  274. }
  275. /* formatting our search page */
  276. div.searchresults {
  277. border: none;
  278. }
  279. .mw-search-formheader {
  280. margin-left: 15px;
  281. margin-right: 15px;
  282. background-color: #F3F3F3;
  283. border: 1px solid silver;
  284. margin-top: 1em;
  285. }
  286. .mw-search-formheader div.search-types {
  287. float:left;
  288. padding-left:0.25em;
  289. }
  290. .mw-search-formheader div.search-types ul {
  291. list-style:none outside none !important;
  292. margin:0 !important;
  293. padding:0 !important;
  294. }
  295. .mw-search-formheader div.search-types ul li {
  296. float: left;
  297. margin:0;
  298. padding:0;
  299. }
  300. .mw-search-formheader div.search-types ul li.current a {
  301. color:#333333;
  302. cursor:default;
  303. }
  304. .mw-search-formheader div.search-types ul li a {
  305. background:none repeat scroll 0 0 transparent !important;
  306. padding:0.5em !important;
  307. }
  308. .mw-search-formheader div.search-types ul li a {
  309. display:block;
  310. padding:0.5em;
  311. }
  312. .mw-search-formheader div.results-info {
  313. float:right;
  314. padding-right: 0.5em;
  315. }
  316. .mw-search-formheader div.results-info ul {
  317. list-style:none outside none !important;
  318. margin:0 !important;
  319. padding:0 !important;
  320. }
  321. fieldset#mw-searchoptions {
  322. background-color:#F9F9F9;
  323. border-color:silver !important;
  324. border-right:1px solid silver !important;
  325. border-style:solid !important;
  326. border-width:0 1px 1px !important;
  327. border:1px solid #2F6FAB;
  328. padding: 1em;
  329. margin-left:15px !important;
  330. margin-right:15px !important;
  331. }
  332. fieldset#mw-searchoptions legend {
  333. display:none;
  334. }
  335. fieldset#mw-searchoptions h4 {
  336. float:left;
  337. margin:0;
  338. padding:0;
  339. }
  340. fieldset#mw-searchoptions div#mw-search-togglebox {
  341. float:right;
  342. }
  343. fieldset#mw-searchoptions div.divider {
  344. border-bottom:1px solid #DDDDDD;
  345. clear:both;
  346. margin-bottom:0.5em;
  347. padding-top:0.5em;
  348. }
  349. fieldset#mw-searchoptions table {
  350. float:left;
  351. margin-right:3em;
  352. }
  353. fieldset table {
  354. background:none repeat scroll 0 0 transparent;
  355. }
  356. .item-menu:hover > .item-menu-children {
  357. display: block;
  358. }
  359. .item-menu-children {
  360. position: absolute;
  361. display: none;
  362. margin: 0px 0px 0px -1px;
  363. padding: 0;
  364. z-index: 99;
  365. top: 30px;
  366. background-color: #111111;
  367. border-top: 1px solid #222222;
  368. }
  369. .item-menu-children p {
  370. margin: 0;
  371. color: #F0F0F0;
  372. padding-top: 4px;
  373. padding-bottom: 4px;
  374. padding-right: 16px;
  375. border: 1px solid #222222;
  376. border-top: 0px;
  377. }
  378. .item-menu-children a {
  379. color: #F0F0F0;
  380. text-decoration: none;
  381. }
  382. .item-menu-children a:hover, .div_menuDropdown a:focus {
  383. color: #6464E6;
  384. }
  385. #donations_container {
  386. padding-left: 10px;
  387. padding-right: 10px;
  388. text-align: center;
  389. }
  390. #donations_bar {
  391. background-color: #1B1B1B;
  392. border: solid 1px #222222;
  393. border-radius: 4px;
  394. padding: 0px;
  395. }
  396. #donations_bar > div {
  397. background-color: #2C2C2C;
  398. border: solid 1px #4A4A4A;
  399. width: 0%; /* Adjust with JavaScript */
  400. height: 20px;
  401. border-radius: 4px;
  402. }
  403. .box-description {
  404. background: #0A0A0A;
  405. border: solid 1px #171717;
  406. padding: 0px;
  407. margin-left: 10px;
  408. margin-right: 10px;
  409. }
  410. .error {
  411. color: red;
  412. font-weight: bold;
  413. margin-left: 15px;
  414. }
  415. thumb tright {
  416. margin-bottom: 10px;
  417. }
  418. .img_text_align {
  419. vertical-align: text-bottom;
  420. }
  421. .img_text_align_spaced {
  422. padding-top: 3px;
  423. vertical-align: text-bottom;
  424. }
  425. .img_thumb_128 {
  426. min-width: 128px;
  427. max-width: 128px;
  428. width: 128px;
  429. }
  430. .img_thumb_150 {
  431. min-width: 150px;
  432. max-width: 150px;
  433. width: 150px;
  434. }
  435. .a_bigger_text {
  436. font-weight: bold;
  437. }
  438. .a_bigger_text strong {
  439. font-weight: bold;
  440. font-size: 1.1em;
  441. }
  442. .p_bigger_text {
  443. font-size: 1.4em;
  444. }
  445. .p_extra_spaced br {
  446. margin-bottom: 6px;
  447. }
  448. #rslides_container {
  449. margin: 0 auto;
  450. position: relative;
  451. width: 1076px;
  452. background: #191919;
  453. margin-bottom: 25px;
  454. }
  455. .rslides {
  456. position: relative;
  457. list-style: none;
  458. overflow: hidden;
  459. width: 1000px;
  460. padding: 0;
  461. margin: 0;
  462. left: 38px;
  463. }
  464. .rslides li {
  465. -webkit-backface-visibility: hidden;
  466. position: absolute;
  467. display: none;
  468. width: 100%;
  469. left: 0;
  470. top: 0;
  471. }
  472. .rslides li:first-child {
  473. position: relative;
  474. display: block;
  475. float: left;
  476. }
  477. .rslides img {
  478. display: block;
  479. height: auto;
  480. float: left;
  481. width: 100%;
  482. border: 0;
  483. }
  484. .centered-btns_nav {
  485. z-index: 10;
  486. position: absolute;
  487. -webkit-tap-highlight-color: rgba(0,0,0,0);
  488. top: 50%;
  489. left: 0;
  490. opacity: 0.7;
  491. text-indent: -9999px;
  492. overflow: hidden;
  493. text-decoration: none;
  494. height: 61px;
  495. width: 38px;
  496. background: transparent url(../images/themes.gif) no-repeat left top;
  497. margin-top: -45px;
  498. }
  499. .centered-btns_nav:active {
  500. opacity: 1.0;
  501. }
  502. .centered-btns_nav.next {
  503. left: auto;
  504. background-position: right top;
  505. right: 0;
  506. }
  507. .transparent-btns_nav {
  508. z-index: 3;
  509. position: absolute;
  510. -webkit-tap-highlight-color: rgba(0,0,0,0);
  511. top: 0;
  512. left: 0;
  513. display: block;
  514. background: #fff; /* Fix for IE6-9 */
  515. opacity: 0;
  516. filter: alpha(opacity=1);
  517. width: 48%;
  518. text-indent: -9999px;
  519. overflow: hidden;
  520. height: 91%;
  521. }
  522. .transparent-btns_nav.next {
  523. left: auto;
  524. right: 0;
  525. }
  526. .large-btns_nav {
  527. z-index: 10;
  528. position: absolute;
  529. -webkit-tap-highlight-color: rgba(0,0,0,0);
  530. opacity: 0.6;
  531. text-indent: -9999px;
  532. overflow: hidden;
  533. top: 0;
  534. bottom: 0;
  535. left: 0;
  536. background: #191919 url(../images/themes.gif) no-repeat left 50%;
  537. width: 38px;
  538. }
  539. .large-btns_nav:active {
  540. opacity: 1.0;
  541. }
  542. .large-btns_nav.next {
  543. left: auto;
  544. background-position: right 50%;
  545. right: 0;
  546. }
  547. .centered-btns_nav:focus,
  548. .transparent-btns_nav:focus,
  549. .large-btns_nav:focus {
  550. outline: none;
  551. }
  552. .centered-btns_tabs,
  553. .transparent-btns_tabs,
  554. .large-btns_tabs {
  555. margin-top: 10px;
  556. text-align: right;
  557. }
  558. .centered-btns_tabs li,
  559. .transparent-btns_tabs li,
  560. .large-btns_tabs li {
  561. display: inline;
  562. float: none;
  563. _float: left;
  564. *float: left;
  565. margin-right: 5px;
  566. }
  567. .centered-btns_tabs a,
  568. .transparent-btns_tabs a,
  569. .large-btns_tabs a {
  570. text-indent: -9999px;
  571. overflow: hidden;
  572. -webkit-border-radius: 15px;
  573. -moz-border-radius: 15px;
  574. border-radius: 15px;
  575. background: #ccc;
  576. background: rgba(0,0,0, .2);
  577. display: inline-block;
  578. _display: block;
  579. *display: block;
  580. -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  581. -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  582. box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  583. width: 6px;
  584. height: 6px;
  585. }
  586. .centered-btns_here a,
  587. .transparent-btns_here a,
  588. .large-btns_here a {
  589. background: #222;
  590. background: rgba(0,0,0, .8);
  591. }