Subversion Repositories wimsdev

Rev

Rev 4575 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /**** A placer dans le theme pour modifier les couleurs : ********/
  2.  
  3. /**** Couleurs de l'Editeur Createxo ***/
  4. .exemple {
  5.         background-color:#EEFACD;
  6. }
  7. .exemple .title {
  8.         background-color:#DDCACD;
  9.         color:black;
  10.         border : 1px solid #AFAFAF;
  11.         -moz-border-radius: 4px;
  12.         -webkit-border-radius: 4px;
  13. }
  14.  
  15. .syntax {
  16.         background-color:#EEFACD;
  17. }
  18. .syntax .title {
  19.         background-color:#DDCACD;
  20.         color:black;
  21.         border : 1px solid #AFAFAF;
  22.         -moz-border-radius: 4px;
  23.         -webkit-border-radius: 4px;
  24. }
  25.  
  26. .explication {
  27.         background-color:#EEFACD;
  28. }
  29.  
  30. .explication .title {
  31.         background-color:#DDCACD;
  32.         color:black;
  33.         border : 1px solid #AFAFAF;
  34.         -moz-border-radius: 4px;
  35.         -webkit-border-radius: 4px;
  36. }
  37.  
  38. #aide .wims_help_example {display:none;
  39. }
  40. #menu_html, #menu_avant, #menu_pendant, #menu_apres {
  41.         border :1px solid grey;
  42. }
  43.  
  44. div.container{
  45.         border:1px solid grey;
  46.         background-color:white;
  47.         color:black;
  48.         -moz-border-radius:15px;
  49.         -webkit-border-radius:15px;
  50. }
  51. .container h4{
  52.     border-bottom:1px solid #333;
  53.         /*background-color:#F96;
  54.         color:black;*/
  55.         -webkit-border-top-left-radius:15px;
  56.         -webkit-border-top-right-radius:15px;
  57.         -moz-border-radius-topleft: 15px;
  58.         -moz-border-radius-topright: 15px;
  59. }
  60.  
  61.  
  62.  
  63. /**** Design de l'Editeur Createxo ***/
  64. .exemple,.syntax,.description {
  65.         padding:0.5em;
  66.         margin: 0.5em 0;
  67. }
  68.  
  69. .description .title{
  70.         font-weight: bold;
  71.         text-align:center;
  72. }
  73.  
  74. .exemple .title, .syntax .title {
  75.     text-align:left;
  76.         font-weight: bold;
  77.         padding:0 0.5em;
  78.         padding:0.4em 0.5em;
  79.         -moz-border-radius: 4px;
  80.         -webkit-border-radius: 4px;
  81.         background-image:url("../../../gifs/editor/exemple.png");
  82.         padding-left:32px;
  83.         background-repeat: no-repeat;
  84.         background-position-y: 50%;
  85.         background-position-x: 2px;
  86.         margin-right: 0.5em;
  87.         margin-bottom: 0.5em;
  88. }
  89.  
  90. .explication {
  91.         padding:0.5em;
  92.         margin: 0.5em 0;
  93. }
  94. .explication .title {
  95.         font-weight: bold;
  96.         padding:0 0.5em;
  97.         padding:0.4em 0.5em;
  98.         -moz-border-radius: 4px;
  99.         -webkit-border-radius: 4px;
  100.         background-image:url("../../../gifs/editor/exemple.png");
  101.         padding-left:32px;
  102.         background-repeat: no-repeat;
  103.         background-position-y: 50%;
  104.         background-position-x: 2px;
  105.         margin-right: 0.5em;
  106.         margin-bottom: 0.5em;
  107. }
  108.  
  109. #menu_html {
  110.         width:182px;/* soit 7*26px */
  111. }
  112. #menu_apres
  113. {
  114.         width:104px;/* soit 4*26px */
  115. }
  116.  
  117. #menu_avant, #menu_pendant {
  118.         width:78px;/* soit 3*26px */
  119. }
  120.  
  121. ._spacer {
  122.         clear:both;
  123. }
  124. div#bloc-droit, #textarea {
  125.         float:left;
  126. }
  127.  
  128. .container h4{
  129.         margin: 0;
  130.         padding:0.5em 0 0.5em 1.5em;
  131. }
  132. .container .content{
  133.         padding:1em;
  134. }
  135. #help_container{
  136.         margin:1em 0;
  137. }
  138.  
  139. #textarea_buttons{
  140.         text-align:center;
  141.         margin-top:0.5em;
  142. }
  143. #divoptions select{
  144.         width:100%;
  145. }
  146. #divoptions {
  147.         text-align:center;
  148. }
  149.  
  150.  
  151. /**************** Autres styles specifiques ˆ l'editeur Javascript :*****/
  152. img {
  153.     border: 0;
  154.     vertical-align: middle;
  155. }
  156.  
  157. #select {
  158.     /*margin-top:23px;*/
  159. }
  160. form{
  161.         margin:0;
  162. }
  163.  
  164. #wims_deposit_id {
  165.     width:100%;
  166.     height:300px;
  167. }
  168. #markdown_toolbar {
  169.     position:relative;
  170.     list-style:none;
  171.     border:1px solid #d7d7d7;
  172.     background-color:#F6F6F6;
  173.     margin:0;
  174.     padding:0;
  175.     height:18px;
  176.     margin-bottom:2px;
  177. }
  178. #markdown_toolbar li {
  179.     list-style:none;
  180.     margin:0;
  181.     padding:0;
  182.     float:left;
  183. }
  184. #enev_menu,div#textarea {
  185. /* background-color:#FFFACD; */
  186.     width:70%;
  187.         min-width:550px;
  188. }
  189. ul#enev_menu{
  190.         list-style-type:none;
  191.         padding:0;
  192.         margin-bottom:0;
  193. }
  194. ul#enev_menu li{
  195.         display:inline-block;
  196.         text-align:center;
  197.         margin-right:20px;
  198. }
  199. div#bloc-droit {
  200.     margin-left:2em;
  201.    /* float:right;*/
  202. }
  203. #markdown_toolbar li a {
  204.     width:24px;
  205.     height:16px;
  206.     float:left;
  207.     display:block;
  208.     background-image:url("../../../gifs/editor/markdown_icons.png");
  209.     border:1px solid #fff;
  210.     border-right-color:#d7d7d7;
  211. }
  212. #markdown_toolbar li a:hover {
  213.     border-color:#900;
  214. }
  215.  
  216. #markdown_toolbar li span {
  217.     display:none;
  218. }
  219. #markdown_toolbar li a#markdown_help_button {
  220.     position:absolute;
  221.     top:0;
  222.     right:0;
  223.     border-left-color:#d7d7d7;
  224.     border-right-color:#fff;
  225. }
  226. #markdown_toolbar li a#markdown_help_button:hover {
  227.     border-left-color:#900;
  228.     border-right-color:#900;
  229. }
  230. #markdown_italics_button {
  231.     background-position: 0 -119px;
  232. }
  233.  
  234. #markdown_bold_button {
  235.     background-position: 0 -102px;
  236. }
  237.  
  238. #markdown_link_button {
  239.     background-position: 0 0;
  240. }
  241.  
  242. #markdown_image_button {
  243.     background-position: 0 -170px;
  244. }
  245.  
  246. #markdown_unordered_list_button {
  247.     background-position: 0 -34px;
  248. }
  249.  
  250. #markdown_ordered_list_button {
  251.     background-position: 0 -51px;
  252. }
  253.  
  254. #markdown_espace_button {
  255.     background-position: 0 -351px;
  256. }
  257.  
  258. #markdown_email_button {
  259.     background-position: 0 -136px;
  260. }
  261.  
  262. #markdown_help_button {
  263.     background-position: 0 -153px;
  264. }
  265.  
  266. #markdown_heading_button {
  267.     background-position: 0 -85px;
  268. }
  269.  
  270. #markdown_auteur_button {
  271.     background-position: 0 -17px;
  272. }
  273.  
  274. #markdown_title_button {
  275.     background-position: 0 -68px;
  276. }
  277.  
  278. #markdown_statem_button {
  279.     background-position: 0 -187px;
  280. }
  281.  
  282. #markdown_hint_button {
  283.     background-position: 0 -204px;  
  284.  
  285. }
  286. #markdown_link_external_button {
  287.     background-position: 0 -319px;
  288.  
  289. }
  290. #markdown_link_internal_button {
  291.     background-position: 0 -335px;
  292.  
  293. }
  294. #help {
  295.     background-position: 0 -221px;    
  296. }
  297.  
  298. #markdown_solution_button {
  299.     background-position: 0 -238px;
  300.    
  301. }
  302. #markdown_feed_button {
  303.     background-position: 0 -255px;
  304. }
  305.  
  306. #markdown_condition_button {
  307.     background-position: 0 -272px;
  308. }
  309.  
  310. #markdown_answer_button {
  311.     background-position: 0 -288px;
  312. }
  313. #ws {
  314.     display:none;
  315. }