summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMarko Pušnik <marko.pusnik@guru.si>2015-11-09 12:50:44 +0100
committerMarko Pušnik <marko.pusnik@guru.si>2015-11-09 12:50:44 +0100
commit91bb685e531c43f291cc52b46a91c4ea087f95fd (patch)
treeeb435518dc955294ee0c464ca7a5fed1c5193277 /css
parent7a2bca4459ff0219d15b6e2428b7e9871ab66f52 (diff)
about screen mockup; TODO: text&design -> Loni&Saša
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 9d056c7..e82cf85 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -46,6 +46,39 @@ body {
cursor: pointer;
}
+/* screen about*/
+
+.about-logos {
+ text-align: center;
+ height: 6em;
+ margin: 1em 0 1em 0;
+}
+
+.about-logos div {
+ height: 100%; /* set on element if more logos in line */
+ display: inline-block;
+ position: relative;
+}
+
+.about-logos div img {
+ max-height: 100%;
+ max-width: 100%;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ -webkit-transform:translate(-50%,-50%);
+ position: absolute;
+}
+
+div.vertical-line{
+ height: 100%;
+ width: 0px;
+ border: 0;
+ border-left: 1px solid #eee;
+ margin: 0 1% 0 1%;
+}
+
+
/* screen problems*/
.block {
/*border-right: 1px solid #e5e5e5;