style: common

/*
This stylesheet outlines a host of commonly-used styles.  Unlike the "standard" stylesheet, this
sheet will likely affect prominent pages seen even by casual users, so any major style tweaking will
likely alter some of the style rules below.

We do not expect migrations to alter this card frequently
*/
h1 {
  font-size: 1.2em;
}

h2 {
  font-size: 1.1em;
}

textarea, input {
  font-size: 1em;
  line-height: 1.5em;
}

/* 
the following gives users more explicit control over spacing within tinyMCE
but leads to lots of empty paragraph tags
*/
h1, h2, p {
  margin: 0px;
}

label,
.navbox-item-label {
  color: #666666;
}

table {
  border-collapse: collapse;
}

th {
  color: #666666;
  font-weight: normal;
  font-style: italic;
}

td, th {
  vertical-align: top;
  padding: 0px;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

form {
  margin: 0px;
  padding: 0px;
}

.card-header,
.card-body {
  padding: 5px 0;
}

.card-frame {
  border: 1px solid #999999;
}
.card-frame > .card-header {
  background: #eeeeee;
  padding: 5px 12px;
}
.card-frame > .card-body {
  padding: 5px 12px;
}
.card-frame > .instruction {
  background: #ccc;
}

.card-header > .instruction {
  font-weight: normal;
  font-size: 0.9em;
}

.closed-view {
  border: 0;
  border-bottom: 1px solid #eeeeee;
}

/*-------- Special Pages --------*/
/*-- sign in page --*/
#sign-in input#login_field,
#sign-in input#password,
#forgot-password input#email {
  width: 50%;
}

#forgot-password {
  margin-top: 40px;
}

/*----------- inputs ---------*/
input[type=text],
input[type=password],
input[type=checkbox],
textarea,
select {
  border: 1px solid #aaa;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  background: #f9f9ed;
}
input[type=text] :focus,
input[type=password] :focus,
input[type=checkbox] :focus,
textarea :focus,
select :focus {
  background: #ffffee;
}

.history-view > .card-content,
.conflict-view,
body#tinymce {
  background: #f9f9ed;
}

body.mceContentBody {
  margin: 4px;
}

/*----------- Change View ---------*/
.change-view {
  padding: 5px 0px;
  border-bottom: 1px dotted #999999;
}
.change-view .change-card {
  font-weight: bold;
}
.change-view .last-update {
  color: #666666;
}

/*---------- ( Richtext )-------------*/
.table-of-contents {
  background: #eeeeee;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 4px;
  margin: 5px 20px 20px 20px;
}
.table-of-contents h5 {
  margin: 0 0 0 40px;
}
.table-of-contents ol {
  list-style-type: upper-roman;
}
.table-of-contents ol ol {
  list-style-type: upper-alpha;
  padding-left: 25px;
}

/* CARDTYPE_SPECIFIC ------------------------------*/
.TYPE-toggle.card-content {
  font-style: italic;
}

.TYPE-image.card-content img {
  max-width: 100%;
}

/*---------( Search ) ---------- */
.search-keyword {
  font-style: italic;
}

.search-count {
  float: right;
  color: #666666;
}

/*----------- (Account Request)--------------*/
.invite-links {
  padding: 10px;
  margin-top: 10px;
  background: #eeeeee;
  text-align: center;
}

.invite-links a {
  font-weight: bold;
  margin: 0 20px;
}

/*---------- comments -------------------------------------- */
.comment-box {
  padding: 8px;
  margin: 0px;
}
.comment-box input {
  padding: 0px;
}
.comment-box textarea {
  margin-bottom: 5px;
}

.w-comment-author {
  font-style: italic;
  margin-left: 10px;
}
 
 
 
 
 
Wheeled by Wagn v. 1.12.13