User:Srhat/vector.css

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5;
  • Konqueror: simply click the Reload button, or press F5;
  • Opera users may need to completely clear their cache in Tools→Preferences.
@import "http://meta.wikimedia.org/w/index.php?title=User:Srhat/global.css&action=raw&ctype=text/css";
.maintext, .maintext2
{
   color: #222;
   font-weight: bold;
   font-family: Cambria,"Times New Roman",Georgia;
   display: inline-block;
   font-size: 110%;
}

.box button {
   border: 1px solid #c6c6c6;
   border-radius: 0.3em;
   box-shadow: 1px 1px 5px #ddd;
   padding: 0.2em 0.4em;
}

.box button:active {
   box-shadow:inset 1px 1px 3px 2px #ddd;
}


.exercise-answer {
   visibility: visible;
   display:inline-block;
   position: relative;
   color: black;
   text-align: center;
}

.exercise-answer-c {
   overflow: hidden;
   display: inline-block;
   position: relative;
   cursor: pointer;
   border: 1px solid #c6c6c6;
   padding-left: 5px;
   padding-right: 5px;
   background: white;
   color: #c6c6c6;
}

.cfa {
   width: auto;
}

table.box {
   background: #f9f9f9;
   border: 0px;
   border-spacing: 0px;
   min-width: 400px;
}
 
table.box th {
   background: #f5f5f5;
   border: 1px solid #c6c6c6;
   padding: 0.3em 0.5em;
   border-top-width: 0px;
   border-left-width: 0px;
   background-clip: padding-box;
   font-weight: normal;
   cursor: pointer !important; 
   box-shadow: 1px 1px 5px #ddd;
   text-align: left;
}
 
table.box td {
   background-clip: padding-box;
   border: 1px solid #c6c6c6;
   border-top-width: 0px;
   border-left-width: 0px;
   padding: 0.3em 0.75em;
   color: #323232;
}
 
table.box tr:first-child * {
   border-top-width: 1px;
}
 
table.box tr:first-child *:first-child {
   border-top-left-radius: 6px;
}
 
table.box tr:first-child *:last-child {
   border-top-right-radius: 6px;
}
 
table.box tr:first-child th {
   padding: 4px 8px; 
   border-bottom-width: 1.75px; 
   background: #f1f1f1;
}
 
table.box tr:last-child *:first-child {
   border-bottom-left-radius: 6px;
}
 
table.box tr:last-child *:last-child {
   border-bottom-right-radius: 6px;
}
 
table.box tr *:first-child {
   border-left-width: 1px;
}

div.box {
   background: #f1f1f1;
   border: 1px solid #c6c6c6;
   background-clip: padding-box;
   border-spacing: 0px;
   border-radius: 6px;
   box-shadow: 1px 1px 5px #ddd;
   width: 90%;
   margin: 1px 5%;
}

div.box .header {
   background-clip: padding-box;
   border: 0px;
   padding: 4px 8px;
   font-weight: normal;
   cursor: pointer !important; 
}

div.box .content{
   background: #f9f9f9;  
   border-top: 1.75px solid #c6c6c6;
   padding: 2px 8px 2px 8px;
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}


.maintext
{
  color: #222;
  font-weight: bold;
  display: inline-block;
}

.maintext2 {
  color: #222;
  font-weight: bold;
  display: inline-block;
}
.tbox {
  position: absolute;
  display: none;
  border: 1px solid #bebebe; 
  background: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px;
  box-shadow: 2px 2px 7px #ccc;
  -moz-box-shadow: 2px 2px 7px #ccc;
  -webkit-box-shadow: 2px 2px 7px #ccc;
  vertical-align: top;
  z-index: 99;
}

.tbox .tooltip
{
  border: none;
  display: inline-block;
  padding: 2px 5px;  
  font-size: 85%;
  text-align: justify;
  max-width: 250px;
  vertical-align: middle;
}


.tbox .maintext{
  vertical-align: top;
  padding: 3px 7px 3px 7px;
  font-weight: bold;
  border: 1px solid #bebebe; 
  background: #f9f9f9;
  box-shadow: inset 2px 2px 10px 0px #ccc;
  -moz-box-shadow: inset 2px 2px 10px 0px #ccc;
  -webkit-box-shadow: inset 2px 2px 10px 0px #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*
.suffix 
{ border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1px;
  color: #333;
  font-weight: bold;
  margin-left: 3px;
}

.suffix:hover {
  border: 1px solid #bebebe; 
  padding-top: 2px;
  padding-bottom: 2px;
  background: #f9f9f9;
  box-shadow: inset 1px 1px 5px 0px #ccc;
  -moz-box-shadow: inset 1px 1px 5px 0px #ccc;
  -webkit-box-shadow: inset 1px 1px 5px 0px #ccc;
}

.tbox {
  display: none;
  position: absolute;
  border: 1px solid #bebebe; 
  background: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  padding: 6px 3px 6px 0px;
  box-shadow: 0px 1px 5px #ccc;
  -moz-box-shadow: 0px 1px 5px #ccc;
  -webkit-box-shadow: 0px 1px 5px #ccc;
}

.tbox .tooltip {
  border: none;
  display: static;
  margin: 2px;
  padding-left: 2px;
}
*/