You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
special-issue-11-wiki2html/static/index.css

280 lines
4.4 KiB
CSS

4 years ago
body {
background: white;
max-width: 100%;
height:100%;
display: inline-table;
4 years ago
font-family: Roboto Mono;
4 years ago
bottom: 20px;
}
/*.img {
display: inline;
}
.thumb{
display: inline;
}*/
h1{
font-size: 20px;
margin-left: 20px;
}
.thumbborder {
/*margin-bottom: 15px;*/
/*border : 20px solid blue;*/
width: 100%;
height: 100%;
display: inline-block;
text-align: left;
position: relative;
display: inline-block;
}
.title{
margin-top: 15px;
line-height: 1.3;
}
/*.smw-row:nth-child(odd) {
background-color: purple;
float: right;
}
.smw-row:nth-child(odd) img {
float: right;
}
.smw-row:nth-child(even) {
background-color: orange;
float: left;
}*/
.nav .active{
/*font-family: helvetica;*/
margin-left: 20px;
color: black;
text-decoration: underline;
}
.navtab{/*
font-family: helvetica;*/
margin-left: 20px;
color: grey;
}
4 years ago
.pagelink{
position: fixed;
display: inline-block;
left:0px;
width:20px;
padding:10px;
background-color: white;
z-index: 10;
font-size: 15px;
border-style: solid;
border-width: 1px;
border-color: #371F10
}
.pagelink .pagename{
display: block;
position: absolute;
width:auto;
padding: 5px;
font-size: 10px;
background-color: white;
visibility: hidden;
font-size: 15px;
}
.pagelink:hover .pagename{
visibility: visible;
}
4 years ago
.tooltip {
position: relative;
display: inline-block;
width: 70px;
4 years ago
margin: 16px;
4 years ago
vertical-align: top;
}
.tooltip .tooltiptext {
display: block;
visibility: hidden;
4 years ago
width: 400%;
4 years ago
height: auto;
/*min-height: 100%;*/
background-color: #0BEFEB;
/*opacity: 80%;*/
color: black;
text-align: left;
padding: 10px;
/*border-radius: 6px;*/
/* font-family: CothamSans;*/
4 years ago
font-size: 18px;
4 years ago
position: absolute;
/*top: 0px;*/
z-index: 1;
margin-top: 0px;
/*vertical-align: top;*/
line-height: 1.3;
4 years ago
word-wrap:break-word
4 years ago
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
ul#nav li{
display: inline;
list-style: none;
margin-left: 10px;
/* margin-left: 10%
margin-right: 10%;*/
align-content: initial;
font-size: 20px;
}
ul#nav{
4 years ago
padding: 20px;
margin-top: 10px;
4 years ago
margin-bottom: 20px;
4 years ago
background-color: white;
4 years ago
top:0px;
bottom: 10px;
padding-left: 0px;
border: none;
4 years ago
width: 80vw;
4 years ago
/*display: inline;*/
height:20px;
/*overflow-x: scroll;*/
left:0px;
position: fixed;
4 years ago
z-index: 1;
4 years ago
}
ul#menu li{
display: inline;
list-style: none;
/* margin-left: 10%
margin-right: 10%;*/
align-content: initial;
}
ul#menu{
margin-left: 10px;
margin-right: 10px;
4 years ago
top:0px;
4 years ago
bottom: 10px;
padding-left: 0px;
border: none;
width: 85vw;
/*display: inline;*/
height:100%;
/*overflow-x: scroll;*/
left:0px;
margin-bottom: 20px;
padding-bottom: 20px;
position: absolute;
/*z-index: -1; */
}
div#myBtnContainer{
4 years ago
/* background-color: white;*/
4 years ago
/*margin-top: 20px;*/
margin-left: 30px;
margin-bottom: 30px;
border: none;
width: 15vw;
display: inline;
/* visibility: hidden;*/
height:100%;
right:0px;
top:0px;
position: fixed;
padding:10px;
overflow-y: scroll;
/*z-index: -1;*/
4 years ago
/* overflow-y: hidden;*/
4 years ago
}
4 years ago
div#bigbtncontainer{
overflow-y: hidden;
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: thin;
/*overflow-y: scroll;*/
}
4 years ago
/*div#myBtnContainer:hover{
4 years ago
background-color: white;
4 years ago
z-index: 1;
}*/
4 years ago
.filter {
display: inline-block;
4 years ago
box-shadow: 8px 8px 8px #C4BCB9;
4 years ago
}
.show {
display: inline-block;
4 years ago
/*box-shadow: 8px 8px 8px #303E88;*/
box-shadow: 10px 10px 15px #0BEFEB;
4 years ago
}
/*.container {
margin-left: 40px;
margin-top: 20px;
overflow: hidden;
}*/
/* Style the buttons */
.btn {
border: none;
outline: none;
4 years ago
font-family: Roboto Mono;
font-size: 18px;
4 years ago
text-align: left;
display: block;
/*padding: 4px 6px;*/
/*text-shadow: 2px 2px 2px #9D9C9C;*/
/*background-color: blue;*/
cursor: pointer;
4 years ago
margin: 8px 2px 8px 2px;
padding: 4px;
color: #371F10;
4 years ago
background-color: transparent;
}
.btn:hover {
4 years ago
background-color: #F4EBE8;
4 years ago
}
.btn.active {
4 years ago
background-color: #0BEFEB;
4 years ago
color: white;
}
.mw-parser-output{
display: inline;
}
::-webkit-scrollbar {
display: none;
}
.line{
margin-top: 10px;
margin-bottom: 10px;
width: 80vw;
height: 2px;
4 years ago
background-color: #0BEFEB;
4 years ago
}