Skip to content

Commit

Permalink
Copy CSS in all sub-modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
desruisseaux committed May 25, 2011
1 parent 272706a commit e90b896
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 0 deletions.
47 changes: 47 additions & 0 deletions geoapi-conformance/src/site/resources/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/*
* This file is a copy of the site.css file provided in
* /src/site/resources/css, except for URL to images.
*/
#banner {
height: 90px;
background: url(../../images/banner.png);
}
a {
color: #387085;
}
a:active, a:hover {
text-decoration: underline;
}
p {
text-align: justify;
}
h2 {
background: url(../../images/h2.png) repeat-x;
-moz-border-radius: 10px;
color: #606060;
height: 30px;
padding-left: 15px;
}
h3 {
color: #404040;
}
h4 {
color: #606060;
border: none;
font-size: medium;
font-weight: bold;
padding-left: 0px;
padding-bottom: 0px;
}
h5 {
color: #404040;
}
#breadcrumbs {
background: url(../../images/bar.png) repeat-x;
color: black;
height: 21px;
line-height: 20px;
}
#breadcrumbs a {
color: black;
}
47 changes: 47 additions & 0 deletions geoapi-examples/src/site/resources/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/*
* This file is a copy of the site.css file provided in
* /src/site/resources/css, except for URL to images.
*/
#banner {
height: 90px;
background: url(../../images/banner.png);
}
a {
color: #387085;
}
a:active, a:hover {
text-decoration: underline;
}
p {
text-align: justify;
}
h2 {
background: url(../../images/h2.png) repeat-x;
-moz-border-radius: 10px;
color: #606060;
height: 30px;
padding-left: 15px;
}
h3 {
color: #404040;
}
h4 {
color: #606060;
border: none;
font-size: medium;
font-weight: bold;
padding-left: 0px;
padding-bottom: 0px;
}
h5 {
color: #404040;
}
#breadcrumbs {
background: url(../../images/bar.png) repeat-x;
color: black;
height: 21px;
line-height: 20px;
}
#breadcrumbs a {
color: black;
}
47 changes: 47 additions & 0 deletions geoapi-pending/src/site/resources/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/*
* This file is a copy of the site.css file provided in
* /src/site/resources/css, except for URL to images.
*/
#banner {
height: 90px;
background: url(../../images/banner.png);
}
a {
color: #387085;
}
a:active, a:hover {
text-decoration: underline;
}
p {
text-align: justify;
}
h2 {
background: url(../../images/h2.png) repeat-x;
-moz-border-radius: 10px;
color: #606060;
height: 30px;
padding-left: 15px;
}
h3 {
color: #404040;
}
h4 {
color: #606060;
border: none;
font-size: medium;
font-weight: bold;
padding-left: 0px;
padding-bottom: 0px;
}
h5 {
color: #404040;
}
#breadcrumbs {
background: url(../../images/bar.png) repeat-x;
color: black;
height: 21px;
line-height: 20px;
}
#breadcrumbs a {
color: black;
}
47 changes: 47 additions & 0 deletions tools/src/site/resources/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/*
* This file is a copy of the site.css file provided in
* /src/site/resources/css, except for URL to images.
*/
#banner {
height: 90px;
background: url(../../images/banner.png);
}
a {
color: #387085;
}
a:active, a:hover {
text-decoration: underline;
}
p {
text-align: justify;
}
h2 {
background: url(../../images/h2.png) repeat-x;
-moz-border-radius: 10px;
color: #606060;
height: 30px;
padding-left: 15px;
}
h3 {
color: #404040;
}
h4 {
color: #606060;
border: none;
font-size: medium;
font-weight: bold;
padding-left: 0px;
padding-bottom: 0px;
}
h5 {
color: #404040;
}
#breadcrumbs {
background: url(../../images/bar.png) repeat-x;
color: black;
height: 21px;
line-height: 20px;
}
#breadcrumbs a {
color: black;
}

0 comments on commit e90b896

Please sign in to comment.