edited tasks.css for modal

master
simon 4 years ago
parent 0f8d902ca2
commit 01d7855940

@ -4,8 +4,12 @@ span.mw-editsection {
display: none; display: none;
} }
span.mw-headline {
font-size: 1em;
}
/* hide the marker for image gallery imported from mw*/ /* hide the marker for image gallery imported from mw*/
ul { ul.mw-gallery-traditional {
list-style-type: none; list-style-type: none;
} }
@ -29,12 +33,8 @@ body {
#tasksBtn { #tasksBtn {
display: inline-block; display: inline-block;
color: black; color: black;
font-family: serif;
font-size: 1.6em;
padding-left: 0px; padding-left: 0px;
padding-right: 0px; padding-right: 0px;
margin-left: 18px;
margin-top: 6px;
background-color: white; background-color: white;
border: none; border: none;
} }
@ -42,12 +42,11 @@ body {
/* id for button that opens "*A note to the reader" text in modal popup*/ /* id for button that opens "*A note to the reader" text in modal popup*/
#noteBtn { #noteBtn {
display: inline; display: inline;
color: blue;
font-family: serif; font-family: serif;
font-size: 1.6em; font-size: 1.6em;
padding-left: 0px; padding-left: 0px;
padding-right: 0px; padding-right: 0px;
margin-top: 6px; margin-top: 0px;
background-color: white; background-color: white;
border: none; border: none;
} }
@ -62,11 +61,13 @@ body {
.modal { .modal {
display: none; /* Hidden by default */ display: none; /* Hidden by default */
position: fixed; /* Stay in place */ position: fixed; /* Stay in place */
font-family: sans-serif;
font-size: 1em;
z-index: 1; /* Sit on top */ z-index: 1; /* Sit on top */
left: 0; left: 0;
top: 0; top: 0;
width: 80%; /* Full width */ width: 50%; /* Full width */
height: 80%; /* Full height */ height: 50%; /* Full height */
overflow: auto; /* Enable scroll if needed */ overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */ background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
@ -83,8 +84,9 @@ body {
width: 50%; /* Could be more or less, depending on screen size */ width: 50%; /* Could be more or less, depending on screen size */
} }
/* The Close Button */ /* The Close Button HIDDEN FOR NOW */
.close { .close {
display: none;
color: #aaa; color: #aaa;
float: right; float: right;
font-size: 28px; font-size: 28px;
@ -143,14 +145,28 @@ div.container-fluid {
display: inline-block; display: inline-block;
} }
h2 { .gallerytext {
text-align: top; font-family: sans-serif;
font-size: 11px;
margin-top: -10px;
} }
h2 {
}
.heading { .heading {
font-family: serif; font-family: serif;
font-size: 1.6em; font-size: 1.6em;
margin-left: 18px; margin-left: 18px;
margin-top: 6px;
margin-bottom: 0px;
}
pre {
background-color: lavender;
padding: 6px;
} }
iframe { iframe {
@ -186,20 +202,13 @@ iframe[name="recto"] {
} }
.note { .note {
margin: auto;
display: none; display: none;
position: absolute; position: absolute;
width: 80% auto;
background-color: white; background-color: white;
z-index: 10; z-index: 10;
} }
/*
img {
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
max-width: 100%
}
*/
.cardbackimg { .cardbackimg {
width: auto; width: auto;

Loading…
Cancel
Save