common.css 4.52 KB
body {
  padding: 0px;
  margin: 0px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

#beta-tag {
  position: absolute;
  top: 40px;
  left: 40px;
  background-image: url(../images/beta.gif);
  width: 79px;
  height: 25px;
}
#beta-tag span {
  display: none;
}

#header {
  padding: 10px;
}

#design_boxes {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0em;
}

#notice {
  cursor: pointer;
}

#environment_identification {
  position: absolute !important;
  background: url("../images/bg_blue_logo.png") 5px no-repeat !important;
  vertical-align: bottom !important ;
  width: 230px !important ;
  height: 34px !important ;
  line-height: 34px !important ;
  padding-left: 60px !important ;
}

#environment_identification:hover {
  color: #DFDFDF !important ;
}

div.fieldWithErrors {
  display: inline;
  background: yellow;
}

div.fieldWithErrors input {
  border: 1px solid red;
  background: #fee;
}

div#errorExplanation {
  border: 2px solid #933;
  background: #fee;
  padding: 5px;
}

div#errorExplanation h2 {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 3px;
  background: #933;
  color: white;
  text-align: center;
}

#footer_content {
  clear: both;
}

#footer {
  text-align: center;
  clear: both;
  font-size: 10px;
  color: #777;
}

#footer a {
  color: #777;
  text-decoration: none;
}
#footer a:hover {
  color: #555;
}

div#profile-disabled {
  border: 2px solid #944;
  text-align: center;
  margin: auto;
  padding: 5px;
  padding-left: 60px;
  min-height: 40px;
  width: 400px;
  background: url("../images/icons-app/alert.png") no-repeat 5px #ffffa9;
}

/*********************************************************/


#spinner {
  z-index: 10;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 200px;
}

/* Notice */ 

div#notice {
  z-index: 20;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  border: 5px solid #545454;
  background: #ffffa9;
  padding: 10px;
}

/* * * Generic Content Formating * * */

#content h1 {
  text-align: center;
}
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
  margin: 10px 0px;
  color: #2A5896;
}
#content h1 { font-size: 24px }
#content h2 { font-size: 20px }
#content h3 { font-size: 18px }
#content h4 { font-size: 16px }
#content h5 { font-size: 14px }
#content h6 { font-size: 12px }

#content .block-title {
  margin: 0px 0px 10px 0px;
}


#better-browser-promotion {
  position: absolute;
  top: 100px;
  left: 20%;
  right: 20%;
  border: 2px solid #000;
  background: #FE0;
  padding: 15px 5%;
  text-align: justify;
}

#bbp-getff {
  display: block;
  text-align: center;
}

#bbp-getff a {
  height: 24px;
  line-height: 24px;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

#better-browser-promotion .button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
}

/* Category */

#view-category { /* none */ }

#category-image {
  text-align: center;
}

#categiry-name {
  margin: 0px;
  position: relative;
  top: -5px;
}

#category-ancestors {
  padding-top: 25px;
  font-weight: bold;
}

#content #category-ancestors a {
  color: #000;
  text-decoration: none;
}
#content #category-ancestors a:hover {
  color: #07F;
  text-decoration: underline;
}

#cat-no-child {
  color: #AAA;
}

#language-chooser {
  margin-bottom: 1em;
  text-align: center;
}

/* tables */
table {
  border-collapse: collapse;
}
th, td {
  font-size: 14px;
  border: 1px solid #999999;
  padding: 2px;
}
th {
  background: #f0f0f0;
  color: black;
  font-weight: bold;
}

table.cms-articles {
  width: 100%;
}
table.cms-articles th, table.cms-articles td {
  border: 1px solid #e0e0e0;
}

table.noborder th, table.noborder td{
  border: none;
}

/* for fields with auto-completion */
div.auto-complete {
  display: block;
  background: #729FCF;
  border: 2px solid #204A87;
  z-index: 100;
}
div.auto-complete ul {
  margin: 0px;
  padding: 0px;
}
#content div.auto-complete li, div.auto-complete li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #204A87;
  float: none;
  width: auto;
}
div.auto-complete li.selected {
  background: #B8CFE7;
  color: #204A87;
}

/* pending tasks list */

div.pending-tasks {
  background: #B8CFE7;
  color: #204A87;
  border: 2px solid #204A87;
  padding: 2px;
  margin: 1em;
}

/* sitemap */
div.sitemap-item a:link,
div.sitemap-item a:visited {
  display: block;
  border: none;
  text-decoration: none;
}
div.sitemap-item img {
  border: none;
}
div.sitemap-item a:hover {
  background-color: #f0f0f0;
  color: red;
}