Last change
on this file since 343 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.6 KB
|
Rev | Line | |
---|
[80] | 1 | #general { |
---|
| 2 | width: 660px; |
---|
| 3 | margin: 0 auto; |
---|
| 4 | font-family: arial, verdana, sans-serif; |
---|
| 5 | } |
---|
| 6 | |
---|
| 7 | .conteneur_bloc { |
---|
| 8 | float: left; |
---|
| 9 | width: 145px; |
---|
| 10 | font-size: 10px; |
---|
| 11 | border: 1px solid #555; |
---|
| 12 | |
---|
| 13 | list-style-type: none; |
---|
| 14 | padding: 6px; |
---|
| 15 | margin: 0; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | #reserves .conteneur_bloc { |
---|
| 19 | float:none; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | #reserves { |
---|
| 23 | width: 155px; |
---|
| 24 | float: right; |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | #reserves #avance { |
---|
| 28 | margin-top:6px; |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | .bloc { |
---|
| 32 | padding: 4px; |
---|
| 33 | margin: 4px 0; |
---|
| 34 | border: 1px solid #666; |
---|
| 35 | background-color:white; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | .sortableactive { |
---|
| 39 | border: 1px solid red; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | .sortablehover { |
---|
| 43 | border: 1px solid green; |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | .sorthelper { |
---|
| 47 | border: 1px dashed green; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | .poignee { |
---|
| 51 | width: 10px; |
---|
| 52 | height: 10px; |
---|
| 53 | background-color: green; |
---|
| 54 | float: left; |
---|
| 55 | margin-right: 4px; |
---|
| 56 | margin-bottom: 2px; |
---|
| 57 | cursor: move; |
---|
| 58 | } |
---|
| 59 | |
---|
| 60 | .titre-bloc { |
---|
| 61 | font-size: 10px; |
---|
| 62 | font-weight: bold; |
---|
| 63 | } |
---|
| 64 | |
---|
| 65 | .selecteur-param { |
---|
| 66 | font-size: 9px; |
---|
| 67 | width: 99%; |
---|
| 68 | } |
---|
| 69 | |
---|
| 70 | .clearer { |
---|
| 71 | clear: both; |
---|
| 72 | } |
---|
| 73 | |
---|
| 74 | #pageweb { |
---|
| 75 | float: left; |
---|
| 76 | border: 1px solid #ccc; |
---|
| 77 | width:486px; |
---|
| 78 | padding:4px; |
---|
| 79 | background-color: #fff; |
---|
| 80 | margin-bottom:6px; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | #bandeau, #footer { |
---|
| 84 | height: 40px; |
---|
| 85 | border: 1px solid #ccc; |
---|
| 86 | background-image:url(../images/stripes.gif); |
---|
| 87 | } |
---|
| 88 | |
---|
| 89 | #bandeau { |
---|
| 90 | margin-bottom: 4px; |
---|
| 91 | } |
---|
| 92 | |
---|
| 93 | #footer { |
---|
| 94 | margin-top: 4px; |
---|
| 95 | } |
---|
| 96 | |
---|
| 97 | .option-bloc { |
---|
| 98 | display: none; |
---|
| 99 | } |
---|
| 100 | |
---|
| 101 | |
---|
| 102 | #contexte2 { |
---|
| 103 | margin:0 4px; |
---|
| 104 | } |
---|
| 105 | |
---|
| 106 | #contexte1 .option-bloc { |
---|
| 107 | display: block; |
---|
| 108 | } |
---|
| 109 | |
---|
| 110 | #contexte2 .option-bloc { |
---|
| 111 | display: block; |
---|
| 112 | } |
---|
| 113 | |
---|
| 114 | #corps .option-bloc { |
---|
| 115 | display: block; |
---|
| 116 | } |
---|
| 117 | |
---|
| 118 | .option-bloc select { |
---|
| 119 | font-size: 9px; |
---|
| 120 | } |
---|
| 121 | |
---|
| 122 | #reponse { |
---|
| 123 | float:right; |
---|
| 124 | font-weight:bold; |
---|
| 125 | color:white; |
---|
| 126 | } |
---|
| 127 | |
---|
| 128 | #source { |
---|
| 129 | width:90%; |
---|
| 130 | } |
---|
| 131 | |
---|
| 132 | #deroulant-gabarits { |
---|
| 133 | text-align:right; |
---|
| 134 | font-family:arial, verdana, sans-serif; |
---|
| 135 | font-size:12px; |
---|
| 136 | margin:6px 170px 6px 0; |
---|
| 137 | } |
---|
| 138 | |
---|
| 139 | #deroulant-gabarits select { |
---|
| 140 | font-size:10px; |
---|
| 141 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.