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.

693 lines
12KB

  1. body {
  2. color: #000000;
  3. min-width: 1160px;
  4. }
  5. #header ul#global-navigation {
  6. width: auto; /* to get space for advanced search */
  7. }
  8. div.tright {
  9. clear: right;
  10. float: right;
  11. margin-left: 0.7em;
  12. margin-right: 15px;
  13. }
  14. div.thumb {
  15. border: 1px solid #ddd;
  16. padding: 5px 5px 0;
  17. }
  18. .thumbcaption {
  19. font-size: 0.8em;
  20. }
  21. .magnify {
  22. float: right;
  23. }
  24. #wikitextframe {
  25. height: 700px;
  26. width: 100%;
  27. overflow: visible;
  28. }
  29. /* Styles for wiki user actions under the main navigations */
  30. #local-user-actions {
  31. height: 1em;
  32. text-align: right;
  33. }
  34. #local-user-actions a {
  35. margin-right: 10px;
  36. text-decoration: none;
  37. }
  38. #pt-personal {
  39. display: none;
  40. position: absolute;
  41. z-index: 9999;
  42. list-style: none inside;
  43. margin: 0;
  44. padding: 0;
  45. font-size: 12px;
  46. background: white;
  47. background: #fff url('../css/images/gradient-light-short-02.png') repeat-x scroll 0 -23px; /*TODO: fix path for different applications */
  48. border: 1px solid transparent;
  49. border-color: transparent #f6f6f6 #eee;
  50. -moz-box-shadow: 0 1px 2px #ddd;
  51. -webkit-box-shadow: 0 1px 2px #ddd;
  52. box-shadow: 0 1px 2px #ddd;
  53. border-bottom-left-radius: 5px;
  54. border-bottom-right-radius: 5px;
  55. -moz-border-radius-bottomleft: 5px;
  56. -moz-border-radius-bottomright: 5px;
  57. -webkit-border-bottom-left-radius: 5px;
  58. -webkit-border-bottom-right-radius: 5px;
  59. -khtml-border-bottom-left-radius: 5px;
  60. -khtml-border-bottom-right-radius: 5px;
  61. }
  62. #pt-personal li {
  63. margin: 0 10px;
  64. padding: 2px 0;
  65. }
  66. #pt-personal li a {
  67. margin: 3px;
  68. display: block;
  69. width: 100%;
  70. text-decoration: none;
  71. }
  72. #actions-trigger {
  73. padding-right: 1.2em;
  74. background: transparent url('../css/images/unfold-indicator-single.png') no-repeat scroll 4em 0.4em; /* toggle indicator */
  75. }
  76. .ui-oo-content-wrapper .ui-oo-box-shadow > * > h2, .content-wrapper .box-shadow > * > h2 {
  77. margin-top:1em;
  78. }
  79. /* Don't display things that shouldn't be displayed */
  80. #siteSub {
  81. display: none;
  82. }
  83. #jump-to-nav {
  84. display: none;
  85. }
  86. .printfooter {
  87. display: none;
  88. }
  89. /* Preferences page */
  90. #preferences {
  91. margin: 0;
  92. clear: both;
  93. padding: 1.5em;
  94. }
  95. #preferences legend {
  96. display: none;
  97. }
  98. #preftoc {
  99. width: 100%;
  100. clear: both;
  101. display: block;
  102. }
  103. #preftoc li {
  104. float: left;
  105. white-space: nowrap;
  106. padding-right: 10px;
  107. list-style-type: none;
  108. list-style-image: none;
  109. border: 1px solid #ddd;
  110. background: #fff url('../css/images/gradient-light-short.png') repeat-x scroll 0 -20px ;
  111. }
  112. #preftoc a {
  113. color: #666;
  114. text-decoration: none;
  115. }
  116. #preftoc li.selected {
  117. margin-top: 5px;
  118. font-weight: bold;
  119. }
  120. /* fieldsets */
  121. fieldset {
  122. border-top: 1px solid #ddd;
  123. border-bottom: 1px solid #ddd;
  124. margin: 1em 0 1em 0;
  125. padding: 0 1em 1em;
  126. line-height: 1.5em;
  127. }
  128. fieldset.nested {
  129. margin: 0 0 0.5em 0;
  130. padding: 0 0.5em 0.5em;
  131. }
  132. legend {
  133. padding: .5em;
  134. font-size: 95%;
  135. }
  136. /* contentSub */
  137. /* #contentSub, #contentSub2 {
  138. font-size: 84%;
  139. line-height: 1.2em;
  140. margin: 0 0 1.4em 1em;
  141. width: auto;
  142. } */
  143. /* END OFF: Styles for wiki user actions under the main navigations */
  144. td {
  145. border: none;
  146. }
  147. h4.mw-specialpagesgroup {
  148. margin:1em;
  149. padding:4px;
  150. }
  151. #contentSub, #contentSub2, hr, #toolbar, #editform, #editoptions, #catlinks, .mw-searchresult, #search,
  152. .special_info, .shell, .flash_video, div.mw-geshi, #successbox, #prefcache, dl {
  153. margin-left: 1em;
  154. margin-right: 1em;
  155. }
  156. #contentSub {
  157. position: relative;
  158. }
  159. hr {
  160. color: #AAAAAA;
  161. background-color: #AAAAAA;
  162. }
  163. h1 .editsection, h2 .editsection, h3 .editsection {
  164. /* position: 1; */
  165. font-size:small;
  166. font-weight:normal;
  167. }
  168. .toc {
  169. background:url("../geeko_tail.gif") no-repeat scroll right top #F6F6F6;
  170. /* display: block; */
  171. font-size: 95%;
  172. border: 1px solid #E0E0E0;
  173. margin: 1px;
  174. min-width: 30em;
  175. /* margin-top: 7px; */
  176. }
  177. .toc a {
  178. text-decoration: none;
  179. }
  180. .special_info, .toc {
  181. padding-right: 4em;
  182. }
  183. #toc h2, .toc h2 {
  184. display: inline;
  185. }
  186. /* trying to move the flaggedrev box out of the way */
  187. .flaggedrevs_short {
  188. border: 1px solid #DDDDDD;
  189. -moz-border-radius: 5px 5px 5px 5px;
  190. line-height: 1;
  191. position: absolute;
  192. right: 0;
  193. max-width: 320px;
  194. }
  195. .flaggedrevs_basic, .flaggedrevs_quality, .flaggedrevs_pristine,
  196. .flaggedrevs_notice, .flaggedrevs_editnotice, .flaggedrevs_diffnotice,
  197. .flaggedrevs_warning, .flaggedrevs_preview {
  198. margin: 1em;
  199. }
  200. #catlinks {
  201. border-top: 2px solid #D9E5BF;
  202. padding: 0.5em 0 0 2em;
  203. margin-top: 0.5em;
  204. margin-bottom: 0.5em;
  205. }
  206. .shell, div.mw-geshi {
  207. background-color:#F6F6F6;
  208. border:1px dotted #669900;
  209. font-family:monospace;
  210. border:1px solid #666666;
  211. padding: 0.3em;
  212. margin-bottom: 1em;
  213. }
  214. .image {
  215. }
  216. .CategoryTreeTag {
  217. margin:0.5ex 0 0 1em;
  218. }
  219. .lable-overley label {
  220. left:20px;
  221. }
  222. table {
  223. max-width: none;
  224. }
  225. .editsection {
  226. font-weight: normal;
  227. margin-left: 1em;
  228. margin-right: 1em;
  229. }
  230. ul, ol {
  231. list-style: disc outside none;
  232. }
  233. ol {
  234. list-style-type: decimal;
  235. }
  236. .center {
  237. text-align: center;
  238. }
  239. pre {
  240. margin-bottom: 1em;
  241. }
  242. div.minutes {
  243. background: none repeat scroll 0 0 #F0F0F4;
  244. border: 1px solid #669900;
  245. color: #000000;
  246. margin: 0 0 1em 1em;
  247. padding: 0 0.5em;
  248. white-space: pre;
  249. }
  250. /* Kategorie-Auswahl scrollbar */
  251. #SelectCategoryList {
  252. height:20em;
  253. overflow:auto;
  254. border: 1px solid #E0E0E0;
  255. margin-bottom:10px;
  256. margin-left: 0;
  257. }
  258. #SelectCategoryList li { margin: 0.1em 0; }
  259. /* expand templates inputbox */
  260. textarea#input {
  261. border: 1px solid #2f6fab;
  262. color: Black;
  263. background-color: white;
  264. width: 100%;
  265. padding: 0.1em;
  266. overflow: auto;
  267. }
  268. dt {
  269. font-weight: bold;
  270. }
  271. /* fix screenshot galleries */
  272. table.gallery td { vertical-align: top; }
  273. blockquote {
  274. padding-left: 5px;
  275. }
  276. /* formatting our search page */
  277. div.searchresults {
  278. border: none;
  279. }
  280. .mw-search-formheader {
  281. margin-left: 15px;
  282. margin-right: 15px;
  283. background-color: #F3F3F3;
  284. border: 1px solid silver;
  285. margin-top: 1em;
  286. }
  287. .mw-search-formheader div.search-types {
  288. float:left;
  289. padding-left:0.25em;
  290. }
  291. .mw-search-formheader div.search-types ul {
  292. list-style:none outside none !important;
  293. margin:0 !important;
  294. padding:0 !important;
  295. }
  296. .mw-search-formheader div.search-types ul li {
  297. float: left;
  298. margin:0;
  299. padding:0;
  300. }
  301. .mw-search-formheader div.search-types ul li.current a {
  302. color:#333333;
  303. cursor:default;
  304. }
  305. .mw-search-formheader div.search-types ul li a {
  306. background:none repeat scroll 0 0 transparent !important;
  307. padding:0.5em !important;
  308. }
  309. .mw-search-formheader div.search-types ul li a {
  310. display:block;
  311. padding:0.5em;
  312. }
  313. .mw-search-formheader div.results-info {
  314. float:right;
  315. padding-right: 0.5em;
  316. }
  317. .mw-search-formheader div.results-info ul {
  318. list-style:none outside none !important;
  319. margin:0 !important;
  320. padding:0 !important;
  321. }
  322. fieldset#mw-searchoptions {
  323. background-color:#F9F9F9;
  324. border-color:silver !important;
  325. border-right:1px solid silver !important;
  326. border-style:solid !important;
  327. border-width:0 1px 1px !important;
  328. border:1px solid #2F6FAB;
  329. padding: 1em;
  330. margin-left:15px !important;
  331. margin-right:15px !important;
  332. }
  333. fieldset#mw-searchoptions legend {
  334. display:none;
  335. }
  336. fieldset#mw-searchoptions h4 {
  337. float:left;
  338. margin:0;
  339. padding:0;
  340. }
  341. fieldset#mw-searchoptions div#mw-search-togglebox {
  342. float:right;
  343. }
  344. fieldset#mw-searchoptions div.divider {
  345. border-bottom:1px solid #DDDDDD;
  346. clear:both;
  347. margin-bottom:0.5em;
  348. padding-top:0.5em;
  349. }
  350. fieldset#mw-searchoptions table {
  351. float:left;
  352. margin-right:3em;
  353. }
  354. fieldset table {
  355. background:none repeat scroll 0 0 transparent;
  356. }
  357. .div_menuDropdown {
  358. position: absolute;
  359. top: 30px;
  360. left: 0px;
  361. background-color: #111111;
  362. border-top: 1px solid #222222;
  363. padding: 0px;
  364. visibility: hidden;
  365. text-decoration: none;
  366. z-index: 99;
  367. }
  368. .div_menuDropdown p {
  369. color: #F0F0F0;
  370. margin: 0 0 0 0;
  371. padding-top: 4px;
  372. padding-bottom: 4px;
  373. padding-left: 16px;
  374. padding-right: 16px;
  375. border: 1px solid #222222;
  376. border-top: 0px;
  377. }
  378. .div_menuDropdown a {
  379. color: #F0F0F0;
  380. text-decoration: none;
  381. }
  382. .div_menuDropdown 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. }