Difference between revisions of "Site Test Page"

From Angels Fall First Wiki
Jump to navigation Jump to search
(Pywikibot v.2)
 
Line 1: Line 1:
 
+
/*** button styling ***/
 +
.cc2-wikia-button a {
 +
    -moz-border-radius:4px;
 +
    -webkit-border-radius:4px;
 +
    border-radius:4px;
 +
    background-color:#002E54;
 +
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
 +
    border:1px solid #002E54;
 +
    color:white;
 +
    cursor:pointer;
 +
    display:inline-block;
 +
    font: 12px/20px Helvetica, Arial, sans-serif;
 +
    height: 19px;
 +
    margin:0;
 +
    padding:0 7px;
 +
    text-decoration:none;
 +
    white-space:nowrap;
 +
}
 +
.cc2-wikia-button a:hover {
 +
    background-color:#002E54;
 +
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
 +
    text-decoration:none
 +
}
 +
.blogsubhead {
 +
    font-size: 14px;
 +
    padding: 8px 0 0;
 +
    font-weight: bold;
 +
    margin-bottom: -5px;
 +
}
 +
 +
/* wikifactory stuff, temp placement until live in code, find uberfuzzy if problem */
 +
#wiki-factory td[data-status="1"] {
 +
    background-color: lime;
 +
    color: black;
 +
}
 +
#wiki-factory td[data-status="2"] {
 +
    background-color: purple;
 +
    color: white;
 +
}
 +
#wiki-factory td[data-status="0"], td[data-status="-1"] {
 +
    background-color: red;
 +
    color: white;
 +
}
 +
#wiki-factory td[data-status="-1"] {
 +
    text-decoration:line-through;
 +
}
 +
