Subversion Repositories wimsdev

Rev

Rev 17143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17143 Rev 17650
Line 54... Line 54...
54
/* reference to parameters */
54
/* reference to parameters */
55
.wims_parm{background-color : #ffffe5;}
55
.wims_parm{background-color : #ffffe5;}
56
 
56
 
57
/* mots de code */
57
/* mots de code */
58
.wims_code_words {color:blue;}
58
.wims_code_words {color:blue;}
-
 
59
 
-
 
60
/* The <kbd> HTML element represents a span of
-
 
61
 inline text denoting textual user input from a keyboard,
-
 
62
 voice input, or any other text entry device.
-
 
63
*/
-
 
64
kbd {
-
 
65
  border: 1px solid #b4b4b4;
-
 
66
  background-color: #eee;
-
 
67
  color: #333;
-
 
68
  border-radius: 3px;
-
 
69
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
-
 
70
  line-height: 1;
-
 
71
  font-weight: bold;
-
 
72
  display: inline-block;
-
 
73
  letter-spacing: .05em;
-
 
74
  padding: 2px 4px;
-
 
75
  white-space: nowrap;
-
 
76
}
59
 
77
 
60
/* variables in help for example*/
78
/* variables in help for example*/
61
.wims_code_variable {color:navy;}
79
.wims_code_variable {color:navy;}
62
 
80
 
63
/*address as email adress, but also adresse of a file*/
81
/*address as email adress, but also adresse of a file*/