First init as an backup of all the data. for the future use.
This commit is contained in:
159
templates/style.php
Normal file
159
templates/style.php
Normal file
@@ -0,0 +1,159 @@
|
||||
<style>
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
html * {
|
||||
font-size: 15px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
label {
|
||||
padding: 5px 10px 0px;
|
||||
}
|
||||
|
||||
input[type="text"], textarea {
|
||||
padding: 5px;
|
||||
margin: 5px 10px 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 15px 36px;
|
||||
display: inline-block;
|
||||
border: 1px solid #ddd;
|
||||
margin: 10px 20px;
|
||||
text-decoration: none;
|
||||
color: dodgerblue;
|
||||
}
|
||||
|
||||
table, td, th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
button, input[type="button"] {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
padding: 10px 20px
|
||||
}
|
||||
|
||||
.showplace {
|
||||
color: dodgerblue;
|
||||
margin: 15px 0 15px 50px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: red;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
dd a {
|
||||
padding: 5px;
|
||||
border: none;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
dl {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
dd {
|
||||
padding: 2px 30px
|
||||
}
|
||||
|
||||
dt {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
margin: 20px;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 50%;
|
||||
min-width: 320px;
|
||||
height: 500px
|
||||
}
|
||||
.stream {width: 50%; min-width: 320px;}
|
||||
|
||||
.location {
|
||||
border-bottom: 1px solid #D8D8D8;
|
||||
}
|
||||
|
||||
.location p {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.location p:empty, .location h1:empty{
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
.location .time {
|
||||
margin-left: 40px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user