.sharedHelp { border: 1px solid #ccc !important; }
 +
 +
.ns-116 .RelatedPagesModule,
 +
.ns-500 .RelatedPagesModule { display:none; }
 +
 +
.helpmodule img:hover {
 +
  -moz-opacity: .8;
 +
  -khtml-opacity: .8;
 +
  opacity: .8;
 +
}
 +
 +
/* Darwin-izing the Main Page */
 +
@media screen and (max-width: 1023px) {
 +
  .page-Community_Central #WikiaArticle iframe { width: 49%; }
 +
  .page-Community_Central #WikiaArticle #twitter-widget-0 { float: right; }
 +
}
 +
 +
/* Interlanguage link footer */
 +
.mainpage .WikiaArticleInterlang h3,
 +
.mw-special-Contact div.WikiaArticleInterlang h3,
 +
.mw-special-Forum div.WikiaArticleInterlang h3 {
 +
    font-size: 18px;
 +
    height: 55px;
 +
    margin-left: 90px;
 +
    font-weight: bolder;
 +
}
 +
 +
.mainpage .WikiaArticleInterlang h3,
 +
.mw-special-Forum div.WikiaArticleInterlang h3 { padding-top: 20px; }
 +
 +
.mw-special-Contact div.WikiaArticleInterlang h3 { padding-top: 11px }
 +
 +
div.WikiaArticleInterlang { display:none; }
 +
 +
.mw-special-Contact div.WikiaArticleInterlang,
 +
.mw-special-Forum div.WikiaArticleInterlang { display:block; }
 +
 +
.mainpage .WikiaArticleInterlang,
 +
.mw-special-Contact div.WikiaArticleInterlang,
 +
.mw-special-Forum div.WikiaArticleInterlang {
 +
    background-color: white;
 +
    background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -moz-linear-gradient(top,rgba(242,242,242,0) 50%,#f2f2f2 100%);
 +
    background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -webkit-gradient(linear,0% 0%,0% 100%,color-stop(50%,rgba(242,242,242,0)),color-stop(100%,#f2f2f2));
 +
    background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -o-linear-gradient(top,rgba(242,242,242,0) 50%,#f2f2f2 100%);
 +
    background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -ms-linear-gradient(top,rgba(242,242,242,0) 50%,#f2f2f2 100%);
 +
    border: 1px solid #D9D9D9;
 +
    height: 60px;
 +
    margin: 0;
 +
    margin-top: 10px;
 +
}
 +
 +
.mw-special-Forum #forum-display {
 +
    clear: both;
 +
    margin: 0 10px;
 +
}
 +
 +
.mw-special-Forum #mw-content-text {
 +
    margin-bottom: 15px;
 +
}
 +
 +
.mainpage .WikiaArticleInterlang ul,
 +
.mw-special-Forum div.WikiaArticleInterlang ul {
 +
    font-size: 14px;
 +
    padding-top: 20px;
 +
}
 +
 +
.mw-special-Contact div.WikiaArticleInterlang ul {
 +
    font-size: 14px;
 +
    padding-top: 16px;
 +
}
 +
 +
.mainpage .WikiaArticleInterlang ul li:first-child,
 +
.mw-special-Contact div.WikiaArticleInterlang ul li:first-child,
 +
.mw-special-Forum div.WikiaArticleInterlang ul li:first-child {
 +
    padding-left: 10px;
 +
}
 +
 +
/** Portable Infoboxes **/
 +
 +
.portable-infobox.pi-theme-notes .pi-header {   
 +
    background-color: #E5F0F7;
 +
    color: black;
 +
    text-align: center;
 +
    font-weight: normal;
 +
}
 +
 +
.pi-theme-StaffCard, .pi-theme-VolunteerCard {
 +
    background: transparent;
 +
    border-width: 1px;
 +
    border-style: solid;
 +
    clear: none;
 +
    float: left;
 +
    margin: 0 0 15px 15px;
 +
    padding: 0.5em;
 +
}
 +
 +
.pi-theme-VolunteerCard {
 +
    width: 45%;
 +
}
 +
 +
.pi-theme-VolunteerCard-wide {
 +
    width: inherit;
 +
    float: none;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-item-spacing {
 +
    padding: initial;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-title {
 +
    display: inline;
 +
    font-size:inherit;
 +
    padding: 3px;
 +
}
 +
 +
.pi-theme-StaffCard .pi-title {
 +
    text-align: center;
 +
}
 +
 +
.pi-theme-StaffCard > .pi-header {
 +
    text-align: center;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-navigation {
 +
    display: inline;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-image {
 +
    float: right;
 +
}
 +
 +
.pi-theme-StaffCard .pi-image + .pi-data {
 +
    display: inline;
 +
}
 +
 +
.pi-theme-StaffCard .pi-image {
 +
    float: left;
 +
    padding: 15px;
 +
}
 +
 +
.pi-theme-StaffCard .pi-image-thumbnail {
 +
    width: 100px;
 +
    height: auto;
 +
}
 +
 +
.portable-infobox.pi-theme-VolunteerCard > .pi-data:not(:only-child) {
 +
    display: inline;
 +
}
 +
 +
.portable-infobox.pi-theme-VolunteerCard > .pi-title + .pi-navigation {
 +
    display: inline;
 +
    border: 1px solid;
 +
    border-radius: 5px;
 +
}
 +
 +
.portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-label,
 +
.portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-value {
 +
    display: inline;
 +
    text-align: justify;
 +
}
 +
 +
.pi-theme-VolunteerCard > .pi-data-value:only-child {
 +
    display: inline;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-group {
 +
    display: flex;
 +
    width: 100%;
 +
}
 +
.pi-theme-VolunteerCard .pi-group .pi-data {
 +
    /* border: 2px solid white;
 +
    margin: .5em;
 +
    border-radius: 1em; */
 +
    border-bottom: none;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-group .pi-data-value:only-child {
 +
    text-align: center;
 +
    margin: auto;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-data-label {
 +
    -ms-flex-preferred-size: 8em;
 +
    -webkit-flex-basis: 8em;
 +
    -moz-flex-basis: 8em;
 +
    flex-basis: 8em;
 +
    min-width: 5.5em;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-data img {
 +
    float: right;
 +
    margin: 5px;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-data:not(:last-of-type) {
 +
    border-bottom-style: initial;
 +
}
 +
 +
.pi-theme-VolunteerCard .pi-group .pi-data:not(:last-of-type) {
 +
    border-right-style: solid;
 +
    border-right-width: 1px;
 +
}
 +
 +
.pi-theme-VolunteerCard:nth-child(even) { clear: both; }
 +
 +
.pi-theme-StaffCard:only-of-type {
 +
    width: auto;
 +
    clear: both;
 +
    float: none;
 +
    overflow: visible;
 +
}
 +
 +
.pi-theme-StaffCard .pi-data-value { min-height: 75px; }
 +
 +
.WikiaArticle .profilecards + h2 {
 +
    overflow: inherit;
 +
}
 +
.Adopt-a-Wiki {
 +
    border:3px;
 +
    border-style:solid;
 +
    border-color:#08D6CC;
 +
    border-radius: 5px;
 +
    box-shadow: -9px 10px 15px 2px rgba(219, 218, 221, 1);
 +
}

Revision as of 16:35, 18 January 2018

/*** button styling ***/

.cc2-wikia-button a {
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
   background-color:#002E54;
   background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
   border:1px solid #002E54;
   color:white;
   cursor:pointer;
   display:inline-block;
   font: 12px/20px Helvetica, Arial, sans-serif;
   height: 19px;
   margin:0;
   padding:0 7px;
   text-decoration:none;
   white-space:nowrap;

} .cc2-wikia-button a:hover {

   background-color:#002E54;
   background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
   text-decoration:none

} .blogsubhead {

   font-size: 14px;
   padding: 8px 0 0;
   font-weight: bold;
   margin-bottom: -5px;

}

/* wikifactory stuff, temp placement until live in code, find uberfuzzy if problem */

#wiki-factory td[data-status="1"] {
   background-color: lime;
   color: black;

}

  1. wiki-factory td[data-status="2"] {
   background-color: purple;
   color: white;

}

  1. wiki-factory td[data-status="0"], td[data-status="-1"] {
   background-color: red;
   color: white;

}

  1. wiki-factory td[data-status="-1"] {
   text-decoration:line-through;

} .sharedHelp { border: 1px solid #ccc !important; }

.ns-116 .RelatedPagesModule, .ns-500 .RelatedPagesModule { display:none; }

.helpmodule img:hover {

 -moz-opacity: .8;
 -khtml-opacity: .8;
 opacity: .8;

}

/* Darwin-izing the Main Page */ @media screen and (max-width: 1023px) {

 .page-Community_Central #WikiaArticle iframe { width: 49%; }
 .page-Community_Central #WikiaArticle #twitter-widget-0 { float: right; }

}

/* Interlanguage link footer */ .mainpage .WikiaArticleInterlang h3, .mw-special-Contact div.WikiaArticleInterlang h3, .mw-special-Forum div.WikiaArticleInterlang h3 {

   font-size: 18px;
   height: 55px;
   margin-left: 90px;
   font-weight: bolder;

}

.mainpage .WikiaArticleInterlang h3, .mw-special-Forum div.WikiaArticleInterlang h3 { padding-top: 20px; }

.mw-special-Contact div.WikiaArticleInterlang h3 { padding-top: 11px }

div.WikiaArticleInterlang { display:none; }

.mw-special-Contact div.WikiaArticleInterlang, .mw-special-Forum div.WikiaArticleInterlang { display:block; }

.mainpage .WikiaArticleInterlang, .mw-special-Contact div.WikiaArticleInterlang, .mw-special-Forum div.WikiaArticleInterlang {

   background-color: white;
   background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -moz-linear-gradient(top,rgba(242,242,242,0) 50%,#f2f2f2 100%);
   background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -webkit-gradient(linear,0% 0%,0% 100%,color-stop(50%,rgba(242,242,242,0)),color-stop(100%,#f2f2f2));
   background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -o-linear-gradient(top,rgba(242,242,242,0) 50%,#f2f2f2 100%);
   background: url('http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -ms-linear-gradient(top,rgba(242,242,242,0) 50%,#f2f2f2 100%);
   border: 1px solid #D9D9D9;
   height: 60px;
   margin: 0;
   margin-top: 10px;

}

.mw-special-Forum #forum-display {

   clear: both;
   margin: 0 10px;

}

.mw-special-Forum #mw-content-text {

   margin-bottom: 15px;

}

.mainpage .WikiaArticleInterlang ul, .mw-special-Forum div.WikiaArticleInterlang ul {

   font-size: 14px;
   padding-top: 20px;

}

.mw-special-Contact div.WikiaArticleInterlang ul {

   font-size: 14px;
   padding-top: 16px;

}

.mainpage .WikiaArticleInterlang ul li:first-child, .mw-special-Contact div.WikiaArticleInterlang ul li:first-child, .mw-special-Forum div.WikiaArticleInterlang ul li:first-child {

   padding-left: 10px;

}

/** Portable Infoboxes **/

.portable-infobox.pi-theme-notes .pi-header {

   background-color: #E5F0F7;
   color: black;
   text-align: center;
   font-weight: normal;

}

.pi-theme-StaffCard, .pi-theme-VolunteerCard {

   background: transparent;
   border-width: 1px;
   border-style: solid;
   clear: none;
   float: left;
   margin: 0 0 15px 15px;
   padding: 0.5em;

}

.pi-theme-VolunteerCard {

   width: 45%;

}

.pi-theme-VolunteerCard-wide {

   width: inherit;
   float: none;
   margin-left: auto;
   margin-right: auto;

}

.pi-theme-VolunteerCard .pi-item-spacing {

   padding: initial;

}

.pi-theme-VolunteerCard .pi-title {

   display: inline;
   font-size:inherit;
   padding: 3px;

}

.pi-theme-StaffCard .pi-title {

   text-align: center;

}

.pi-theme-StaffCard > .pi-header {

   text-align: center;

}

.pi-theme-VolunteerCard .pi-navigation {

   display: inline;

}

.pi-theme-VolunteerCard .pi-image {

   float: right;

}

.pi-theme-StaffCard .pi-image + .pi-data {

   display: inline;

}

.pi-theme-StaffCard .pi-image {

   float: left;
   padding: 15px;

}

.pi-theme-StaffCard .pi-image-thumbnail {

   width: 100px;
   height: auto;

}

.portable-infobox.pi-theme-VolunteerCard > .pi-data:not(:only-child) {

   display: inline;

}

.portable-infobox.pi-theme-VolunteerCard > .pi-title + .pi-navigation {

   display: inline;
   border: 1px solid;
   border-radius: 5px;

}

.portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-label, .portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-value {

   display: inline;
   text-align: justify;

}

.pi-theme-VolunteerCard > .pi-data-value:only-child {

   display: inline;

}

.pi-theme-VolunteerCard .pi-group {

   display: flex;
   width: 100%;

} .pi-theme-VolunteerCard .pi-group .pi-data {

   /* border: 2px solid white;
   margin: .5em;
   border-radius: 1em; */
   border-bottom: none;

}

.pi-theme-VolunteerCard .pi-group .pi-data-value:only-child {

   text-align: center;
   margin: auto;

}

.pi-theme-VolunteerCard .pi-data-label {

   -ms-flex-preferred-size: 8em;
   -webkit-flex-basis: 8em;
   -moz-flex-basis: 8em;
   flex-basis: 8em;
   min-width: 5.5em;

}

.pi-theme-VolunteerCard .pi-data img {

   float: right;
   margin: 5px;

}

.pi-theme-VolunteerCard .pi-data:not(:last-of-type) {

   border-bottom-style: initial;

}

.pi-theme-VolunteerCard .pi-group .pi-data:not(:last-of-type) {

   border-right-style: solid;
   border-right-width: 1px;

}

.pi-theme-VolunteerCard:nth-child(even) { clear: both; }

.pi-theme-StaffCard:only-of-type {

   width: auto;
   clear: both;
   float: none;
   overflow: visible;

}

.pi-theme-StaffCard .pi-data-value { min-height: 75px; }

.WikiaArticle .profilecards + h2 {

   overflow: inherit;

} .Adopt-a-Wiki {

   border:3px; 
   border-style:solid;
   border-color:#08D6CC; 
   border-radius: 5px;
   box-shadow: -9px 10px 15px 2px rgba(219, 218, 221, 1);

}