Last change
on this file since 674 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.5 KB
|
Rev | Line | |
---|
[80] | 1 | .autocompleter{ |
---|
| 2 | width:250px; |
---|
| 3 | background-color:#ddd; |
---|
| 4 | } |
---|
| 5 | .selectAutocompleter{ |
---|
| 6 | background-color:#aaa; |
---|
| 7 | } |
---|
| 8 | .rubrique{ |
---|
| 9 | font-weight:bold; |
---|
| 10 | } |
---|
| 11 | .article{ |
---|
| 12 | font-style: italic; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | #selection { |
---|
| 16 | font-family: verdana, sans-serif; |
---|
| 17 | font-size: 12px; |
---|
| 18 | list-style-type: none; |
---|
| 19 | padding: 0px; |
---|
| 20 | border: 1px solid #ccc; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | #selection li { |
---|
| 24 | font-size: 14px; |
---|
| 25 | font-weight: bold; |
---|
| 26 | background-color: #dedede; |
---|
| 27 | margin: 4px; |
---|
| 28 | padding: 4px; |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | #selection li a { |
---|
| 32 | padding: 2px; |
---|
| 33 | color: red; |
---|
| 34 | margin-left: 10px; |
---|
| 35 | } |
---|
| 36 | |
---|
| 37 | .sortHelper { |
---|
| 38 | background-color: white; |
---|
| 39 | border: 1px dashed #ccc; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | .sortableactive { |
---|
| 43 | |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | .sortablehover { |
---|
| 47 | border: 1px solid green; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | .sortable { |
---|
| 51 | background-color: green; |
---|
| 52 | font-size: 14px; |
---|
| 53 | padding: 4px; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | .selecteur { |
---|
| 57 | font-family: verdana, sans-serif; |
---|
| 58 | font-size: 10px; |
---|
| 59 | list-style-type: none; |
---|
| 60 | padding: 0px; |
---|
| 61 | border: 1px solid #ccc; |
---|
| 62 | |
---|
| 63 | } |
---|
| 64 | |
---|
| 65 | .section, .groupe { |
---|
| 66 | padding: 4px; |
---|
| 67 | margin: 4px; |
---|
| 68 | background-color: #ddd; |
---|
| 69 | } |
---|
| 70 | |
---|
| 71 | #bloc_sauver { |
---|
| 72 | border: 1px solid green; |
---|
| 73 | background-color: green; |
---|
| 74 | padding: 4px; |
---|
| 75 | } |
---|
| 76 | |
---|
| 77 | #bloc_sauver a { |
---|
| 78 | color: #fff; |
---|
| 79 | font-size: 12px; |
---|
| 80 | text-transform: uppercase; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | #ajout_lien { |
---|
| 84 | border:1px solid #ccc; |
---|
| 85 | padding:5px; |
---|
| 86 | margin-bottom:10px; |
---|
| 87 | } |
---|
| 88 | #ajout_lien_contenu{ |
---|
| 89 | background-color:#ddd; |
---|
| 90 | padding:5px; |
---|
| 91 | font-weight:bold; |
---|
| 92 | font-size:10px; |
---|
| 93 | font-family: verdana, sans-serif; |
---|
| 94 | } |
---|
| 95 | #ajout_lien p { |
---|
| 96 | margin:0px 0px 8px 0px; |
---|
| 97 | } |
---|
| 98 | #ajout_lien label { |
---|
| 99 | float: left; |
---|
| 100 | width: 7em; |
---|
| 101 | margin-right: 1em; |
---|
| 102 | padding-top:4px; |
---|
| 103 | } |
---|
| 104 | #ajout_lien input{ |
---|
| 105 | margin-bottom:2px; |
---|
| 106 | } |
---|
| 107 | #ajout_lien a{ |
---|
| 108 | display:block; |
---|
| 109 | font-weight:bold; |
---|
| 110 | margin-top:5px; |
---|
| 111 | } |
---|
| 112 | .url_petit { |
---|
| 113 | color:#333; |
---|
| 114 | font-size:0.75em; |
---|
| 115 | font-weight: normal; |
---|
| 116 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.