Difference between revisions of "MediaWiki:Common.css"

From The Big Cartoon Wiki
Jump to navigation Jump to search
Line 45: Line 45:
 
     font-size:12px;
 
     font-size:12px;
 
     text-align:center
 
     text-align:center
 +
}
 +
 +
.wikia-gallery{
 +
    list-style:none;
 +
    margin:16px 0;
 +
    padding:0
 +
}
 +
.wikia-gallery-caption{
 +
    font-weight:bold;
 +
    text-align:center
 +
}
 +
.wikia-gallery-row{
 +
    white-space:nowrap
 +
}
 +
.wikia-gallery-item{
 +
    display:inline-block;
 +
    padding:1em;
 +
    vertical-align:top;
 +
    white-space:normal;
 +
    margin:1px;
 +
    text-align:left
 +
}
 +
.wikia-gallery-item .thumb{
 +
    margin:0;
 +
    overflow:visible;
 +
    position:relative;
 +
    text-align:center
 +
}
 +
.wikia-gallery-item .thumb .gallery-image-wrapper{
 +
    overflow:hidden
 +
}
 +
.wikia-gallery-item .thumb a.image,.wikia-gallery-item .thumb a.image-no-lightbox{
 +
    background-position:50% 50%;
 +
    background-repeat:no-repeat;
 +
    display:table-cell;
 +
    height:100%;
 +
    line-height:1px;
 +
    text-decoration:none;
 +
    vertical-align:middle;
 +
    width:100%
 +
}
 +
.wikia-gallery-item .thumb div{
 +
    margin:0 auto
 +
}
 +
.wikia-gallery-item .thumb .gallery-image-wrapper{
 +
    border-style:solid
 +
}
 +
.wikia-gallery-item .thumb .gallery-image-wrapper .broken-image{
 +
    display:table-cell;
 +
    line-height:15px;
 +
    vertical-align:middle
 +
}
 +
.wikia-gallery-border-none .thumb .gallery-image-wrapper{
 +
    border:none
 +
}
 +
.wikia-gallery-border-small .thumb .gallery-image-wrapper{
 +
    border-width:1px
 +
}
 +
.wikia-gallery-border-medium .thumb .gallery-image-wrapper{
 +
    border-width:2px
 +
}
 +
.wikia-gallery-border-large .thumb .gallery-image-wrapper{
 +
    border-width:5px
 +
}
 +
.wikia-gallery-border-transparent .wikia-gallery-item .thumb{
 +
    background:transparent;
 +
    border-width:0
 +
}
 +
.wikia-gallery-captions-center .wikia-gallery-item{
 +
    text-align:center
 +
}
 +
.wikia-gallery-captions-right .wikia-gallery-item{
 +
    text-align:right
 +
}
 +
.wikia-gallery-caption-size-small .lightbox-caption,.wikia-gallery-caption-size-small .title{
 +
    font-size:9px
 +
}
 +
.wikia-gallery-caption-size-medium .lightbox-caption,.wikia-gallery-caption-size-medium .title{
 +
    font-size:12px
 +
}
 +
.wikia-gallery-caption-size-large .lightbox-caption,.wikia-gallery-caption-size-large .title{
 +
    font-size:16px
 +
}
 +
.wikia-gallery-position-center{
 +
    text-align:center
 +
}
 +
.wikia-gallery-position-right{
 +
    text-align:right
 +
}
 +
.wikia-gallery-spacing-small .wikia-gallery-item{
 +
    padding:5px
 +
}
 +
.wikia-gallery-spacing-medium .wikia-gallery-item{
 +
    padding:15px
 +
}
 +
.wikia-gallery-spacing-large .wikia-gallery-item{
 +
    padding:25px
 +
}
 +
.wikia-gallery-captions-center .wikia-gallery-item .lightbox-caption,.wikia-gallery-captions-center .wikia-gallery-item .title{
 +
    padding:3px 0
 +
}
 +
.wikia-gallery-item .thumb .lightbox-caption{
 +
    bottom:0;
 +
    left:0;
 +
    position:absolute;
 +
    text-align:left
 +
}
 +
.wikia-gallery-item .title + .lightbox-caption{
 +
    margin-top:0;
 +
    padding-top:0
 +
}
 +
.wikia-gallery-item > .lightbox-caption,.wikia-gallery-item .title{
 +
    margin-top:10px;
 +
    display:block
 +
}
 +
.wikia-gallery-captions-center .thumb .lightbox-caption{
 +
    text-align:center;
 +
    width:100%
 +
}
 +
