summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/staff.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/staff.css')
-rw-r--r--public/assets/stylesheets/staff.css103
1 files changed, 103 insertions, 0 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css
new file mode 100644
index 0000000..aa21f9b
--- /dev/null
+++ b/public/assets/stylesheets/staff.css
@@ -0,0 +1,103 @@
+* {
+ font-weight: 300;
+}
+th, b {
+ font-weight: bold;
+}
+table {
+ display: inline-block;
+ margin-right: 40px;
+ vertical-align: top;
+}
+td, th {
+ text-align: left;
+ padding: 2px 5px;
+}
+.page {
+ text-align: left;
+}
+.footer {
+ text-align: center;
+}
+h1 {
+ text-align: left;
+ display: inline-block;
+}
+nav {
+ display: inline-block;
+ text-align: left;
+}
+nav a {
+ padding-left: 20px;
+}
+hr {
+ border: 1px solid #bbb;
+ margin: 5px auto 10px;
+}
+.body {
+ width: 80%;
+ margin: 0 auto;
+}
+.json {
+ display: none;
+}
+.jsonview {
+ border: 1px solid #ddd;
+ background: rgba(238,238,238,0.5);
+ padding: 4px;
+ margin: 0 auto;
+ max-width: 100%;
+ overflow-x: auto;
+ margin-bottom: 20px;
+ max-height: 60vh;
+}
+.jsonview * {
+ font-family: monospace !important;
+ font-size: 12px;
+}
+.jsonview .collapser {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
+}
+.staff {
+ font-size: 15px;
+}
+.staff .editLinks a {
+ color: #00f;
+}
+#iframe-embed, #iframe-embed tr, #iframe-embed td {
+ width: 79vw;
+}
+#iframe-embed td {
+ padding: 0;
+}
+h2 {
+ margin: 20px auto;
+}
+.avatar {
+ height: 40px;
+ width: 40px;
+ display: inline-block;
+ background-size: cover;
+}
+#actions button {
+ float: none;
+ width: auto;
+}
+iframe.embed {
+ position: static;
+ width: 100%;
+ height: 44vw;
+ border: 1px solid black;
+}
+.page table.projectList,
+.page table.projectList td.border {
+ border: 0;
+}
+#pagination {
+ margin: 10px 0;
+}
+#pagination a {
+ color: #00f;
+} \ No newline at end of file