Subversion Repositories wimsdev

Rev

Rev 3470 | Rev 4167 | Go to most recent revision | 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 {
  65.         padding:0.5em;
  66.         margin: 0.5em 0;
  67. }
  68. .exemple .title, .syntax .title {
  69.         font-weight: bold;
  70.         padding:0 0.5em;
  71.         padding:0.4em 0.5em;
  72.         -moz-border-radius: 4px;
  73.         -webkit-border-radius: 4px;
  74.         background-image:url("../../../gifs/editor/exemple.png");
  75.         padding-left:32px;
  76.         background-repeat: no-repeat;
  77.         background-position-y: 50%;
  78.         background-position-x: 2px;
  79.         margin-right: 0.5em;
  80.         margin-bottom: 0.5em;
  81. }
  82.  
  83. .explication {
  84.         padding:0.5em;
  85.         margin: 0.5em 0;
  86. }
  87. .explication .title {
  88.         font-weight: bold;
  89.         padding:0 0.5em;
  90.         padding:0.4em 0.5em;
  91.         -moz-border-radius: 4px;
  92.         -webkit-border-radius: 4px;
  93.         background-image:url("../../../gifs/editor/exemple.png");
  94.         padding-left:32px;
  95.         background-repeat: no-repeat;
  96.         background-position-y: 50%;
  97.         background-position-x: 2px;
  98.         margin-right: 0.5em;
  99.         margin-bottom: 0.5em;
  100. }
  101.  
  102. #menu_html {
  103.         width:182px;/* soit 7*26px */
  104. }
  105. #menu_apres
  106. {
  107.         width:104px;/* soit 4*26px */
  108. }
  109.  
  110. #menu_avant, #menu_pendant {
  111.         width:78px;/* soit 3*26px */
  112. }
  113.  
  114. ._spacer {
  115.         clear:both;
  116. }
  117. div#bloc-droit, #textarea {
  118.         float:left;
  119. }
  120.  
  121. .container h4{
  122.         margin: 0;
  123.         padding:0.5em 0 0.5em 1.5em;
  124. }
  125. .container .content{
  126.         padding:1em;
  127. }
  128. #help_container{
  129.         margin:1em 0;
  130. }
  131.  
  132. #textarea_buttons{
  133.         text-align:center;
  134.         margin-top:0.5em;
  135. }
  136. #divoptions select{
  137.         width:100%;
  138. }
  139. #divoptions {
  140.         text-align:center;
  141. }
  142.  
  143.  
  144. /**************** Autres styles specifiques ˆ l'editeur Javascript :*****/
  145. img {
  146.     border: 0;
  147.     vertical-align: middle;
  148. }
  149.  
  150. #select {
  151.     /*margin-top:23px;*/
  152. }
  153. form{
  154.         margin:0;
  155. }
  156.  
  157. #wims_deposit_id {
  158.     width:100%;
  159.     height:200px;
  160. }
  161. #markdown_toolbar {
  162.     position:relative;
  163.     list-style:none;
  164.     border:1px solid #d7d7d7;
  165.     background-color:#F6F6F6;
  166.     margin:0;
  167.     padding:0;
  168.     height:18px;
  169.     margin-bottom:2px;
  170. }
  171. #markdown_toolbar li {
  172.     list-style:none;
  173.     margin:0;
  174.     padding:0;
  175.     float:left;
  176. }
  177. #enev_menu,div#textarea {
  178. /* background-color:#FFFACD; */
  179.     width:70%;
  180.         min-width:550px;
  181. }
  182. ul#enev_menu{
  183.         list-style-type:none;
  184.         padding:0;
  185.         margin-bottom:0;
  186. }
  187. ul#enev_menu li{
  188.         display:inline-block;
  189.         text-align:center;
  190.         margin-right:20px;
  191. }
  192. div#bloc-droit {
  193.     margin-left:2em;
  194.    /* float:right;*/
  195. }
  196. #markdown_toolbar li a {
  197.     width:24px;
  198.     height:16px;
  199.     float:left;
  200.     display:block;
  201.     background-image:url("../../../gifs/editor/markdown_icons.png");
  202.     border:1px solid #fff;
  203.     border-right-color:#d7d7d7;
  204. }
  205. #markdown_toolbar li a:hover {
  206.     border-color:#900;
  207. }
  208.  
  209. #markdown_toolbar li span {
  210.     display:none;
  211. }
  212. #markdown_toolbar li a#markdown_help_button {
  213.     position:absolute;
  214.     top:0;
  215.     right:0;
  216.     border-left-color:#d7d7d7;
  217.     border-right-color:#fff;
  218. }
  219. #markdown_toolbar li a#markdown_help_button:hover {
  220.     border-left-color:#900;
  221.     border-right-color:#900;
  222. }
  223. #markdown_italics_button {
  224.     background-position: 0 -119px;
  225.      
  226. }
  227. #markdown_bold_button {
  228.     background-position: 0 -102px;
  229.      
  230. }
  231. #markdown_link_button {
  232.     background-position: 0 0;
  233.      
  234. }
  235. #markdown_image_button {
  236.     background-position: 0 -170px;
  237.      
  238. }
  239. #markdown_unordered_list_button {
  240.     background-position: 0 -34px;
  241.      
  242. }
  243. #markdown_ordered_list_button {
  244.     background-position: 0 -51px;
  245.      
  246. }
  247. #markdown_espace_button {
  248.     background-position: 0 -300px;
  249.      
  250. }
  251. #markdown_email_button {
  252.     background-position: 0 -136px;
  253. }
  254. #markdown_help_button {
  255.     background-position: 0 -153px;
  256.      
  257. }
  258. #markdown_heading_button {
  259.     background-position: 0 -85px;
  260.      
  261. }
  262. #markdown_auteur_button {
  263.     background-position: 0 -17px;
  264.      
  265. }
  266. #markdown_title_button {
  267.     background-position: 0 -68px;
  268. }
  269. #markdown_espace2_button {
  270.     background-position: 0 -300px;
  271.      
  272. }
  273. #markdown_statem_button {
  274.     background-position: 0 -187px;
  275.      
  276. }
  277. #markdown_hint_button {
  278.     background-position: 0 -204px;
  279.      
  280. }
  281. #help {
  282.     background-position: 0 -221px;
  283.      
  284. }
  285. #markdown_espace3_button {
  286.     background-position: 0 -300px;
  287.      
  288. }
  289. #markdown_solution_button {
  290.     background-position: 0 -238px;
  291. }
  292. #markdown_feed_button {
  293.     background-position: 0 -255px;
  294.      
  295. }
  296. #markdown_condition_button {
  297.     background-position: 0 -272px;
  298.      
  299. }
  300. #markdown_answer_button {
  301.     background-position: 0 -288px;
  302. }
  303. #ws {
  304.     display:none;
  305. }