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.

678 lines
12KB

  1. body {
  2. color: #000000;
  3. min-width: 1000px;
  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_menuSoftware {
  358. position: absolute;
  359. top: 30px;
  360. left: 0px;
  361. background-color: #111111;
  362. border: 1px solid #222222;
  363. padding: 8px;
  364. padding-top: 0px;
  365. visibility: hidden;
  366. text-decoration: none;
  367. }
  368. #div_menuSoftware img {
  369. padding-right: 4px;
  370. padding-top: 8px;
  371. }
  372. #donations_container {
  373. padding-left: 10px;
  374. padding-right: 10px;
  375. text-align: center;
  376. }
  377. #donations_bar {
  378. background-color: #1B1B1B;
  379. border: solid 1px #222222;
  380. border-radius: 4px;
  381. padding: 0px;
  382. }
  383. #donations_bar > div {
  384. background-color: #2C2C2C;
  385. border: solid 1px #4A4A4A;
  386. width: 0%; /* Adjust with JavaScript */
  387. height: 20px;
  388. border-radius: 4px;
  389. }
  390. .box-description {
  391. background: #0A0A0A;
  392. border: solid 1px #171717;
  393. padding: 0px;
  394. margin-left: 10px;
  395. margin-right: 10px;
  396. }
  397. .error {
  398. color: red;
  399. font-weight: bold;
  400. margin-left: 15px;
  401. }
  402. thumb tright {
  403. margin-bottom: 10px;
  404. }
  405. .img_text_align {
  406. vertical-align: text-bottom;
  407. }
  408. .img_text_align_spaced {
  409. padding-top: 3px;
  410. vertical-align: text-bottom;
  411. }
  412. .img_thumb_128 {
  413. min-width: 128px;
  414. max-width: 128px;
  415. width: 128px;
  416. }
  417. .img_thumb_150 {
  418. min-width: 150px;
  419. max-width: 150px;
  420. width: 150px;
  421. }
  422. .a_bigger_text {
  423. font-weight: bold;
  424. }
  425. .a_bigger_text strong {
  426. font-weight: bold;
  427. font-size: 1.1em;
  428. }
  429. .p_bigger_text {
  430. font-size: 1.4em;
  431. }
  432. .p_extra_spaced br {
  433. margin-bottom: 6px;
  434. }
  435. #rslides_container {
  436. margin: 0 auto;
  437. position: relative;
  438. width: 1076px;
  439. background: #191919;
  440. margin-bottom: 25px;
  441. }
  442. .rslides {
  443. position: relative;
  444. list-style: none;
  445. overflow: hidden;
  446. width: 1000px;
  447. padding: 0;
  448. margin: 0;
  449. left: 38px;
  450. }
  451. .rslides li {
  452. -webkit-backface-visibility: hidden;
  453. position: absolute;
  454. display: none;
  455. width: 100%;
  456. left: 0;
  457. top: 0;
  458. }
  459. .rslides li:first-child {
  460. position: relative;
  461. display: block;
  462. float: left;
  463. }
  464. .rslides img {
  465. display: block;
  466. height: auto;
  467. float: left;
  468. width: 100%;
  469. border: 0;
  470. }
  471. .centered-btns_nav {
  472. z-index: 10;
  473. position: absolute;
  474. -webkit-tap-highlight-color: rgba(0,0,0,0);
  475. top: 50%;
  476. left: 0;
  477. opacity: 0.7;
  478. text-indent: -9999px;
  479. overflow: hidden;
  480. text-decoration: none;
  481. height: 61px;
  482. width: 38px;
  483. background: transparent url(../images/themes.gif) no-repeat left top;
  484. margin-top: -45px;
  485. }
  486. .centered-btns_nav:active {
  487. opacity: 1.0;
  488. }
  489. .centered-btns_nav.next {
  490. left: auto;
  491. background-position: right top;
  492. right: 0;
  493. }
  494. .transparent-btns_nav {
  495. z-index: 3;
  496. position: absolute;
  497. -webkit-tap-highlight-color: rgba(0,0,0,0);
  498. top: 0;
  499. left: 0;
  500. display: block;
  501. background: #fff; /* Fix for IE6-9 */
  502. opacity: 0;
  503. filter: alpha(opacity=1);
  504. width: 48%;
  505. text-indent: -9999px;
  506. overflow: hidden;
  507. height: 91%;
  508. }
  509. .transparent-btns_nav.next {
  510. left: auto;
  511. right: 0;
  512. }
  513. .large-btns_nav {
  514. z-index: 10;
  515. position: absolute;
  516. -webkit-tap-highlight-color: rgba(0,0,0,0);
  517. opacity: 0.6;
  518. text-indent: -9999px;
  519. overflow: hidden;
  520. top: 0;
  521. bottom: 0;
  522. left: 0;
  523. background: #191919 url(../images/themes.gif) no-repeat left 50%;
  524. width: 38px;
  525. }
  526. .large-btns_nav:active {
  527. opacity: 1.0;
  528. }
  529. .large-btns_nav.next {
  530. left: auto;
  531. background-position: right 50%;
  532. right: 0;
  533. }
  534. .centered-btns_nav:focus,
  535. .transparent-btns_nav:focus,
  536. .large-btns_nav:focus {
  537. outline: none;
  538. }
  539. .centered-btns_tabs,
  540. .transparent-btns_tabs,
  541. .large-btns_tabs {
  542. margin-top: 10px;
  543. text-align: right;
  544. }
  545. .centered-btns_tabs li,
  546. .transparent-btns_tabs li,
  547. .large-btns_tabs li {
  548. display: inline;
  549. float: none;
  550. _float: left;
  551. *float: left;
  552. margin-right: 5px;
  553. }
  554. .centered-btns_tabs a,
  555. .transparent-btns_tabs a,
  556. .large-btns_tabs a {
  557. text-indent: -9999px;
  558. overflow: hidden;
  559. -webkit-border-radius: 15px;
  560. -moz-border-radius: 15px;
  561. border-radius: 15px;
  562. background: #ccc;
  563. background: rgba(0,0,0, .2);
  564. display: inline-block;
  565. _display: block;
  566. *display: block;
  567. -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  568. -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  569. box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  570. width: 6px;
  571. height: 6px;
  572. }
  573. .centered-btns_here a,
  574. .transparent-btns_here a,
  575. .large-btns_here a {
  576. background: #222;
  577. background: rgba(0,0,0, .8);
  578. }