kekrozsak/src/KekRozsak/FrontBundle/Resources/public/css/eventbox.css

54 lines
809 B
CSS

/*
Document : eventbox
Created on : 2012.08.15., 11:34:17
Author : Gergely Polonkai
Description:
Event-box styling CSS
*/
#event-box {
position: fixed;
left: 5px;
top: 32px;
width: 250px;
height: 200px;
background-color: #c4d3ff;
border: 2px solid #152967;
color: #152967;
display: none;
}
#event-box td {
text-align: center;
vertical-align: middle;
}
#event-box td.woy {
font-size: 60%;
}
#event-box td.program {
background-color: green;
}
#event-inside p.month {
text-align: center;
margin: 0 5px;
font-weight: bold;
}
#event-inside table {
margin-left: auto;
margin-right: auto;
}
#event-inside {
position: relative;
padding: 5px;
}
#events-button {
float: left;
padding: 5px;
}