Browse Source

talks style: remove leftovers of hackit18

boyska 5 years ago
parent
commit
022b700237
1 changed files with 1 additions and 26 deletions
  1. 1 26
      plugins/talks/style.css

+ 1 - 26
plugins/talks/style.css

@@ -42,6 +42,7 @@
 td.talk {
     border: 1px solid #444;
     padding: 4px;
+    vertical-align: middle;
 }
 
 td.talk > a {
@@ -53,19 +54,9 @@ td.talk > a {
     line-height: 1em;
 }
 
-.talk-grid tr:hover td:first-child {
-    background-color: rgb(152, 14, 14);
-    background-color: rgba(152, 14, 14, 0.79);
-}
-
-.talk-grid tr:hover td {
-    background-color: rgb(60, 22, 22)
-}
-
 .talk-title a,
 .talk-title a:hover,
 .talk-title a:focus {
-    color: #9c2f2f;
     border-bottom: none;
 }
 
@@ -86,10 +77,6 @@ td.tag-presentazione_libro::before {
 td.tag-percorso_base::before {
   content: "\e146";
 }
-
-.talk.allrooms {
-    background-color: rgba(200,200,200,0.4);
-}
 /* tag speciali nei talk }}} */
 
 /* END TALK }}} */
@@ -101,13 +88,6 @@ td.tag-percorso_base::before {
 
 /*media query  min dal piccolo, max dal grande*/
 
-@media all and (min-width: 770px) {
-    .navbar,
-    .navbar .navbar-brand,
-    .navbar .navbar-nav > li > a {
-        background-color: #9c2f2f;
-    }
-}
 @media all and (max-width: 770px) {
     .talk-grid {
         font-size: 0.8em;
@@ -116,11 +96,6 @@ td.tag-percorso_base::before {
         hyphens: auto;
     }
 }
-@media all and (max-width: 1200px), (hover: none), (hover: on-demand), (pointer: coarse) { /* any mobile */
-    div.container {
-        width: 100% !important;
-    }
-}
 @media all and (max-width: 450px) {
     .talk-grid {
         font-size: 0.5em;