.wikia-gallery-captions-right .thumb .lightbox-caption{
 +
    left:auto;
 +
    right:0;
 +
    text-align:right
 
}
 
}

Revision as of 18:57, 31 January 2019

.wikia-infobox {
    border:1px #a2a9b1 solid;
    background: #f8f9fa;
    float:right;
    line-height:15px;
    margin:0 0 16px 16px;
    padding:15px 8px 8px;
    width:247px
}

.wikia-infobox td,.wikia-infobox th {
    overflow:hidden;
    padding:2px 3px 7px;
    vertical-align:top
}

.wikia-infobox th {
    font-weight:bold;
    text-align:left;
    width:20%
}

.wikia-infobox th.wikia-infobox-header {
    font-size:17px;
    font-weight:bold;
    margin-top:20px;
    padding:5px 3px 8px;
    text-align:left
}

.wikia-infobox th .wikia-infobox-section-header{
    border-top:1px #a2a9b1 solid;
    margin-top:7px;
    padding-top:20px
}

.wikia-infobox .wikia-infobox-image{
    overflow:hidden;
    padding:0;
    text-align:center;
    width:225px
}

.wikia-infobox .wikia-infobox-caption{
    font-size:12px;
    text-align:center
}

 .wikia-gallery{
    list-style:none;
    margin:16px 0;
    padding:0
}
.wikia-gallery-caption{
    font-weight:bold;
    text-align:center
}
.wikia-gallery-row{
    white-space:nowrap
}
.wikia-gallery-item{
    display:inline-block;
    padding:1em;
    vertical-align:top;
    white-space:normal;
    margin:1px;
    text-align:left
}
.wikia-gallery-item .thumb{
    margin:0;
    overflow:visible;
    position:relative;
    text-align:center
}
.wikia-gallery-item .thumb .gallery-image-wrapper{
    overflow:hidden
}
.wikia-gallery-item .thumb a.image,.wikia-gallery-item .thumb a.image-no-lightbox{
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:table-cell;
    height:100%;
    line-height:1px;
    text-decoration:none;
    vertical-align:middle;
    width:100%
}
.wikia-gallery-item .thumb div{
    margin:0 auto
}
.wikia-gallery-item .thumb .gallery-image-wrapper{
    border-style:solid
}
.wikia-gallery-item .thumb .gallery-image-wrapper .broken-image{
    display:table-cell;
    line-height:15px;
    vertical-align:middle
}
 .wikia-gallery-border-none .thumb .gallery-image-wrapper{
    border:none
}
.wikia-gallery-border-small .thumb .gallery-image-wrapper{
    border-width:1px
}
.wikia-gallery-border-medium .thumb .gallery-image-wrapper{
    border-width:2px
}
.wikia-gallery-border-large .thumb .gallery-image-wrapper{
    border-width:5px
}
 .wikia-gallery-border-transparent .wikia-gallery-item .thumb{
    background:transparent;
    border-width:0
}
 .wikia-gallery-captions-center .wikia-gallery-item{
    text-align:center
}
.wikia-gallery-captions-right .wikia-gallery-item{
    text-align:right
}
 .wikia-gallery-caption-size-small .lightbox-caption,.wikia-gallery-caption-size-small .title{
    font-size:9px
}
.wikia-gallery-caption-size-medium .lightbox-caption,.wikia-gallery-caption-size-medium .title{
    font-size:12px
}
.wikia-gallery-caption-size-large .lightbox-caption,.wikia-gallery-caption-size-large .title{
    font-size:16px
}
 .wikia-gallery-position-center{
    text-align:center
}
.wikia-gallery-position-right{
    text-align:right
}
 .wikia-gallery-spacing-small .wikia-gallery-item{
    padding:5px
}
.wikia-gallery-spacing-medium .wikia-gallery-item{
    padding:15px
}
.wikia-gallery-spacing-large .wikia-gallery-item{
    padding:25px
}
.wikia-gallery-captions-center .wikia-gallery-item .lightbox-caption,.wikia-gallery-captions-center .wikia-gallery-item .title{
    padding:3px 0
}
 .wikia-gallery-item .thumb .lightbox-caption{
    bottom:0;
    left:0;
    position:absolute;
    text-align:left
}
.wikia-gallery-item .title + .lightbox-caption{
    margin-top:0;
    padding-top:0
}
 .wikia-gallery-item > .lightbox-caption,.wikia-gallery-item .title{
    margin-top:10px;
    display:block
}
.wikia-gallery-captions-center .thumb .lightbox-caption{
    text-align:center;
    width:100%
}
.wikia-gallery-captions-right .thumb .lightbox-caption{
    left:auto;
    right:0;
    text-align:right
}