Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 роки тому
батько
коміт
86224af2b2
1 змінених файлів з 49 додано та 54 видалено
  1. 49 54
      Public/css/style.css

+ 49 - 54
Public/css/style.css

@@ -40,60 +40,6 @@ body {
   width: 100%;
   height: 100%;
 }
-.burger-menu {
-  background: url('../res/burger-menu2.png') no-repeat;
-  background-size: contain;
-}
-.burgermenu-footer-ctrl {
-  padding:10px; 
-  color: white; 
-  float:left;
-  background: #333333;
-  font-size: 12px;
-  font-weight: 400;
-}
-.burgermenu-footer-separetor {
-  padding:10px;
-  padding-left:30px;
-  color: #333333; 
-  float:left;
-  background: #333333;
-  font-size: 12px;
-}
-/*.burgermenu-footer-ctrl:hover {
-  background: #54595D;
-  cursor: pointer;
-}*/
-.burgermenu-row {
-  border-left: 3px solid #444444;
-  color: white; 
-  width: 100%; 
-  font-size: 16px; 
-  padding: 12px; 
-  vertical-align: middle;
-  background: #444444;
-}    
-.burgermenu-row:hover {
-  border-left: 3px solid #66AFE9;
-  background: #54595D;
-  cursor: pointer;
-}
-#appMenuIco {
-  float:left; 
-  position:relative; 
-  top:1px; 
-  left:-20px;
-  cursor: pointer; 
-}
-.appMenu {
-  float:left; 
-  position:relative; 
-  width: 150px; 
-  top:+43px; 
-  left:+22px; 
-  background:#313431; 
-  cursor: pointer; 
-}
 .cat-div{
   width:100px;
   float:left;
@@ -183,13 +129,40 @@ body {
   border: 1px solid #C2DBF2;
   width: 300px;
 }
+#linkContainer {
+  margin-top:3%;
+  margin-left:5%;
+  margin-bottom:3%;
+  margin-right:5%;
+  min-height:400px;
+  border:0px solid red;
+}
 .link-div {
+  float:left; 
+  width:250px; 
+  padding: 10px; 
+  margin:5px;
   border: 1px solid white;
 }
 .link-div:hover {
   background-color: burlywood;
   border: 1px solid orange;
 }
+.link-img {
+  width:232px; 
+  height:124px; 
+  border:1px solid darkgray;
+}
+.link-link {
+  font-style:italic; 
+  color:green; 
+  font-size:10px; 
+  padding-top:5px;
+}
+.link-title {
+  color:#ed6a43; 
+  padding-bottom:8px;
+}
 .navbar-brand-nml {
   color: #ababab;
   background: #e2e2e2;
@@ -234,8 +207,30 @@ body {
 .navbar-brand-nml-home:focus{
   color: black;
 }
+.my-modal-content {
+  float:left;
+  width:90%; 
+  height:90%;
+}
+.my-modal-dialog {
+  width:80%;
+  background-color:#FFFFFF;
+}
 .separetorBurgerMenu {
   padding: 0px; 
   margin: 0px; 
   border-color: #666666;
 }
+.snip-detail-cell {
+  width:100px;
+  text-align:right;
+  padding:10px;
+  font-weight:900;
+}
+.snip-detail-field {
+  width:98%;
+  max-width:550px;
+  font-weight:900;
+  font-size:15px;
+  border:2px solid #000000;
+}