91 lines
1.6 KiB
CSS

/*
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------
Name: Leggero
Author: NoWhereMan & drudo
Version: 0.2
Module: style.css
last change: 2022-03-17
*/
/* ===== COLUMN ===== */
#column {
float: right;
width: 28%;
font-size: 80% !important;
font-size: 75%;
height:1%;
margin: 1em;
padding: 0.7em;
/* border-left: solid 1px #ccc; */
}
#column h4 {
/* Titles of the sections */
margin-bottom: .5em;
}
#column p, #column div { margin: 10px 5px }
#column a:link, #column a:visited { color: gray }
/* === List === */
#column ul li table { font-size: 100% }
#column ul {
list-style-type: none;
margin-right: 10px;
margin-bottom: .5em;
padding-left: 1em
}
#column fieldset { margin: 0 5px 0 5px }
#column legend { font-size: 100% }
/* =======================================================
The following definitions take care of the Calendar plugin
======================================================= */
.calendar {
margin: 0;
padding: 0 0 2em 0;
font-size: 80%;
}
.calendar-month {
margin: 0;
padding: 0.4em 0 0.4em 0;
color: #333;
background-color: transparent;
font-weight: bold;
border-bottom: 0.1em solid #333;
}
.calendar th {
padding: 0.4em;
color: #fff;
background-color: #c37576;
}
.calendar td {
padding: 0.4em;
text-align: center;
}
.current-day {
color: #333;
background-color: transparent;
border: 2px solid #c37576;
}
/* =======================================================
End of Calendar plugin
======================================================= */