/usr/share/digikam/themes/frames/style.css is in digikam-data 4:5.6.0-0ubuntu10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | body {
background-color: #123456;
color: black;
margin: 0;
padding: 0;
}
a {
color: #2f5d2c;
text-decoration: none;
}
a:hover {
color: #456ff3;
text-decoration: underline;
}
h1 {
padding: 0;
margin: 0;
padding-top: 0.1em;
padding-bottom: 0.5em;
color: #EEEE20;
font-size: 150%;
font-family: Bitstream Vera Serif, serif;
background-color: #123456;
border-bottom: 1px dashed #cccbb9;
border-top: 1px dashed #cccbb9;
text-align: center;
}
#content {
padding-top: 0.5em;
margin: 0 auto;
width: 95%;
text-align: center;
}
/* Collection page */
#collectionPage ul {
padding: 0;
text-align: center;
}
#collectionPage li {
display: block;
float: left;
text-align: center;
margin: 6px;
padding: 5px;
background-color: #ffffbb;
border: 1px solid #000000;
}
#collectionPage img {
border: 0;
}
#collectionPage .image {
float: center;
text-align: center;
margin: 6px;
}
/* Collect Page */
#collectPage {
background-color: #012345;
}
#collectPage a:hover {
padding-top: 0.5em;
margin: 0 auto;
width: 95%;
text-align: center;
color: #ff5d2c;
text-decoration: underline;
}
#collectPage a {
padding-top: 0.5em;
margin: 0 auto;
width: 95%;
text-align: center;
color: #c5cf13;
text-decoration: none;
}
#CollectPageContent {
padding-top: 0.5em;
margin: 0 auto;
width: 95%;
text-align: center;
color: #ffffff;
}
/* Image page */
#imagePage {
background-color:#123456;
}
#caption {
background-color:#123456;
}
#imagePage h1 {
text-align:center;
border: 1px solid #123456;
background-color: #123456;
}
}
#nav {
background-color:#123456;
float: right;
}
#imagePage img {
text-align: right;
border: 1px solid #CECECE;
}
|