mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Add files via upload
This commit is contained in:
71
htdocs/creations/passenger_list/pass_info.css
Normal file
71
htdocs/creations/passenger_list/pass_info.css
Normal file
@@ -0,0 +1,71 @@
|
||||
@font-face {
|
||||
font-family: "Orion";
|
||||
src: url("../data/font_little_orion.otf");
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header {
|
||||
padding: 20px;
|
||||
background-color: yellow;
|
||||
font-family: "Orion";
|
||||
border: 3px solid black;
|
||||
/*border-radius: 5px;*/
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.closebutton {
|
||||
float: right;
|
||||
color: white;
|
||||
background-color: red;
|
||||
border: 2px solid black;
|
||||
font-weight: bold;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 3px solid black;
|
||||
background-color: #99FFFF;
|
||||
/*border-radius: 5px;*/
|
||||
}
|
||||
|
||||
legend {
|
||||
border: 3px solid black;
|
||||
white-space: pre;
|
||||
padding: 7px;
|
||||
background-color: #FF88FF;
|
||||
font-family: "Orion", sans-serif;
|
||||
font-size: 110%;
|
||||
/*border-radius: 7px;*/
|
||||
}
|
||||
|
||||
label {
|
||||
font-family: "Orion", sans-serif;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: "Orion", sans-serif;
|
||||
font-size: 125%;
|
||||
background-color: #8AFF8A;
|
||||
border: 2px solid black;
|
||||
/*border-radius: 10px;*/
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #FFFF8A;
|
||||
border: 2px solid black;
|
||||
font-family: cursive;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #FFFF8A;
|
||||
border: 2px solid black;
|
||||
font-family: cursive;
|
||||
}
|
||||
Reference in New Issue
Block a user