talks style: remove leftovers of hackit18
This commit is contained in:
parent
00332d8aac
commit
022b700237
1 changed files with 1 additions and 26 deletions
|
@ -42,6 +42,7 @@
|
||||||
td.talk {
|
td.talk {
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.talk > a {
|
td.talk > a {
|
||||||
|
@ -53,19 +54,9 @@ td.talk > a {
|
||||||
line-height: 1em;
|
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,
|
||||||
.talk-title a:hover,
|
.talk-title a:hover,
|
||||||
.talk-title a:focus {
|
.talk-title a:focus {
|
||||||
color: #9c2f2f;
|
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,10 +77,6 @@ td.tag-presentazione_libro::before {
|
||||||
td.tag-percorso_base::before {
|
td.tag-percorso_base::before {
|
||||||
content: "\e146";
|
content: "\e146";
|
||||||
}
|
}
|
||||||
|
|
||||||
.talk.allrooms {
|
|
||||||
background-color: rgba(200,200,200,0.4);
|
|
||||||
}
|
|
||||||
/* tag speciali nei talk }}} */
|
/* tag speciali nei talk }}} */
|
||||||
|
|
||||||
/* END TALK }}} */
|
/* END TALK }}} */
|
||||||
|
@ -101,13 +88,6 @@ td.tag-percorso_base::before {
|
||||||
|
|
||||||
/*media query min dal piccolo, max dal grande*/
|
/*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) {
|
@media all and (max-width: 770px) {
|
||||||
.talk-grid {
|
.talk-grid {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
@ -116,11 +96,6 @@ td.tag-percorso_base::before {
|
||||||
hyphens: auto;
|
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) {
|
@media all and (max-width: 450px) {
|
||||||
.talk-grid {
|
.talk-grid {
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue