Bahaiquest
Bahai.quest
Menu
About
Completed words
Project limitations
Tracking categories
Random page
Recent changes
In other projects
Tools
What links here
Related changes
Upload file
Special pages
Printable version
Permanent link
Page information
Message
Discussion
View source
View history
Talk
Contributions
Create account
Log in
Navigation
About
Completed words
Project limitations
Tracking categories
Random page
Recent changes
In other projects
Help
Abbreviations
Definitions
Tools
What links here
Related changes
Upload file
Special pages
Printable version
Permanent link
Page information

MediaWiki:Common.css

A Bahá’í concordance
Jump to:navigation, search

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.
/* CSS placed here will be applied to all skins */
/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2020-03-17
 */
 body.page-Main_Page #ca-delete {
    display: none !important;
}

.mw-charinsert-buttons {
	border: 1px solid #aaa;
	margin-top: 10px;
	padding: 1px;
	font-size: 1.1em;
	text-align: center;
}
.mw-charinsert-buttons a {
	background-color: #cde !important;
	color: #000;
	border: thin #069 outset;
	padding: 0 1px 1px;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}
.client-js .mw-edittools-section {
	display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
	font-size: .9em;
	margin-left: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.formtable {
    width: 100%;
}

.introduction {
    margin-top: 25px;
    margin-bottom: 30px;
}

.author-info {
    text-align: center;
}

.mw-editsection { 
	display:none; 
}

/* Flex layout for content */
.mw-page-title-main{
  white-space: nowrap; 
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.definition {
  border-style: dotted none none dotted;
  width: 30%;
  margin-right: 20px;
  padding: 15px;
  order: 2; 
}

.quotes {
  width: 65%;
  order: 1;
}

/* For smaller screens */
@media screen and (max-width: 768px) {
  .wrapper {
    flex-direction: column;
  }

  .definition, .quotes {
    width: 100%;
    margin-right: 0;
  }

  .definition {
    order: 1;
  }

  .quotes {
    order: 2; 
  }
}
Retrieved from "https://bahai.quest/index.php?title=MediaWiki:Common.css&oldid=795"
This page was last edited on 14 October 2024, at 22:14.
Content is available under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License unless otherwise noted.
Privacy policy
About Bahaiquest
Disclaimers
Powered by MediaWiki