~ubuntu-branches/ubuntu/utopic/lazygal/utopic

« back to all changes in this revision

Viewing changes to themes/default/SHARED_baby.css

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2011-11-30 09:24:25 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20111130092425-2jim1l762xdmorz7
Tags: 0.7.1-1
* New upstream release.
  - Patch was merged upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url("basic.css");
 
2
 
 
3
body{
 
4
    background: white;
 
5
}
 
6
 
 
7
a {
 
8
    color: black;
 
9
}
 
10
 
 
11
.title {
 
12
    background-image: url('baby.jpg');
 
13
    background-repeat: no-repeat;
 
14
    height: 80px;
 
15
    padding-left: 130px;
 
16
    margin-bottom: 1em;
 
17
    border: solid black 1px;
 
18
}
 
19
 
 
20
.title h1{
 
21
    margin-top: .1em;
 
22
}
 
23
 
 
24
.inline_enum ul{
 
25
    margin-left: 0;
 
26
    padding-left: 0;
 
27
    display: inline;
 
28
}
 
29
 
 
30
.inline_enum ul li {
 
31
    margin-left: 0;
 
32
    padding-left: 2px;
 
33
    border: none;
 
34
    list-style: none;
 
35
    display: inline;
 
36
}
 
37
 
 
38
#breadcrumbs {
 
39
    padding: 3px;
 
40
    margin-bottom: 25px;
 
41
    font-size: small;
 
42
}
 
43
 
 
44
#breadcrumbs ul li:after {
 
45
    content: "\0020 \0020 \0020 \00BB \0020";
 
46
}
 
47
 
 
48
#breadcrumbs ul li.bc_current:after {
 
49
    content: " ";
 
50
}
 
51
 
 
52
#osize_links ul li:after {
 
53
    content: "   |";
 
54
}
 
55
 
 
56
#osize_links ul li:last-child:after {
 
57
    content: " ";
 
58
}
 
59
 
 
60
#onum_links ul li:after {
 
61
    content: "   |";
 
62
}
 
63
 
 
64
#onum_links ul li:last-child:after {
 
65
    content: " ";
 
66
}
 
67
 
 
68
#osize_links {
 
69
    font-size: small;
 
70
    text-align:center;
 
71
}
 
72
 
 
73
#onum_links{
 
74
    font-size: small;
 
75
    text-align:center;
 
76
}
 
77
 
 
78
div.subgal_link {
 
79
    float: left;
 
80
    padding: 1em;
 
81
    width: 50em;
 
82
}
 
83
 
 
84
div.subgal_image {
 
85
    float: left;
 
86
    margin-right: 2em;
 
87
    margin-left: 4em;
 
88
    width:180px;
 
89
}
 
90
 
 
91
div.subgal_image img {
 
92
    margin: 0;
 
93
    border: none;
 
94
}
 
95
 
 
96
div.subgal_description p{
 
97
    text-align:justify;
 
98
}
 
99
 
 
100
.media_links{
 
101
    padding: 2em;
 
102
}
 
103
 
 
104
img.media{
 
105
    border: solid black 1px;
 
106
    margin: 1em;
 
107
}
 
108
 
 
109
.prevnext{
 
110
    right: 1em;
 
111
    text-align: center;
 
112
    margin: 2em;
 
113
    position: absolute;
 
114
    right: 3em;
 
115
}
 
116
 
 
117
#prev_link{
 
118
    top: 50%;
 
119
}
 
120
 
 
121
#next_link{
 
122
    top: 70%;
 
123
}
 
124
 
 
125
.prevnext img{
 
126
    display: block;
 
127
}
 
128
 
 
129
#image{
 
130
    margin-left: 4em;
 
131
}
 
132
 
 
133
#image img {
 
134
    max-width: 70%;
 
135
    height: auto;
 
136
}
 
137
 
 
138
#image_caption{
 
139
    width: 20%;
 
140
    position: absolute;
 
141
    top: 5em;
 
142
    right: 3em;
 
143
}
 
144
 
 
145
#image_caption{
 
146
    font-size: x-small;
 
147
}
 
148
 
 
149
#image_caption .image_comment{
 
150
    font-size: x-large;
 
151
    margin-bottom: 1em;
 
152
}
 
153
 
 
154
.image_caption_tech {
 
155
    display: none;
 
156
}
 
157
 
 
158
#lazygalfooter{
 
159
    padding-top: 3em;
 
160
    clear: both;
 
161
    font-size: x-small;
 
162
}
 
163
 
 
164
/* vim: ts=4 sw=4 expandtab */