]> git.sur5r.net Git - contagged/blob - styles/scripted.css
Merge pull request #15 from cweiske/master
[contagged] / styles / scripted.css
1
2 /**
3  * Autocompletion
4  */
5 .autocompleter {
6     background-color: #fff;
7     border: 1px solid #999;
8     font-size: 80%;
9 }
10
11 .autocompleterSelect {
12     background-color: #06c;
13     color: #fff;
14 }
15
16 /**
17  * ImageBox effects
18  */
19
20 #ImageBoxOverlay {
21     background-color: #000;
22 }
23 #ImageBoxCaption {
24     background-color: #F4F4EC;
25 }
26 #ImageBoxContainer {
27     width: 250px;
28     height: 250px;
29     background-color: #F4F4EC;
30 }
31 #ImageBoxCaptionText {
32     font-weight: bold;
33     padding-bottom: 5px;
34     font-size: 13px;
35 }
36 #ImageBoxCaptionImages {
37     margin: 0;
38 }
39 #ImageBoxNextImage {
40     background-image: url(pix/imagebox/spacer.gif);
41     background-color: transparent;
42 }
43 #ImageBoxPrevImage {
44     background-image: url(pix/imagebox/spacer.gif);
45     background-color: transparent;
46 }
47 #ImageBoxNextImage:hover {
48     background-image: url(pix/imagebox/next_image.jpg);
49     background-repeat:  no-repeat;
50     background-position: right top;
51 }
52 #ImageBoxPrevImage:hover {
53     background-image: url(pix/imagebox/prev_image.jpg);
54     background-repeat:  no-repeat;
55     background-position: left bottom;
56 }
57
58 textarea.ipe {
59     width: 95%;
60     height: 5em;
61 }