~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to extra/kipi-plugins/htmlexport/themes/details/style.css

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Rohan Garg, Philip Muškovac, Felix Geyer
  • Date: 2011-09-23 18:18:55 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: package-import@ubuntu.com-20110923181855-ifs67wxkugshev9k
Tags: 2:2.1.1-0ubuntu1
[ Rohan Garg ]
* New upstream release (LP: #834190)
  - debian/control
    + Build with libqtwebkit-dev
 - debian/kipi-plugins-common
    + Install libkvkontakte required by kipi-plugins
 - debian/digikam
    + Install panoramagui

[ Philip Muškovac ]
* New upstream release
  - debian/control:
    + Add libcv-dev, libcvaux-dev, libhighgui-dev, libboost-graph1.46-dev,
      libksane-dev, libxml2-dev, libxslt-dev, libqt4-opengl-dev, libqjson-dev,
      libgpod-dev and libqca2-dev to build-deps
    + Add packages for kipi-plugins, libmediawiki, libkface, libkgeomap and
      libkvkontakte
  - debian/rules:
    + Don't build with gphoto2 since it doesn't build with it.
  - Add kubuntu_fix_test_linking.diff to fix linking of the dngconverter test
  - update install files
  - update kubuntu_01_mysqld_executable_name.diff for new cmake layout
    and rename to kubuntu_mysqld_executable_name.diff
* Fix typo in digikam-data description (LP: #804894)
* Fix Vcs links

[ Felix Geyer ]
* Move library data files to the new packages libkface-data, libkgeomap-data
  and libkvkontakte-data.
* Override version of the embedded library packages to 1.0~digikam<version>.
* Exclude the library packages from digikam-dbg to prevent file conflicts in
  the future.
* Call dh_install with --list-missing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
    background-color: #ffffff;
 
3
    color: black;
 
4
    margin: 0;
 
5
    font-family: Verdana;
 
6
    font-size: 11pt;
 
7
}
 
8
 
 
9
a {
 
10
    color: #FF0000;
 
11
    text-decoration: none;
 
12
}
 
13
 
 
14
a:hover {
 
15
    color: #990000;
 
16
}
 
17
 
 
18
img {
 
19
    border: 0px solid black;
 
20
}
 
21
 
 
22
h1 {
 
23
    margin-top: 0.6em;
 
24
    margin-bottom: 0.4em;
 
25
    padding-left: 2em;
 
26
    padding-top: 0.6em;
 
27
    padding-bottom: 0.4em;
 
28
    font-size: 100%;
 
29
    background-color: #CCFF66;
 
30
}
 
31
h1 a {
 
32
    color: #FF0000;
 
33
}
 
34
h1 a:hover {
 
35
    color: #990000;
 
36
}
 
37
 
 
38
.thumbnail {
 
39
    display: inline;
 
40
    float: left;
 
41
    width: 180px;
 
42
    height: 200px;
 
43
    margin: 1em;
 
44
    text-align: left;
 
45
}
 
46
.thumbnail img {
 
47
    display: block;
 
48
    border: 1px solid #333333;
 
49
}
 
50
 
 
51
#footer {
 
52
    clear: both;
 
53
    margin: 1em;
 
54
    margin-left: 0px;
 
55
    margin-right: 0px;
 
56
    margin-bottom: 0px;
 
57
    padding: 2em;
 
58
    border: 1px solid #707070;
 
59
    border-left: 0px;
 
60
    border-right: 0px;
 
61
    border-bottom: 0px;
 
62
    color: #707070;
 
63
    background-color: #a0a0a0;
 
64
    font-size: 90%;
 
65
}
 
66
 
 
67
#navigation {
 
68
    width: 100%;
 
69
    text-align: center;
 
70
}
 
71
 
 
72
#content {
 
73
    clear: both;
 
74
    overflow: auto;
 
75
    margin-top: 1em;
 
76
    margin-left: 4em;
 
77
    margin-right: 4em;
 
78
}
 
79
#content img {
 
80
    border: 1px solid #222222;
 
81
}
 
82
 
 
83
#collectionPage img {
 
84
    display: block;
 
85
}
 
86
 
 
87
#previous {
 
88
    float: left;
 
89
    width: 33%;
 
90
    text-align: right;
 
91
}
 
92
 
 
93
#next {
 
94
    float: left;
 
95
    width: 33%;
 
96
    text-align: left;
 
97
}
 
98
 
 
99
#up {
 
100
    float: left;
 
101
    width: 33%;
 
102
    text-align: center;
 
103
}
 
104
 
 
105
#imagePage #content {
 
106
    text-align:center;
 
107
    margin-top: 4em;
 
108
}
 
109
 
 
110
div.colsx {
 
111
    text-align:center;
 
112
    width:58%; 
 
113
    float:left;
 
114
    
 
115
}
 
116
 
 
117
div.coldx {
 
118
    text-align:left;
 
119
    width:38%; 
 
120
    float:left;
 
121
    font-size: 10px;
 
122
    padding: 10px;
 
123
    background-color: #dddddd;
 
124
}