1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
#basic {
line-height: 3px;
line-height: 6px;
}
.idbasic {
line-height: 3px;
line-height: 6px;
}
#args {
color: red;
width: 1px;
}
#args_locals {
color: green;
width: 3px;
}
#local {
padding: 0;
color: red;
}
.scope-mix {
width: 8;
}
#hidden {
color: transparent;
color: transparent;
}
.both {
width: 15px;
height: 19%;
}
.one-arg {
width: 15px;
height: 49%;
}
.no-parens {
width: 5px;
height: 49%;
}
.no-args {
width: 5px;
height: 49%;
}
.arguments {
border: 1px solid black;
}
.arguments2 {
border: 1px;
}
.arguments3 {
border: 0px;
}
.arguments3 {
border: 1px solid red;
}
.arguments4 {
border: 1px solid red;
}
.div :-moz-placeholder {
color: #ffffff;
}
.div::-webkit-input-placeholder {
color: #ffffff;
}
.arglist {
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.a {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
|