themes/oxygen/css/mint.css
changeset 822 3b951ea8e758
parent 548 15ac23ba7af2
child 1227 bdac73ed481e
equal deleted inserted replaced
821:a64c56a1a6a4 822:3b951ea8e758
   188 /* The link hidden in plain "site" at the top of the page */
   188 /* The link hidden in plain "site" at the top of the page */
   189 td#mainhead a { text-decoration: none; color: #000000; }
   189 td#mainhead a { text-decoration: none; color: #000000; }
   190 td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #408060; }
   190 td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #408060; }
   191 
   191 
   192 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */
   192 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */
   193 div.contentDiv h2 {
   193 div.contentDiv h1 {
       
   194   margin-top: 0.3em;
       
   195 }
       
   196 
       
   197 div.contentDiv h1, div.contentDiv h2 {
   194   border-bottom: 1px solid #90D0B0;
   198   border-bottom: 1px solid #90D0B0;
   195   margin-bottom: 0;
   199   margin-bottom: 0;
   196 }
   200 }
   197 
   201 
   198 div.contentDiv h3 {
   202 div.contentDiv h3 {
   377   color: #FFFFFF !important;
   381   color: #FFFFFF !important;
   378   text-decoration: underline !important;
   382   text-decoration: underline !important;
   379 }
   383 }
   380 
   384 
   381 div.tblholder th a:hover {
   385 div.tblholder th a:hover {
   382   color: #FF00FF !important;
   386   color: #FFFF00 !important;
   383   text-decoration: underline !important;
   387   text-decoration: underline !important;
   384 }
   388 }
   385 
   389 
   386 /*
   390 /*
   387  * jBox menu system
   391  * jBox menu system
   522   border: 1px solid #90D0B0;
   526   border: 1px solid #90D0B0;
   523   background-color: #FFFFFF;
   527   background-color: #FFFFFF;
   524   padding: 3px;
   528   padding: 3px;
   525 }
   529 }
   526 
   530 
       
   531 input.ac_loading {
       
   532   background-image: url(../../../images/loading.gif);
       
   533   background-position: right center;
       
   534   background-repeat: no-repeat;
       
   535 }
       
   536 
   527 label {
   537 label {
   528   padding: 3px;
   538   padding: 3px;
   529   cursor: pointer;
   539   cursor: pointer;
   530   font-family: arial, helvetica, sans-serif;
   540   font-family: arial, helvetica, sans-serif;
   531   font-size: 8pt;
   541   font-size: 8pt;
   536   cursor: pointer;
   546   cursor: pointer;
   537   background-color: #F0F0F0;
   547   background-color: #F0F0F0;
   538 }
   548 }
   539 
   549 
   540 input#pageheading {
   550 input#pageheading {
   541   font-size: 14pt;
   551   font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
       
   552   font-size: 18pt;
       
   553   font-weight: bold;
       
   554   border-width: 0 0 1px 0;
       
   555   width: 100%;
   542   border-bottom: 1px solid #90D0B0;
   556   border-bottom: 1px solid #90D0B0;
   543   margin-bottom: 0;
   557   margin: 0;
       
   558   padding: 0;
       
   559 }
       
   560 
       
   561 input#pageheading:focus {
       
   562   background-color: #fafafa;
   544 }
   563 }
   545 
   564 
   546 input[type ^="button"], input[type ^="submit"], button {
   565 input[type ^="button"], input[type ^="submit"], button {
   547   background-image: url(../images/buttonbg.gif);
   566   background-image: url(../images/mint/sprite-horiz.gif);
       
   567   background-position: 0% -60px;
   548   background-repeat: repeat-x;
   568   background-repeat: repeat-x;
   549   color: #202020;
   569   color: #202020;
   550 }
   570 }
   551 
   571 
   552 input[type ^="image"][disabled ^="disabled"] {
   572 input[type ^="image"][disabled ^="disabled"] {
   646 
   666 
   647 /* toolbar */
   667 /* toolbar */
   648 div.toolbar {
   668 div.toolbar {
   649   border: 1px solid #3b9c61;
   669   border: 1px solid #3b9c61;
   650   background-color: #D0D0D0;
   670   background-color: #D0D0D0;
   651   background-image: url(../images/tb-bkg.gif);
   671   background-image: url(../images/mint/sprite-horiz.gif);
       
   672   background-position: 0 -90px;
   652   padding: 1px 0;
   673   padding: 1px 0;
   653   height: 22px;
   674   height: 22px;
   654   font-family: arial, sans-serif;
   675   font-family: arial, sans-serif;
   655   font-size: 8pt;
   676   font-size: 8pt;
   656 }
   677 }
   681   text-decoration: none;
   702   text-decoration: none;
   682 }
   703 }
   683 div.toolbar a:hover, div.toolbar a:focus {
   704 div.toolbar a:hover, div.toolbar a:focus {
   684   border: 1px solid #008000;
   705   border: 1px solid #008000;
   685   background-color: #ceedce;
   706   background-color: #ceedce;
   686   background-image: url(../images/tb-frg.gif);
   707   background-image: url(../images/mint/sprite-horiz.gif);
       
   708   background-position: 0 -118px;
   687   color: #000000;
   709   color: #000000;
   688   text-decoration: none;
   710   text-decoration: none;
   689 }
   711 }
   690 div.toolbar a:active {
   712 div.toolbar a:active {
   691   background-color: #E0E0E0;
   713   background-color: #E0E0E0;
   692   background-image: url(../images/tb-psh.gif);
   714   background-position: 0 -138px;
   693 }
   715 }
   694 div.toolbar img {
   716 div.toolbar img {
   695   margin: 0;
   717   margin: 0;
   696   padding: 0;
   718   padding: 0;
   697   display: inline;
   719   display: inline;
   771 div.toolbar_vert li span {
   793 div.toolbar_vert li span {
   772   padding-left: 2px;
   794   padding-left: 2px;
   773   padding-right: 5px;
   795   padding-right: 5px;
   774 }
   796 }
   775 
   797 
       
   798 /*
       
   799  * Userpage styles
       
   800  */
       
   801 
       
   802 ul.userpage_links li {
       
   803   background-image: url('../images/buttonbg.gif');
       
   804   background-repeat: repeat-x;
       
   805 }
       
   806 
       
   807 ul.userpage_links li a {
       
   808   color: #202020;
       
   809 }
       
   810 
       
   811 ul.userpage_links li.userpage_tab_active {
       
   812   background-image: url('../images/buttonbg-lite.gif');
       
   813 }
       
   814 
       
   815 ul.userpage_links li:hover {
       
   816   background-image: url('../images/buttonbg-lite.gif');
       
   817   border-color: #404040 #404040 #ffffff #404040;
       
   818   border-bottom-width: 0;
       
   819 }
       
   820 
       
   821 ul.userpage_links li.userpage_tab_active:hover {
       
   822   border-bottom-width: 1px;
       
   823 }