spee.ch/public/assets/css/componentStyle.css

174 lines
2 KiB
CSS
Raw Normal View History

2017-06-23 06:43:53 +02:00
/* top bar */
#logo, #title {
display: inline-block;
}
#logo {
height: 1.5em;
}
#title {
margin: 2px 5px 2px 5px;
}
2017-07-06 03:26:33 +02:00
/* show routes */
.show-asset {
2017-07-06 03:26:33 +02:00
width: 100%;
margin-bottom: 1em;
margin-top: 1em;
}
.show-asset-lite {
margin: 0px;
2017-07-06 08:22:47 +02:00
}
2017-07-07 02:38:57 +02:00
.panel.links {
font-size: small;
}
input.link {
width: 80%;
}
button.copy-button {
padding: 4px;
float: right;
}
.metadata-table {
2017-07-06 08:22:47 +02:00
font-size: small;
2017-07-07 02:38:57 +02:00
border-collapse: collapse;
margin-bottom: 1em;
}
.metadata-row {
border-bottom: 1px solid lightgrey;
margin: 2px;
2017-07-06 08:22:47 +02:00
}
.left-column {
width: 30%;
font-weight: bold;
vertical-align: top;
2017-07-06 03:26:33 +02:00
}
2017-07-03 20:16:51 +02:00
/* learn more */
.learn-more {
text-align: center;
margin-top: 2px;
padding-top: 2px;
2017-07-07 02:38:57 +02:00
border-top: 1px solid lightgrey;
2017-07-03 20:16:51 +02:00
}
2017-06-23 06:43:53 +02:00
/* examples */
.example {
2017-07-03 20:16:51 +02:00
clear: both;
2017-06-23 06:43:53 +02:00
width: 100%;
margin-bottom: 15px;
2017-07-03 20:16:51 +02:00
overflow: auto;
2017-06-23 06:43:53 +02:00
}
2017-07-03 20:16:51 +02:00
.example-image, .example-code {
2017-06-23 06:43:53 +02:00
float: left;
2017-07-06 08:22:47 +02:00
margin: 2%;
2017-06-23 06:43:53 +02:00
}
2017-07-03 20:16:51 +02:00
.example-image {
2017-07-06 08:22:47 +02:00
width: 21%;
2017-07-03 20:16:51 +02:00
}
.example-code {
2017-07-06 08:22:47 +02:00
float: right;
padding: 4%;
width: 62%;
2017-07-03 20:16:51 +02:00
background-color: lightgrey;
font-family: monospace;
color: #666;
word-wrap: break-word;
}
/* contribute */
#github-logo {
float: right;
height: 1em;
}
2017-06-23 06:43:53 +02:00
/* all claims */
2017-06-23 21:53:19 +02:00
.all-claims-item {
margin-top: 2px;
padding-top: 2px;
border-top: 1px lightgrey solid;
overflow: auto;
}
2017-06-23 06:43:53 +02:00
.all-claims-img {
2017-06-23 21:53:19 +02:00
width: 20%;
float: left;
margin: 5px 30px 5px 0px;
2017-06-23 06:43:53 +02:00
}
2017-07-03 20:16:51 +02:00
.all-claims-details {
word-wrap: break-word;
list-style: none;
list-style-type: none;
}
2017-06-27 03:14:42 +02:00
/* publish */
#drop-zone {
border: 1px dashed lightgrey;
padding: 1em;
height: 6em;
}
2017-06-23 06:43:53 +02:00
2017-06-27 03:14:42 +02:00
#image-preview {
display: none;
2017-07-06 03:26:33 +02:00
margin-bottom: 1em;
2017-06-23 06:43:53 +02:00
}
2017-06-27 03:14:42 +02:00
/* meme */
canvas {
background-color: white;
width: 100%;
height: auto;
}
2017-06-23 06:43:53 +02:00
.meme-fodder-img {
width: 21%;
padding: 0px;
margin: 2% 4% 2% 0px;
float: left;
}
2017-06-29 23:34:23 +02:00
/* statistics */
.totals-row {
border-top: 1px solid grey;
border-bottom: 1px solid grey;
font-weight: bold;
}
2017-07-03 20:16:51 +02:00
@media (max-width: 750px) {
.all-claims-img {
width:30%;
}
.all-claims-details {
font-size: small;
}
.show-asset-lite {
width: 100%;
}
2017-07-03 20:16:51 +02:00
}
@media (max-width: 475px) {
.all-claims-img {
width:50%;
}
}