[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 /* 2 * CSS for WikiEditor jQuery plugin 3 */ 4 5 .wikiEditor-ui { 6 position: relative; 7 clear: both; 8 width: 100%; 9 background-color: #E0EEf7; 10 } 11 .wikiEditor-ui textarea { 12 width: 100%; 13 border: 0; 14 } 15 .wikiEditor-ui textarea:focus { 16 outline: none; 17 } 18 .wikiEditor-ui .wikiEditor-ui-clear { 19 clear: both; 20 } 21 .wikiEditor-ui .wikiEditor-ui-view { 22 border: 1px solid silver; 23 } 24 .wikiEditor-ui .wikiEditor-ui-top { 25 position: relative; 26 border-bottom: 1px solid silver; 27 } 28 .wikiEditor-ui .wikiEditor-ui-left { 29 float: left; 30 width: 100%; 31 } 32 .wikiEditor-ui .wikiEditor-ui-right { 33 float: right; 34 background: #F3F3F3; 35 overflow: hidden; 36 } 37 .wikiEditor-wikitext { 38 float: left; 39 width: 100%; 40 } 41 .wikiEditor-ui-controls { 42 float: left; 43 width: 100%; 44 background-color: white; 45 } 46 .wikiEditor-ui-tabs { 47 float: left; 48 height: 2.5em; 49 margin-right: -1px; 50 background-color: white; 51 border-left: 1px solid silver; 52 border-top: 1px solid silver; 53 } 54 .wikiEditor-ui-buttons { 55 float: right; 56 height: 2.5em; 57 margin-right: -1px; 58 background-color: white; 59 padding-left: 1em; 60 border-top: 1px solid white; 61 } 62 .wikiEditor-ui-buttons button { 63 margin-left: 0.5em; 64 } 65 .wikiEditor-ui-tabs div { 66 float: left; 67 height: 2.5em; 68 background-color: #f3f3f3; 69 border-right: 1px solid silver; 70 border-bottom: 1px solid silver; 71 } 72 .wikiEditor-ui-tabs div.current { 73 border-bottom: 1px solid white; 74 background-color: white; 75 } 76 .wikiEditor-ui-tabs div a { 77 display: inline-block; 78 padding: 0 0.75em; 79 line-height: 2.5em; 80 color: #0645AD; 81 } 82 .wikiEditor-ui-tabs div.current a { 83 color: #333333; 84 } 85 .wikiEditor-ui-tabs div.current a:hover { 86 text-decoration: none; 87 } 88 89 .wikiEditor-view-wikitext { 90 line-height: 1em; 91 } 92 .wikiEditor-ui-loading { 93 background: #f3f3f3; 94 z-index: 10; 95 position: absolute; 96 top: 0; 97 left: 0; 98 text-align: center; 99 height: 100%; 100 width: 100%; 101 border: 1px solid silver; 102 margin: -1px; 103 } 104 .wikiEditor-ui-loading span { 105 display: block; 106 height: 24px; 107 width: 24px; 108 /* @embed */ 109 background: url(images/toolbar/loading.gif) 0 0 no-repeat; 110 text-indent: -9999px; 111 margin: 0 auto; 112 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |