Project

General

Profile

« Previous | Next » 

Revision 4948

Added by daigle about 15 years ago

Added tpc workflow search and browse capabilities

View differences:

sanparks.css
337 337
	color: #FF3300;
338 338
	text-decoration: underline;
339 339
}
340

  
341
.underlined {
342
	text-decoration: underline;
343
}
340 344
/*****END SANPARKS NAV*******/
341 345

  
342 346
/**
......
696 700
.footerContent a {
697 701
        color: #FFFFFF;
698 702
}
703

  
704
/********************************************************************** 
705
 * content section settings
706
 **********************************************************************/
707
 
708
.main-section {
709
	background: #B6BCB8 url(images/bg_strip.jpg) repeat-x fixed left bottom;
710
}
711
 
712
.content-section {
713
	margin: 0px 20px 0px 20px;
714
	padding-top: 20px;
715
	background: #FFFFFF;
716
	height: 820px;
717
	width: 95%;
718
	min-width: 1050px;
719
}
720

  
721
.content-section-header {
722
	padding: 20px 0px 10px 200px;
723
	color: #7BB865;
724
	font-size: 18px;
725
}
726

  
727
.content-subsection {
728
	margin: 0px 0px 6px 180px;
729
	vertical-align: middle;
730
}
731

  
732
.content-subsection-header {
733
	padding: 0px 0px 10px 0px;
734
	color: #7BB865;
735
	font-size: 16px;
736
}
737

  
738
/********************************************************************** 
739
 * form field settings
740
 **********************************************************************/
741

  
742
.field-label {
743
	display: inline;
744
	margin: 30px 7px 0px 0px;
745
	color: #000000;
746
	font-size: 14px;
747
}
748

  
749
.text-input {
750
	margin: 0px 5px 0px 0px;
751
	padding-left: 4px;
752
	font-size: 12px;
753
	color: #000000;
754
	width: 250px;
755
}
756

  
757
.dropdown-input {
758
	margin: 0px 10px 0px 0px;
759
	width: 150px;
760
}
761

  
762
.submit-button {
763
	margin: 20px 0px 10px 300px;
764
	width: 150px;
765
}
766

  
767
/********************************************************************** 
768
 * search result specific settings
769
 **********************************************************************/
770

  
771
.result-header-section {
772
	margin: 20px 0px 10px 0px;
773
	font-size: 16px;
774
	font-weight: bold;
775
}
776

  
777
.result-header {
778
	color: #255333;
779
	font-style: normal;
780
	display: inline;
781
	float: left;
782
	margin-right: 10px;
783
}
784

  
785
.result-header-emphasis {
786
	color: #DD7744; 
787
}
788

  
789
.row {
790
	color: #255333;
791
	height: 20px;
792
	border-left: 1px solid #A9A9A9;
793
	border-bottom: 1px solid #A9A9A9;
794
	border-right: 1px solid #A9A9A9;
795
}
796

  
797
.row-header {
798
	background-color: #255333;
799
	border-top: 1px solid #A9A9A9;
800
	font-weight: bold;
801
	font-size: 12px;
802
	color: #FFFFFF;
803
}
804

  
805
.row-even {
806
	background-color: #EBEBEB;
807
}
808

  
809
.row-odd {
810
	background-color: #D5D5D5;
811
}
812

  
813
.col {
814
	padding: 1px 0px 0px 15px;
815
	overflow: hidden;
816
	display: inline;
817
	float: left;
818
	width: 100px;
819
	height: 19px;
820
	border-right: 1px solid #D5D5D5;
821
	text-align: center;
822
}
823

  
824
.col1 {
825
	width: 100px;
826
}
827

  
828
.col2 {
829
	width: 100px;
830
}
831

  
832
.col3 {	
833
	width: 100px;
834
}
835

  
836
.col4 {	
837
	width: 100px;
838
}

Also available in: Unified diff