fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
going production #21
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
css
/
master.picture.css
diff --git
a/apps/wolnelektury_core/static/css/master.picture.css
b/apps/wolnelektury_core/static/css/master.picture.css
index
c4e952c
..
81bc698
100644
(file)
--- a/
apps/wolnelektury_core/static/css/master.picture.css
+++ b/
apps/wolnelektury_core/static/css/master.picture.css
@@
-4,27
+4,20
@@
position:absolute;
top: 0;
bottom: 0;
position:absolute;
top: 0;
bottom: 0;
+ z-index: 10;
}
#picture-view .picture-wrap {
}
#picture-view .picture-wrap {
+ background-repeat: no-repeat;
margin: 3rem auto 1rem auto;
display: block;
margin: 3rem auto 1rem auto;
display: block;
-// position: absolute;
-}
-
-#picture-view .picture-wrap {
- width: 700px;
-}
+ position: relative;
+ z-index: 10;
+// cursor: move;
-#picture-view .picture-wrap {
- height: 500px;
}
}
-.picture-wrap img.original {
- width: 100%;
-}
-
.picture-wrap img.loading {
margin-left: -10000px;
}
.picture-wrap img.loading {
margin-left: -10000px;
}
@@
-37,22
+30,27
@@
.picture-wrap .mark .label {
position: absolute;
.picture-wrap .mark .label {
position: absolute;
- display: none; /*block;*/
- color: rgba(200, 200, 200, 0.8);
+ display: block;
+ background-color: rgba(200, 200, 200, 0.7);
+ color: rgba(0,0,0,0.6);
font-size: 0.9rem;
font-size: 0.9rem;
- bottom: -1.5em;
+
//
bottom: -1.5em;
}
.toolbar {
position: fixed;
}
.toolbar {
position: fixed;
- top: 1.5rem;
+
//
top: 1.5rem;
left: 0rem;
color: #FFF;
z-index: 99;
list-style: none;
padding: 0;
margin: 0;
left: 0rem;
color: #FFF;
z-index: 99;
list-style: none;
padding: 0;
margin: 0;
+
+ background: #333;
+ opacity: 0.9;
+ width: 8rem;
}
.toolbar ul {
}
.toolbar ul {
@@
-63,24
+61,34
@@
background-color: #222;
}
background-color: #222;
}
+.toolbar .button.inactive a:active,
+.toolbar .button.inactive a:link,
+.toolbar .button.inactive a:visited
+{
+ color: #606060 !important;
+ cursor: not-allowed;
+}
+
.toolbar .button a {
.toolbar .button a {
- background: #333;
- opacity: 0.9;
+
//
background: #333;
+
//
opacity: 0.9;
display: block;
height:1.5rem;
text-align: center;
color: #FFF;
display: block;
height:1.5rem;
text-align: center;
color: #FFF;
- padding: 0.2rem;
+ padding: 0.2rem
0
;
text-decoration: none;
}
.toolbar .button .dropdown-body a {
height: 1.2rem;
text-decoration: none;
}
.toolbar .button .dropdown-body a {
height: 1.2rem;
+ white-space: nowrap;
}
#picture-view .toolbar .button.square a {
}
#picture-view .toolbar .button.square a {
- width:1.5rem;
+ width: 4rem; //1.5rem;
+ font-weight: bold;
}
li.button {
}
li.button {
@@
-91,11
+99,38
@@
li.button.square {
float: left;
}
float: left;
}
-
#picture-view
.toolbar .button a:link,
-
#picture-view
.toolbar .button a:visited {
+.toolbar .button a:link,
+.toolbar .button a:visited {
color: #FFF;
}
#picture-view .toolbar.button a:active {
color: yellow;
color: #FFF;
}
#picture-view .toolbar.button a:active {
color: yellow;
+}
+
+.moveright {
+ margin-left: 8rem !important;
+}
+
+#sponsors {
+ position: absolute;
+ display: block;
+ left: 0;
+ bottom: 0;
+ width: 8rem;
+
+ z-index:1;
+}
+#sponsors div {
+ z-index: 10;
+}
+
+#sponsors img {
+ width: 100%;
+ z-index: 10;
+}
+
+#spinner {
+ height: 1em;
+ z-index:10;
}
\ No newline at end of file
}
\ No newline at end of file