Custom-tools.css

From Culture.si

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/******************************/
/*        WIKITOOLS           */
/*                            */
@import "/css/Custom-csseditor";
body {
  margin:0;
  border-top:20px solid transparent;
}


#wiki-tools
{
  font-family:Trebuchet MS, Verdana, arial;
  color:#999;
  line-height:130%;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background:#fff;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
  border-top:0px;
  font-size:12px;
  position:fixed;
  top:0px;
  height:25px;
  left:10px;
  right:10px;
  z-index:100;
  padding:2px 2px 0;
}

#wiki-tools .menu-head
{
  margin:0px;
  padding:2px 6px 4px; 
  cursor:default;
  border-radius: 2px;
  text-transform:uppercase;
  font-weight:bold;
}

#menu-page .menu-head
{
  border-top-left-radius: 0px;
  xbackground:rgba(255,0,0,0.6);
  text-transform:none;
}

#wiki-tools b {
  font-weight:normal;
  color:black;
  font-weight:bold;
  xtext-shadow:0 -1px 0.5px #222;
}

#wiki-tools .menu-wrap:hover b {
  color:white;
}

#wiki-tools .menu-wrap:hover .menu-head
{
  background:#999;
  color:#fff;
  border-top-right-radius: 2px;
}



#wiki-tools .menu-button
{
  display:inline-block;
  margin:1px 0;
  padding:2px 6px; 
  cursor:default;
  border-radius:2px; 
}

#wiki-tools .menu-button:hover
{
  background:#999;
  color:#fff;
}

#wiki-tools .menu-button a
{
  text-decoration:none;
  color:#999;
  text-transform:uppercase;
  font-weight:bold
}

#wiki-tools .menu-button:hover a
{
  color:#fff;
}

#wiki-tools .menu-wrap
{
  display:inline-block;
  position:relative;
}

#wiki-tools .menu-body hr
{
  margin:2px 8px;
  border:none;
  background:#999;
  padding:0;
  height:1px;
  display:block;
}



#wiki-tools .menu-body
{
  left:0px;
  clear:both;
  list-style:none;
  background:#fdfdfd;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
  padding:2px 0 2px;
  margin:0;
  margin-top:-2px;
  display:none; 
  position:absolute;
  z-index:-1;
  border-radius:2px;
  border-top-left-radius:0px;
}
#wiki-tools .menu-body,
#wiki-tools .menu-body ul {
  clear:both;
  list-style:none;
  background:#fdfdfd;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
  padding:2px 0 2px;
  margin:0;
  display:none; 
  border-radius:2px;
  border-top-left-radius:0px;
}
#wiki-tools .menu-body li { 
  position:relative;
}
#wiki-tools .menu-body ul { 
  list-style:none;
  display:none;
  position:absolute;
  margin-top:-24px;
  left:100%;
}
#wiki-tools .menu-body li:hover > ul {
  display:inline-block;
}

#wiki-tools .menu-body a,
#wiki-tools .menu-body li > span
{
  display:block;
  text-decoration:none;
  padding:2px 8px;
  margin:0 2px;
  color:#222;
  cursor:default;
  white-space:nowrap;
  border-radius:2px;
  border:solid transparent 1px;
}

#wiki-tools .menu-body a:hover,
#wiki-tools .menu-body li:hover > span 
{
  background:#ddd;
  color:#000;
  text-decoration:none;
}

#wiki-tools .menu-body li > span:after {
  content: '▸';
  float:right;
  color:#999;
  margin-left:8px;
}


#wiki-tools .menu-body a:focus,
#wiki-tools .menu-body a:active
{
  border:solid #448dae 1px;  
  background:#79c9ec url(/images/nav/bg-green.png) 100%;
  color:white;
}


#wiki-tools .menu-wrap:hover .menu-body
{
  display:block;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
}

#wpTextbox1 
{
  width:100%;
}


/**** 
== SYNTAX HIGHLIGHTING ==
****/

.wiki-root
{
  white-space:pre; 
  font-family:monospace;
  font-weight:bold; 
  background:white;
  display:block;
  line-height:150%;
}

span.wiki-tplarg
{
  color:red;
  background:#ffd;
  font-weight:bold; 
}

span.wiki-template
{
  font-weight:bold; 
}

span.color-0 {
  color:navy!important;
}
span.color-1 {
  color:darkpurple!important;
}
span.color-2 {
  color:darkgreen!important;
}
span.color-3 {
  color:darkyellow!important;
}
span.color-4 {
  color:darkred!important;
}
span.color-5 {
  color:green!important;
}
span.color-6 {
  color:brown!important;
}
span.color-7 {
  color:teal!important;
}
span.color-8 {
  color:orange!important;
}
span.color-9 {
  color:blue!important;
}


