Jump to content

MediaWiki:Chameleon.css

From Marxist Wiki
Revision as of 23:35, 19 March 2025 by Thehighwayman (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
    float: right;
}

/* SV */
.page-Semantic_MediaWiki_sv .mw-body {
	margin: -0.25em 0 0.5em 0;
}
.page-Semantic_MediaWiki_sv .firstHeading {
	display: none;
}
.page-Semantic_MediaWiki_sv .gallerybox div.thumb {
	border: 0;
	background-color: @color0;
}
.page-Semantic_MediaWiki_sv .gallerybox div div.thumb div {
	margin: 10px 0 0 -25px !important;
}
.page-Semantic_MediaWiki_sv .gallerytext p {
	text-align: center;
	width: 305px;
}
.page-Semantic_MediaWiki_sv .srf-redirect .redirecticon {
	display: none !important;
}

/* Menu specific */

#p-smwo-admins,
#p-smwo-general {
    width: 240px;
    word-wrap: break-word;
   white-space: normal;
}

#p-smwo-admins li > a,
#p-smwo-general li > a {
   white-space: normal;
}

/* Hide header stuff for SMWCon Fall 2020 */
.page-SMWCon_Fall_2020 .contentHeader {
    display: none;
}

/* Hide header stuff for SMWCon Fall 2018 */
.page-SMWCon_Fall_2018 .contentHeader {
    display: none;
}

/**
 * This is position dependent but there is no
 * better method to create sections and help users distinguish
 * and split the content in the menu dropdown
 */
#n-Community-portal,
#n-SMWCon,
#n-Getting-started,
#n-Code-documentation,
#n-Frequent-questions,
#n-Features-and-supplementary-functions,
#n-Maintenance {
   border-bottom: 1px solid #ddd;
}

/* SMWCon Conference program */

:root {
--brandyellow: #ffb30f;
--brandblue: #164eaf;
--brandlightblue: #4676ea;
--accepted: #CBD68C;
--suggested: #FFEEA6;
--wanted: #F19C79;
--scheduled: #CBD68C; /*#9CAFB7;*/
--aspectadmin: #FFD57C; /*brandyellow 5 lighter */
--aspectdev: #B5C8F6; /*brandlightblue 8 lighter*/
--aspectuse: #BDE4A7;
--aspectsmw: #E3EBEB;
}

.page-SMWCon_Fall_2019_ConferenceMap .container {
    width: 100%;
}

span.accepted {
    background-color: var(--accepted);
    padding:0 2px 2px 2px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 600;}

span.suggested {
    background-color: var(--suggested);
    padding:0 2px 2px 2px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 600;
    }

span.wanted {
    background-color: var(--wanted);
    padding:0 2px 2px 2px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 600;
    }

span.scheduled {
    background-color: var(--scheduled);
    padding:0 2px 2px 2px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 600;
    }

span.contributor {
    color: var(--brandyellow);
    }

span.smwconicon {
    color: var(--brandblue);
    }

div.smwconblurb {
    border: 2px dotted var(--brandyellow);
    width: 75%;
    box-shadow: 5px 5px 5px 0px rgba(255,179,15,0.22);
    padding: 5px;
    margin-bottom: 10px;
    }

.aspectadmin {
    background-color: var(--aspectadmin);
    }

.aspectuse {
    background-color: var(--aspectuse);
    }

.aspectdev {
    background-color: var(--aspectdev);
    }

.aspectsmw {
    background-color: var(--aspectsmw);
    }

/* For aspectMapMainTable */
  .aspectMapMainTable, .aspectMapSubTable {
    font-size: 14px;
    width:100%;
    border-spacing:20px;
    border-collapse: separate;
    line-height: 20px;
    font-family: sans-serif;

  }
  .aspectMapMainTable {
/*    width: 100vw;*/
  }
  .aspectMapMainTable td {
    vertical-align: top;
    border-radius: 10px;
    padding:5px;
  }
  .aspectLayerTitle {
    border-radius: 10px;
  }
  .aspectMapSubTable {
    margin-top:-20px;
    margin-bottom:-20px;
  }
  .aspectLayerTitle {
    font-family: sans-serif;
    font-size: 20px;
    padding: 0px;
  }
  .aspectCodeCode {
    font-size: 18px;
    font-weight: normal;
  }
  .aspectCodeTitle {
    font-size: 18px;
    font-weight: bold;
  }
  .smwttcontent {
    display: none;
  }
  .aspectCodeGroupTitle {
    font-family: sans-serif;
    border-radius: 10px;
    background-color:white;
    padding:5px;
  }
  .contributionTitlesList li {
    margin-bottom:10px;
  }
  .contributionTitle {
    font-weight:bold;
    font-size:18px;
  }
  .keywordHighlight, .contributionTypeHighlight, .scheduleDayHighlight {
    background-color: yellow !important;
    font-weight: bold;
    font-size: 20px;
  }
  .keywordCheckbox, .contributionTypeCheckbox, .scheduleDayCheckbox, .toggleAll {
    font-size:21px;
    cursor:default;
  }
  .keyword {
    background-color: beige;
    font-family: monospace;
    border-radius:3px;
    border:1px dashed lightblue;
  }
  .contributionType {
    background-color: #FFCCFF;
    font-family: monospace;
    border-radius:3px;
    border:1px dashed #FF00FF;
  }
  .author {
    background-color:cyan;
  }
  .scheduleDay {
    color:green;
  }