source: ether_2012/web/resources/css/autocomplete/style.css @ 319

Last change on this file since 319 was 319, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

File size: 1.8 KB
Line 
1label
2{
3        font-size: 0.7em;
4        font-family:arial;
5        float:left;
6}
7.input {
8        border: 1px solid #99b3b4;
9        width: 300px;
10        background: #e4ebeb;
11        font: 11px verdana, sans-serif;
12        color:#443;
13        padding:3px;
14        margin-bottom:4px;
15        outline:none;
16}
17.input:focus {
18        border:1px solid #567475;
19        background: #e4ebeb;
20}
21.submit-btn {
22        width: 54px;
23        height: 20px;
24        background: #743 url(http://www.roscripts.com/images/submit.gif) no-repeat;
25        outline: none;
26        float:right;
27}
28.submit-btn:hover {
29        background: #069 url(http://www.roscripts.com/images/submit.gif) no-repeat 0 -20px;
30}
31div#container {
32        border:1px solid #99b3b4;
33        padding:15px;
34        margin:50px auto;
35        width:300px;
36}
37.entry ul {
38        list-style:none;
39        margin:0px;
40        padding:0px;
41        display:block;
42}
43.entry li {
44        display:block;
45        margin:0px;
46}
47.entry li a {
48        outline: none;
49        background-color: #fbfbf9;
50        text-decoration:none;
51        display:block;
52        padding:10px 0 10px 15px;
53        border-bottom:1px solid #f2f2f2;
54        font:bold 75% arial,helvetica,sans-serif;
55        color:#999;
56}
57.entry li a:hover {
58        background:url(../images/go_partner.gif) 645px 25px no-repeat #fff;
59        border-bottom:1px solid #ccc;
60        color:#336699;         
61}
62.entry ul a em {
63        display:block;
64        color:#808080;
65        font-size:90%;
66        padding-right:30px;
67        font-style:normal;
68        font-weight:normal;
69}
70.entry span {
71        display:block;
72        color:#a8a8a8;
73        font-size:0.8em;
74        font-style:normal;
75        font-weight:normal;
76        padding-right:10px;
77}
78.entry a:hover span {
79        color:#800;
80}
81
82div#update {
83      position:absolute;
84      width:250px;
85      background-color:white;
86      color: black;
87      border:1px solid #888;
88      margin:0px;
89      padding:0px;
90}
91div#update ul {
92      list-style-type:none;
93      margin:0px;
94      padding:0px;
95}
96div#update ul li.selected { background-color: #ffb;}
97div#update ul li {
98      list-style-type:none;
99      display:block;
100      margin:0;
101      padding:2px;
102      height:22px;
103      cursor:pointer;
104}
Note: See TracBrowser for help on using the repository browser.