mirror of
https://github.com/fsr/eseeva
synced 2025-04-28 09:28:31 +02:00
first commit
This commit is contained in:
commit
ca0216c0c6
21 changed files with 7115 additions and 0 deletions
4677
css/bootstrap.css
vendored
Normal file
4677
css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
BIN
css/ese-logo.png
Normal file
BIN
css/ese-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
67
css/print.css
Normal file
67
css/print.css
Normal file
|
@ -0,0 +1,67 @@
|
|||
@page { size:21.0cm 29.7cm; margin:1cm 0.5cm 1cm 0.5cm; }
|
||||
body {
|
||||
margin: 0mm;
|
||||
padding: 0mm;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.container {
|
||||
width:20cm;
|
||||
margin: 0mm;
|
||||
padding: 0mm;
|
||||
}
|
||||
|
||||
.ticket {
|
||||
width: 6cm;
|
||||
/* border: 1px dotted #ccc;*/
|
||||
float: left;
|
||||
padding: 3mm;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.tickettext {
|
||||
float: left;
|
||||
/* width: 4.3cm; */
|
||||
}
|
||||
|
||||
.ticketimg {
|
||||
float: right;
|
||||
margin: 2mm 0 0 0;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.ticketimg img {
|
||||
height: 1.81cm;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.patron {
|
||||
font-size: 16pt;
|
||||
font-family:Haettenschweiler;
|
||||
}
|
||||
|
||||
.room {
|
||||
margin-top: 1mm;
|
||||
}
|
||||
|
||||
.time {
|
||||
margin-bottom: 1mm;
|
||||
}
|
||||
|
||||
.room, .time {
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.evalink {
|
||||
font-size: 7pt;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
code {
|
||||
width: 100%;
|
||||
font-family: Monaco, monospace;
|
||||
font-size: 10.5pt;
|
||||
}
|
76
css/style.css
Normal file
76
css/style.css
Normal file
|
@ -0,0 +1,76 @@
|
|||
/*============================================================================
|
||||
// Name : style.css
|
||||
// Author : Patrick Reipschläger
|
||||
// Version : 1.0
|
||||
// Date : 2013
|
||||
// Description : Provides some customized styling for the twitter bootstrap
|
||||
// css files. Used for the ESE questionnaire.
|
||||
//==========================================================================*/
|
||||
|
||||
input[type="text"]
|
||||
{
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
input[type="checkbox"]
|
||||
{
|
||||
background-color:#FFF0F0;
|
||||
}
|
||||
|
||||
input[type="submit"]
|
||||
{
|
||||
background-color:#E0E0FF;
|
||||
font-size:16pt;
|
||||
}
|
||||
|
||||
label
|
||||
{
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
textarea.form-control
|
||||
{
|
||||
height:100px;
|
||||
}
|
||||
|
||||
p.lead
|
||||
{
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
p.center
|
||||
{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.container
|
||||
{
|
||||
background-color:#F8F8FF;
|
||||
}
|
||||
|
||||
div.row
|
||||
{
|
||||
margin-left:0px;
|
||||
margin-right:0px;
|
||||
}
|
||||
|
||||
div.equalrow
|
||||
{
|
||||
background-color:#F0F0FF;
|
||||
}
|
||||
|
||||
div.unequalrow
|
||||
{
|
||||
background-color:transparent;
|
||||
}
|
||||
|
||||
div.hidden
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
text-align:center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue