ProfouzorsLinx/static/css/linx.css

379 lines
4.9 KiB
CSS
Raw Normal View History

body {
2019-01-16 10:15:24 +01:00
background-color: #E8ECF0;
color: #556A7F;
2019-01-16 10:15:24 +01:00
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#container_container {
2019-01-16 10:15:24 +01:00
display: table;
table-layout: fixed;
margin-left: auto;
margin-right: auto;
}
#container {
2019-01-16 10:15:24 +01:00
display: table-cell;
min-width: 200px;
}
#header a {
2019-01-16 10:15:24 +01:00
text-decoration: none;
color: #556A7F;
}
#navigation {
2019-01-16 10:15:24 +01:00
margin-top: 4px;
}
#navigation a {
2019-01-16 10:15:24 +01:00
text-decoration: none;
border-bottom: 1px dotted #556A7F;
color: #556A7F;
}
#navigation a:hover {
2019-01-16 10:15:24 +01:00
background-color: #C7D1EB;
}
#main {
2019-01-16 10:15:24 +01:00
background-color: white;
2019-01-16 10:15:24 +01:00
padding: 6px 5px 8px 5px;
2019-01-16 10:15:24 +01:00
-moz-box-shadow: 1px 1px 1px 1px #ccc;
-webkit-box-shadow: 1px 1px 1px 1px #ccc;
box-shadow: 1px 1px 1px 1px #ccc;
2019-01-16 10:15:24 +01:00
text-align: center;
}
#main a {
2019-01-16 10:15:24 +01:00
color: #556A7F;
}
#normal-content {
word-wrap: break-word;
}
2015-09-30 18:06:23 +02:00
#normal-code {
margin-top: 0;
2015-10-22 03:41:27 +02:00
margin-bottom: 0;
2015-09-30 18:06:23 +02:00
}
2015-09-25 04:57:36 +02:00
.dinfo {
-moz-box-shadow: 1px 1px 1px 1px #ccc;
-webkit-box-shadow: 1px 1px 1px 1px #ccc;
box-shadow: 1px 1px 1px 1px #ccc;
margin-bottom: 15px;
2018-06-09 19:31:44 +02:00
}
2015-09-25 04:57:36 +02:00
#info {
background-color: white;
padding: 5px;
}
.info-flex {
2019-01-16 10:15:24 +01:00
display: flex;
flex-wrap: wrap;
align-items: baseline;
2019-01-16 10:15:24 +01:00
justify-content: space-between;
}
.info-actions {
margin-left: 15px;
font-size: 13px;
text-align: right;
}
#info #extension,
#editform #extension {
width: 40px;
}
#info a {
text-decoration: none;
color: #556A7F;
}
#info a:hover {
border-bottom: 1px dotted gray;
background-color: #E8ECF0;
}
2018-06-09 19:31:44 +02:00
#info input[type=checkbox] {
2019-01-16 10:15:24 +01:00
margin: 0;
vertical-align: bottom;
2018-06-09 19:31:44 +02:00
}
#footer {
2019-01-16 10:15:24 +01:00
color: gray;
text-align: right;
margin-top: 30px;
margin-bottom: 10px;
font-size: 11px;
}
#footer a {
2019-01-16 10:15:24 +01:00
color: gray;
text-decoration: none;
}
.normal {
2019-01-16 10:15:24 +01:00
text-align: left;
font-size: 13px;
}
.normal a {
2019-01-16 10:15:24 +01:00
text-decoration: none;
border-bottom: 1px dotted gray;
}
.normal a:hover {
2019-01-16 10:15:24 +01:00
color: black;
background-color: #E8ECF0;
}
.normal ul {
2019-01-16 10:15:24 +01:00
padding-left: 15px;
}
.normal li {
2019-01-16 10:15:24 +01:00
margin-bottom: 3px;
list-style: none;
}
.normal li a {
2019-01-16 10:15:24 +01:00
font-weight: bold;
}
.fixed {
2018-06-09 19:31:44 +02:00
width: 80vw;
max-width: 800px;
}
2019-01-16 10:15:24 +01:00
.paste {
width: 70vw;
max-width: 700px;
}
.needs-border {
2019-01-16 10:15:24 +01:00
border-top: 1px solid rgb(214, 214, 214);
}
.left {
2019-01-16 10:15:24 +01:00
text-align: left;
}
.float-left {
2019-01-16 10:15:24 +01:00
float: left;
}
.pad-left {
padding-left: 10px;
}
.pad-right {
2019-01-16 10:15:24 +01:00
padding-right: 10px;
}
.text-right {
2019-01-16 10:15:24 +01:00
text-align: right;
}
.center {
2019-01-16 10:15:24 +01:00
text-align: center;
}
.float-right, .right {
2019-01-16 10:15:24 +01:00
float: right;
}
.clear {
2019-01-16 10:15:24 +01:00
clear: both;
}
#upload_header {
text-align: center;
font-size: 18px;
}
#file-uploader a {
text-decoration: none;
border-bottom: 1px dotted #556A7F;
color: #556A7F;
font-weight: bold;
}
#filesUploaded {
display:none;
text-align:left;
}
#linx_display_links {
display:none;
padding: 20px;
background-color: #00AFF5;
border-top: 3px solid #6bacf5;
border-left: 3px solid #6bacf5;
border-right: 3px solid #6bacf5;
border-bottom: 3px solid #6bacf5;
margin-top: 15px;
margin-bottom: 10px;
font-size: 12px;
}
#linx_display_links a,a:active,a:visited {
color: white;
}
#supported_files {
display:none;
text-align:left;
}
#upload_btn {
background-color: white;
border: 2px solid #C9C9C9;
width: 90px;
height: 30px;
}
#expires {
width:75px;
}
#choices {
2018-06-09 19:31:44 +02:00
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin-top: 5px;
font-size: 13px;
2018-06-09 19:31:44 +02:00
}
#expiry {
padding-top: 1px;
}
2018-06-09 19:31:44 +02:00
#randomize {
vertical-align: bottom;
margin: 0;
}
#access_key_checkbox {
margin: 0;
}
#access_key_checkbox:checked ~ #access_key {
display: inline-block;
}
#access_key_checkbox:checked ~ #access_key_label {
display: none;
}
#access_key {
line-height: 1em;
padding: 1px;
border: 3px;
display: none;
}
.oopscontent {
width: 400px;
}
.oopscontent img {
width: 400px;
border: 0;
}
2018-06-09 19:31:44 +02:00
.error-404 img {
max-width: 90vw;
}
2019-01-16 10:15:24 +01:00
.padme {
padding-left: 5px;
padding-right: 5px;
}
.editor {
2019-01-16 10:15:24 +01:00
width: 100%;
height: 450px;
border: 1px solid #eaeaea;
font-family: monospace;
resize: none;
overflow: auto;
border-radius: 2px;
padding: 2px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
#info input[type=text] {
border: 1px solid #eaeaea;
color: #556A7F;
padding: 2px 4px;
font-family: Arial, Helvetica, sans-serif;
}
2015-10-15 18:24:23 +02:00
.storygreen {
color: #789922;
}
.storyred {
color: #800000;
}
/* Content display {{{ */
.display-audio,
.display-file {
2018-06-09 19:31:44 +02:00
width: 100%;
}
.display-image {
margin-bottom: -6px;
max-width: 800px;
}
.display-pdf {
width: 910px;
height: 800px;
}
.display-video {
width: 800px;
2019-12-03 03:30:15 +01:00
max-height: 70vh;
}
.scrollable {
overflow: auto;
}
.storycontent {
2015-10-15 18:24:23 +02:00
background-color: #f0e0d6 !important;
}
#editform,
#editform .editor {
display: none;
2019-01-16 10:15:24 +01:00
width: 100%
}
#codeb {
white-space: pre-wrap;
}
2019-01-16 10:15:24 +01:00
#inplace-editor {
display: none;
2019-01-16 10:15:24 +01:00
width: 100%;
height: 800px;
2015-10-05 00:56:30 +02:00
font-size: 13px;
}
/* }}} */