Subversion Repositories wimsdev

Rev

Rev 7083 | Rev 9628 | 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: 0;
  6.   padding: 0 3px;
  7. }
  8. code{
  9.   border-left-width: 4px;
  10.   background-color:rgb(128,255,128);
  11.   background-color:rgba(0,128,0,0.1);
  12.   font-family: monospace, "Courier New";
  13.   line-height: 1.1em;
  14.   margin: 1em;
  15.   padding: .5em 1em;
  16. }
  17. #wims_deposit {
  18.   width:80%;
  19.   min-width:50em;
  20.   min-height:30em;
  21. }
  22. /* reference to filename */
  23. .wims_fname {
  24.   font-family: monospace, "Courier New";
  25.   color :#600;
  26.   font-weight:bold;
  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.  
  40. /* title of modules in a texte */
  41. .wims_mod_title {
  42.   color:blue;
  43.   font-style: italic;
  44. }
  45. /* descriptions of modules in help or text */
  46. .wims_mod_desc {
  47.   font-style: italic;
  48. }
  49. /* alertmsg */
  50. .wims_alertmsg{
  51.    margin:auto;
  52.    color: #A52A2A;
  53.    font-weight: bold;
  54.    padding: 10px;
  55.    border: solid 1px;
  56. }
  57. /* reference sur un label */
  58. .wims_label {
  59.    color:green ;
  60.    font-family: monospace, "Courier New";
  61.    padding: 3px ;
  62.    border:solid 1px ;
  63. }
  64. pre{
  65.    border-left-width: 4px;
  66.    background-color:rgb(128,255,128);
  67.    background-color:rgba(0,128,0,0.1);
  68.    font-family: monospace, "Courier New";
  69.    border-left-style: ridge;
  70.    line-height: 1.1em;
  71.    margin: 1em;
  72.    padding: .5em;
  73. }
  74.  
  75. /* words as login*/
  76. .wims_login {
  77.    color:blue;
  78.    font-weight:bold;
  79. }
  80.