span.wiki-value
{
  font-weight:normal; 
  margin-left:1em;
}



.wiki-name
{
  font-weight:bold; 
  margin-right:1em;
  margin-left:1em;
}

.wiki-title
{
  font-weight:bold;
}



.editsection 
{
  x-display:none;
}
.xss-table {
  font-family:sans-serif;
  background:white;
  border-collapse:collapse;
  line-height:120%;
  width:100%;
  font-size:11px;
}
.xss-inner-wrap {
  width:100%;
  overflow:auto;
}
.xss-table td {
  border:solid 1px #ddd;
  vertical-align:top;
  padding:4px 4px;
  white-space:nowrap;
  max-width:24em;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#333;
}
.xss-table td a {
  text-decoration:none;
  color:#669;
}
.xss-table td a:hover {
  text-decoration:underline;
  color:#339;
}
#content .xss-sort a {
 color:#ccc;
}
.xss-cell {
}

.xss-cell:hover {

}

.xss-table th {
  font-family:Trebuchet MS, Verdana, arial;
  border:solid 1px silver;
  vertical-align:top;
  padding:2px;
  max-width:200px;
  background:#ddd;
  white-space:nowrap;
}
#content a.xss-sort {
  color:#aaa;
}
#content a.xss-sort.selected {
  color:#333;
}

.xss-table.xss-rowtable td:first-child {
  width:20%;
}
.xss-tabledef-heading {
 font-family:Trebuchet MS, Verdana, arial;
 margin-top:10px;
 float:left;
 margin-right:24px;
 padding-bottom:6px;
}
.xss-browse-nav, .xss-browse-limit {
 margin-top:10px;
  float:right;
  margin-left:24px;
  padding-bottom:6px;
}
.xss-outer-wrap {
  clear:both;
}
.xss-button {
  font-family:Trebuchet MS, Verdana, arial;
  background:#ddd;
  padding:2px 6px;
  margin:2px;
  border-radius:2px;
  font-weight:normal;
}
#content .xss-button.disabled {
  color:#ccc;
  background:#f8f8f8;
}
#content .xss-button.disabled:hover {
  color:#ccc;
  background:#f8f8f8;
}

#content .xss-button.selected {
  font-weight:bold;
  color:#333;
}
#content .xss-button:hover {
  text-decoration:none;
  color:black;
}

.admin-tool a {
  display:block;
  text-align:center;
  background:#0078AE;
  font-weight:bold;
  padding:2px 0;
  margin:6px 20px 6px 0;
  border: 1px solid #79C9EC;
  -moz-border-radius:30px;
  color:#79C9EC;
}
.admin-tool a:hover {
  text-decoration:none;
  background:#79C9EC;
  border: 1px solid #0078AE;
  color:#0078AE;
}

.section-Posebno\:PrefixIndex table {
 width:100%;
}

div.menu-wrap#wiki-tools-personal {
  float:right;
}
.edit-fullscreen #editform {
  z-index:1;
  font-family:sans-serif;
  font-size:12px;
  position:fixed;
  padding:25px 5px 5px 5px;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.edit-fullscreen #editpage-copywarn {
  display:none;
}
.edit-fullscreen #wpTextbox1 {
  position:absolute;
  top:25px;
  left:5px;
  right:5px;
  width:auto;
  bottom:40px;
  background:rgba(255,255,255,0.5);
  transition:opacity 2s linear;
}
.edit-fullscreen #wpTextbox1:focus {
  background:rgba(255,255,255,0.95);
}
.edit-fullscreen .editOptions {
  position:absolute;
  background:#def;
  color:#444;
  bottom:0px;
  left:0px;
  right:0px;
  padding:5px;
  text-align:right;
}
.edit-fullscreen .editOptions > div {
  display: inline-block;
  margin:0 12px;
}
.edit-fullscreen .editButtons {
  position:absolute;
  left:0px;
  bottom:5px;
}

x.edit-fullscreen #wikiPreview {
  position:fixed;
  z-index:2;
  top:50px;
  bottom:70px;
  overflow:auto;
  left:50px;
  right:50px;
  background:white;
  border:rgba(0,0,0,0.5) solid 6px;
  border-radius:8px;
  padding:20px;
  box-shadow:0 0 8px 2px rgba(0,0,0,0.5);
}

li.gallerybox {
  display:inline-block;
  background:#eee;
  text-align:center;
  line-height:150%;
  padding:2px
}

li.gallerybox a {
  color:blue;
}
li.gallerybox .thumb {
  display:table-cell;
}

ol.special li {
  list-style:decimal;
  margin-left:1.5em;
}
.mw-spcontent a {
 color:blue;
 line-height:150%;
}