puntini nel css

This commit is contained in:
kiki 2018-04-22 02:01:24 +02:00
parent eb7183c08e
commit e3b588d39f

View file

@ -1,74 +1,82 @@
html { html {
height: 100%; height: 100%;
} }
body { body {
color: #c7c7c7; color: #c7c7c7;
background-color: #161616; background-color: #161616;
font-family: 'Anaheim'; font-family: 'Anaheim';
font-size: 2.2em; font-size: 2.2em;
height: 100%; height: 100%;
background-image: -moz-linear-gradient(0deg, transparent 1px, #161616 1px), -moz-linear-gradient(-90deg, #6c6 1px, #161616 1px);
background-size: 10px 10px;
background-position: 5px 5px;
} }
ul, m {background-color: rgba(16,16,16,0.5);}
a, a,
a:hover, a:hover,
a:focus, a:focus,
.entry-content a, .entry-content a,
.entry-content a:hover, .entry-content a:hover,
.entry-content a:focus .entry-content a:focus {
{ color: #ea8711;
color: #f44; text-decoration: none;
text-decoration: none; border-bottom: none;
border-bottom: none;
} }
.entry-content a:hover { .entry-content a:hover {
border-bottom: 2px solid; border-bottom: 2px solid;
} }
h2 { h2 {
text-align: center; text-align: center;
} }
h4 { h4 {
font-size: 25px !important; font-size: 25px !important;
} }
h1, h2, h3, h4, strong, tt { h1,
color: white; h2,
h3,
h4,
strong,
tt {
color: white;
} }
.navbar { .navbar {
background-color: #e12b2b; background-color: #EA8711;
} }
.navbar .navbar-brand, .navbar .navbar-brand,
.navbar .navbar-nav > li > a { .navbar .navbar-nav > li > a {
color: black; color: black;
} }
.navbar .navbar-nav > li > a { .navbar .navbar-nav > li > a {
transition: background-color .3s; transition: background-color .3s;
background-color: #e12b2b; background-color: #ea8711;
} }
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus { .navbar .navbar-nav > .active > a:focus {
color: white; color: white;
background-color: #161616; background-color: #161616;
} }
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:focus,
.navbar .navbar-brand:hover, .navbar .navbar-brand:hover,
.navbar .navbar-brand:focus { .navbar .navbar-brand:focus {
color: black; color: black;
background-color: #ff7456; background-color: #ff7456;
} }
.navbar-brand { .navbar-brand {
font-size: 21px; font-size: 21px;
} }
.navbar-right li form { .navbar-right li form {
@ -76,10 +84,12 @@ h1, h2, h3, h4, strong, tt {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
} }
#tipue_search_input { #tipue_search_input {
width: 2em !important; width: 2em !important;
transition: all 0.5s; transition: all 0.5s;
} }
#tipue_search_input:focus { #tipue_search_input:focus {
width: 10em !important; width: 10em !important;
} }
@ -87,11 +97,11 @@ h1, h2, h3, h4, strong, tt {
/* HOME {{{ */ /* HOME {{{ */
.body-index blockquote { .body-index blockquote {
border: 1px solid #383838; border: 1px solid #383838;
background-color: #272626; background-color: #272626;
font-size: 21px; font-size: 21px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.body-index h3 { .body-index h3 {
@ -101,16 +111,15 @@ h1, h2, h3, h4, strong, tt {
/* END HOME }}} */ /* END HOME }}} */
/* TALK {{{ */ /* TALK {{{ */
.talk-grid { .talk-grid {
table-layout: auto; table-layout: auto;
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
text-align: center; text-align: center;
} }
.talk-grid > thead th:first-child { .talk-grid > thead th:first-child {
max-width: 5em; max-width: 5em;
} }
@ -118,13 +127,28 @@ h1, h2, h3, h4, strong, tt {
.talk-grid > thead th { .talk-grid > thead th {
text-align: center; text-align: center;
} }
.talk-grid tr { height: 1.5em; }
.talk-grid tr {
height: 1.5em;
}
.rooms-4 .talk { width: 25%; } .rooms-4 .talk {
.rooms-3 .talk { width: 33%; } width: 25%;
.rooms-2 .talk { width: 50%; } }
.rooms-1 .talk { width: 100%; }
.rooms-3 .talk {
width: 33%;
}
.rooms-2 .talk {
width: 50%;
}
.rooms-1 .talk {
width: 100%;
}
td.talk { td.talk {
border: 1px solid #444; border: 1px solid #444;
padding: 4px; padding: 4px;
@ -134,7 +158,9 @@ td.talk > a {
text-decoration: none; text-decoration: none;
} }
.talk-grid tr { line-height: 1em; } .talk-grid tr {
line-height: 1em;
}
.talk-grid tr:hover td:first-child { .talk-grid tr:hover td:first-child {
background-color: rgb(152, 14, 14); background-color: rgb(152, 14, 14);
@ -145,6 +171,8 @@ td.talk > a {
background-color: rgb(60, 22, 22) background-color: rgb(60, 22, 22)
} }
.talk-title a { font-size: 50%; } .talk-title a {
font-size: 50%;
}
/* END TALK }}} */ /* END TALK }}} */