source: trunk/spip/2.1/extensions/magusine-portage2.1/css/menu.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

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