Changeset 1286 for trunk/web-app
- Timestamp:
- Dec 21, 2010, 12:04:37 AM (12 years ago)
- Location:
- trunk/web-app
- Files:
-
- 10 added
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/default_style.css
r1266 r1286 11 11 text-decoration: none; 12 12 }*/ 13 13 14 h1 { 14 15 color: #006dba; -
trunk/web-app/css/importer.css
r1277 r1286 1 1 /** 2 * ajaxflowcss2 * importer specific css 3 3 * 4 4 * @author Jeroen Wesbeek … … 10 10 * $Date$ 11 11 */ 12 13 /** START :: AJAX FLOW **/14 .ajaxFlow {15 width: 100%;16 }17 .ajaxFlow h1 {18 color: #006DBA;19 font-weight: bold;20 font-size: 18px;21 padding-bottom: 10px;22 }23 .ajaxFlowError {24 width: 97.5%;25 border: 1px dotted red;26 padding: 10px 10px 10px 10px;27 }28 29 /** START :: TABS **/30 .tabs {31 display: block;32 padding-bottom: 2px;33 border-bottom: 2px solid #006DBA;34 width: 100%;35 }36 .tabs ul {37 list-style-type: none; /* suppression of useless elements */38 padding: 0px;39 font-size: 10px;40 margin: 0px;41 font-family: Verdana, Arial, Helvetica, sans-serif;42 font-size: 10px;43 height: 20px;44 width: 100%;45 }46 .tabs li {47 float: left;48 margin: 0px;49 height: 20px;50 float: left;51 display: block;52 text-align: center;53 text-decoration: none;54 color: #006DBA;55 background: #CCC;56 font-weight: bold;57 }58 .tabs li input {59 cursor: pointer;60 color: #006DBA;61 background-color: transparent;62 border: none;63 }64 .tabs li:last-child:after {65 content: url('../images/importer/spacer.gif');66 }67 .tabs li:first-child:before {68 content: url('../images/importer/spacer.gif');69 }70 .tabs li:before {71 content:url(../images/importer/arrowR.gif);72 position:inherit;73 margin-top: 0px;74 margin-bottom: 0px;75 display:inline;76 }77 .tabs li:after {78 content:url(../images/importer/arrowL.gif);79 position:inherit;80 margin-top: 0px;81 margin-bottom: 0px;82 display:inline;83 }84 .tabs .content {85 padding: 0px 10px 0px 10px;86 display: inline;87 border: 0px;88 vertical-align: top;89 line-height: 20px;90 }91 .tabs .active {92 background-color: #006DBA !important;93 color: #fff !important;94 text-shadow: 0px 0px 1px #333;95 }96 97 /** START NAVIGATION **/98 .navigation {99 display: block;100 padding-top: 2px;101 border-top: 2px solid #006DBA;102 width: 100%;103 color: #666666;104 font-size: 10px;105 }106 107 .navigation .prevnext {108 cursor: pointer;109 color: #006DBA;110 background-color: transparent;111 border: none;112 }113 114 /** CONTENT STYLES **/115 .content {116 padding: 20px 0px 20px 0px;117 }118 119 .content h1 {120 color: #006DBA;121 font-weight: bold;122 font-size: 18px;123 }124 .content p {125 text-align: justify;126 padding: 10px 0px 10px 0px;127 }128 129 .content a, .content a:visited {130 color: red;131 text-decoration: none;132 }133 134 12 .header 135 13 {
Note: See TracChangeset
for help on using the changeset viewer.