Subversion Repositories wimsdev

Rev

Rev 7075 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* WORDS in code in all textes*/
  2. .tt{
  3.   font-family: monospace, "Courier New";
  4.   border-left-width: 3px;
  5.   margin: 0px 0px;
  6.   padding: 0px 3px;
  7. }
  8. code{
  9.   border-left-width: 4px;
  10.   background-color:rgba(0,128,0,0.1);
  11.   font-family: monospace, "Courier New";
  12.   line-height: 1.1em;
  13.   margin: 1em;
  14.   padding: 0.5em 1em;
  15. }
  16. #wims_deposit {
  17.   width:80%;
  18.   min-width:50em;
  19.   min-height:30em;
  20. }
  21. /* reference to filename */
  22. .wims_fname {
  23.   font-family: monospace, "Courier New";
  24.   color :#660000;
  25.   font-weight:bold;
  26.   background-color : #ffffe5;
  27. }
  28. /* reference to parameters */
  29. .wims_parm{background-color : #ffffe5;}
  30.  
  31. /* mots de code */
  32. .wims_code_words {color:blue;}
  33.  
  34. /* variables in help for example*/
  35. .wims_code_variable {color:navy;}
  36.  
  37. /*address as email adress, but also adresse of a file*/
  38. .wims_address {}
  39. /* title of modules in a texte */
  40. .wims_mod_title {
  41.   color:blue;
  42.   font-style: italic;
  43. }
  44. /* descriptions of modules in help or text */
  45. .wims_mod_desc {
  46.   font-style: italic;
  47. }
  48. /* warning (sur le mot "Attention" par exemple)*/
  49.  
  50. .wims_label {
  51.    color:green ;
  52.    font-family: monospace, "Courier New";
  53.    padding: 3px ;
  54.    border:solid 1px ;
  55. }
  56.  
  57. /* alertmsg */
  58. .wims_alertmsg{
  59.    margin:auto;
  60.    color: brown;
  61.    font-weight: bold;
  62.    padding: 10px;
  63.    border: solid 1px;
  64. }
  65.  
  66. pre{
  67.    border-left-width: 4px;
  68.    background-color:rgba(0,128,0,0.1);
  69.    font-family: monospace, "Courier New";
  70.    border-left-style: ridge;
  71.    line-height: 1.1em;
  72.    margin: 1em;
  73.    padding: 0.5em 0.5em;
  74. }
  75. #wimsmhelp pre {
  76.    border-left-width: 4px;
  77.    background-color:rgba(0,128,0,0.1);
  78.    font-family: monospace, "Courier New";
  79.    border-left-style: ridge;
  80.    line-height: 1.1em;
  81.    margin: 1em;
  82.    padding: 0.5em 1em;
  83. }
  84.  
  85. /* words as login*/
  86. .wims_login {
  87.    color:blue;
  88.    font-weight:bold;
  89. }