|
|
Line 1: |
Line 1: |
| .page-User_MoonlightArchivist_Guidelines .GamesThumbContainer{
| |
| display:inline-block;
| |
| width:230px;
| |
| height:125px;
| |
| padding:2px;
| |
| }
| |
|
| |
|
| .page-User_MoonlightArchivist_Guidelines .GameThumb{
| |
| display:flex;
| |
| position:absolute;
| |
| justify-content:center;
| |
| width:230px;
| |
| height:125px;
| |
| flex-direction:column;
| |
| text-align:center;
| |
| background-color: rgba(0,0,0,0.5);
| |
| font-size:1.5em;
| |
| text-shadow: 0px 0px 5px #000000;
| |
| }
| |
|
| |
| .page-User_MoonlightArchivist_Guidelines .GameThumb a{
| |
| margin:2px;
| |
| }
| |
|
| |
| .page-User_MoonlightArchivist_Guidelines .mainpage-link-collection .mainpage-link-section {
| |
| margin-right:0;
| |
| }
| |
|
| |
| .page-User_MoonlightArchivist_Guidelines #newestadditions {
| |
| width:100%;
| |
| overflow:auto;
| |
| white-space:nowrap;
| |
| }
| |
|
| |
| .page-User_MoonlightArchivist_Guidelines #newestadditions h4{
| |
| margin: 0;
| |
| padding: 0;
| |
| border-bottom: thin solid gray;
| |
| }
| |
|
| |
| @media only screen and (min-width: 1720px){
| |
| .page-User_MoonlightArchivist_Guidelines #newestadditions{
| |
| min-height:0;
| |
| }
| |
| }
| |
|
| |
| @media only screen and (min-width: 1480px){
| |
| .page-User_MoonlightArchivist_Guidelines #newestadditions{
| |
| min-height:0;
| |
| }
| |
| }
| |
|
| |
| @media only screen and (min-width: 1360px){
| |
| .page-User_MoonlightArchivist_Guidelines #newestadditions{
| |
| min-height:0;
| |
| }
| |
| }
| |
|
| |
| @media only screen and (max-width: 1040px) {
| |
| .page-User_MoonlightArchivist_Guidelines #newestadditions{
| |
| margin-left:0;
| |
| }
| |
| }
| |
|
| |
| @media only screen and (min-width: 1040px) {
| |
| .page-User_MoonlightArchivist_Guidelines #aboutwiki {
| |
| margin-left: 0.5em;
| |
| }
| |
| }
| |