2018-04-12 19:17:29 +02:00
|
|
|
html {
|
2018-04-22 02:01:24 +02:00
|
|
|
height: 100%;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2018-06-04 16:47:41 +02:00
|
|
|
color: #fff;
|
|
|
|
background-color: #9c2f2f;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 2em;
|
2018-04-22 02:01:24 +02:00
|
|
|
height: 100%;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
2018-06-04 18:03:07 +02:00
|
|
|
/*banner*/
|
|
|
|
|
|
|
|
.banner{
|
|
|
|
background:#fff;
|
|
|
|
color:#9c2f2f;
|
|
|
|
}
|
|
|
|
.banner img {
|
|
|
|
vertical-align: middle;
|
|
|
|
left: 50%;
|
|
|
|
position: relative;
|
|
|
|
transform: translate(-50%,0);
|
|
|
|
}
|
|
|
|
.header-ul-menu {
|
|
|
|
list-style: none;
|
|
|
|
color: #fff;
|
|
|
|
background: #9c2f2f;
|
|
|
|
font-size: 2em;
|
|
|
|
margin-top: -60px;
|
|
|
|
}
|
|
|
|
/*fine banner*/
|
2018-06-04 16:47:41 +02:00
|
|
|
|
|
|
|
.navbar::after,
|
|
|
|
.navbar-collapse::after,
|
|
|
|
.container::after {
|
|
|
|
clear: none !important
|
|
|
|
}
|
|
|
|
|
|
|
|
ul,
|
|
|
|
p {
|
|
|
|
background-color: rgba(255,255,255, 0);
|
2018-04-22 12:54:13 +02:00
|
|
|
}
|
2018-04-12 19:17:29 +02:00
|
|
|
|
|
|
|
a,
|
|
|
|
a:hover,
|
|
|
|
a:focus,
|
|
|
|
.entry-content a,
|
|
|
|
.entry-content a:hover,
|
2018-04-22 02:01:24 +02:00
|
|
|
.entry-content a:focus {
|
2018-06-04 16:47:41 +02:00
|
|
|
color: #fff;
|
2018-04-22 02:01:24 +02:00
|
|
|
text-decoration: none;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-06-04 18:23:04 +02:00
|
|
|
/* ci sono due selettori diversi perche' quando genera da markdown e da restructuredtext fa due output un po'
|
|
|
|
* diversi */
|
|
|
|
#content .entry-content > h2,
|
|
|
|
#content .entry-content > .section:first-child>h2
|
|
|
|
{
|
2018-06-04 18:03:40 +02:00
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
background-color: white;
|
|
|
|
padding: 1em 0;
|
|
|
|
color: black;
|
|
|
|
margin: 0;
|
|
|
|
left: 0;
|
|
|
|
font-size: 200%;
|
2018-04-22 02:01:24 +02:00
|
|
|
text-align: center;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2018-04-22 02:01:24 +02:00
|
|
|
font-size: 25px !important;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
2018-06-04 16:47:41 +02:00
|
|
|
a.toc-backref,
|
2018-04-22 02:01:24 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
strong,
|
|
|
|
tt {
|
2018-06-04 16:47:41 +02:00
|
|
|
background: #fff;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 10px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #9c2f2f;
|
|
|
|
border-bottom; 0px;
|
|
|
|
}
|
|
|
|
a.toc-backref:hover {
|
|
|
|
color: rgba(0,0,0,1);
|
2018-05-09 11:19:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tt.literal {
|
2018-05-09 11:16:07 +02:00
|
|
|
font-size: 80%;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
2018-06-04 16:47:41 +02:00
|
|
|
.navbar-brand {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-04-12 19:17:29 +02:00
|
|
|
.navbar {
|
2018-06-04 16:47:41 +02:00
|
|
|
background-color: #000;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .navbar-brand,
|
2018-04-22 02:01:24 +02:00
|
|
|
.navbar .navbar-nav > li > a {
|
2018-06-04 16:47:41 +02:00
|
|
|
color: #fff;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
2018-04-22 02:01:24 +02:00
|
|
|
.navbar .navbar-nav > li > a {
|
|
|
|
transition: background-color .3s;
|
2018-06-04 16:47:41 +02:00
|
|
|
background-color: #000;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
2018-04-22 02:01:24 +02:00
|
|
|
.navbar .navbar-nav > .active > a,
|
|
|
|
.navbar .navbar-nav > .active > a:hover,
|
2018-04-12 19:17:29 +02:00
|
|
|
.navbar .navbar-nav > .active > a:focus {
|
2018-06-04 16:47:41 +02:00
|
|
|
color: #333;
|
|
|
|
background-color: white;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .navbar-nav > li > a:hover,
|
|
|
|
.navbar .navbar-nav > li > a:focus,
|
|
|
|
.navbar .navbar-brand:hover,
|
|
|
|
.navbar .navbar-brand:focus {
|
2018-06-04 16:47:41 +02:00
|
|
|
color: white;
|
|
|
|
background-color: #333;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
2018-04-22 02:01:24 +02:00
|
|
|
font-size: 21px;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
2018-04-12 21:06:27 +02:00
|
|
|
.navbar-right li form {
|
|
|
|
line-height: 21px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2018-04-22 02:01:24 +02:00
|
|
|
|
2018-04-12 21:06:27 +02:00
|
|
|
#tipue_search_input {
|
|
|
|
width: 2em !important;
|
|
|
|
transition: all 0.5s;
|
|
|
|
}
|
2018-04-22 02:01:24 +02:00
|
|
|
|
2018-04-12 21:06:27 +02:00
|
|
|
#tipue_search_input:focus {
|
|
|
|
width: 10em !important;
|
|
|
|
}
|
|
|
|
|
2018-04-12 19:17:29 +02:00
|
|
|
/* HOME {{{ */
|
|
|
|
|
2018-06-04 16:47:41 +02:00
|
|
|
.body-index blockquote {
|
2018-04-22 02:01:24 +02:00
|
|
|
font-size: 21px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2018-04-12 19:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-index h3 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* END HOME }}} */
|
|
|
|
|
|
|
|
/* TALK {{{ */
|
|
|
|
|
|
|
|
.talk-grid {
|
|
|
|
table-layout: auto;
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-04-22 02:01:24 +02:00
|
|
|
|
2018-04-12 19:17:29 +02:00
|
|
|
.talk-grid > thead th:first-child {
|
|
|
|
max-width: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talk-grid > thead th {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-04-22 02:01:24 +02:00
|
|
|
.talk-grid tr {
|
|
|
|
height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.rooms-4 .talk {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rooms-3 .talk {
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rooms-2 .talk {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rooms-1 .talk {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-04-12 19:17:29 +02:00
|
|
|
|
|
|
|
td.talk {
|
|
|
|
border: 1px solid #444;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.talk > a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2018-04-22 02:01:24 +02:00
|
|
|
.talk-grid tr {
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
2018-04-12 19:17:29 +02:00
|
|
|
|
|
|
|
.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)
|
|
|
|
}
|
|
|
|
|
2018-04-22 02:01:24 +02:00
|
|
|
.talk-title a {
|
|
|
|
font-size: 50%;
|
|
|
|
}
|
2018-04-12 19:17:29 +02:00
|
|
|
|
|
|
|
/* END TALK }}} */
|
2018-06-04 16:47:41 +02:00
|
|
|
/*media query*/
|
|
|
|
@media all and (min-width: 770px) {
|
|
|
|
.navbar, .navbar .navbar-brand,
|
|
|
|
.navbar .navbar-nav > li > a {
|
|
|
|
background-color: #9c2f2f;
|
|
|
|
}
|
|
|
|
}
|