Skip to content

Commit 22fc4d9

Browse files
authored
Merge pull request #20 from jamezp/cleanup
Clean up various portions of the site
2 parents ae67478 + e8954c6 commit 22fc4d9

21 files changed

Lines changed: 202 additions & 6311 deletions

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site settings
22
title: RESTEasy
3-
email: jperkins@redhat.com
3+
email: jperkins@ibm.com
44
url: "https://resteasy.dev"
55
description: "RESTEasy is a fully certified and portable implementation of the Jakarta RESTful Web Services specification"
66
meta_author: RESTEasy

public/css/bootstrap.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

public/css/clearspace_common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pre {
127127
}
128128

129129
.alert-close {
130-
/*background: transparent url(../images/icon-close_small.gif) no-repeat left;
130+
/*background: transparent no-repeat left;
131131
padding: 1px 0 1px 12px;*/
132132
}
133133

@@ -163,7 +163,7 @@ pre {
163163
}
164164

165165
.alert-announcement-label {
166-
background: transparent url(../../images/common/jive-icon-announcement-16x16.gif) no-repeat left;
166+
background: transparent no-repeat left;
167167
color: #988f42;
168168
}
169169

public/css/commonhaus-footer.css

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Copyright The RESTEasy Authors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
.commonhaus-footer .commonhaus-logo {
7+
grid-column: 7/13;
8+
grid-row: 1;
9+
justify-self: center;
10+
align-self: center;
11+
padding-top: 20px;
12+
}
13+
14+
.commonhaus-footer .commonhaus-logo img {
15+
height: 30px
16+
}
17+
18+
@media screen and (max-width: 1024px) {
19+
.commonhaus-footer .commonhaus-logo {
20+
grid-column: 6/12;
21+
justify-self: center
22+
}
23+
}
24+
25+
@media screen and (max-width: 768px) {
26+
.commonhaus-footer .commonhaus-logo {
27+
grid-column: 5/11
28+
}
29+
}
30+
31+
@media screen and (max-width: 480px) {
32+
.commonhaus-footer .commonhaus-logo {
33+
grid-column: 1/13;
34+
justify-self: center;
35+
order: 1
36+
}
37+
}
38+
39+
.commonhaus-footer .commonhaus-legal {
40+
grid-column: 1/13;
41+
grid-row: 2;
42+
align-self: start;
43+
justify-self: center;
44+
font-size: .75rem;
45+
max-width: 1100px;
46+
}
47+
48+
@media screen and (max-width: 1024px) {
49+
.commonhaus-footer .commonhaus-legal {
50+
grid-column: 1/12;
51+
justify-self: center
52+
}
53+
}
54+
55+
@media screen and (max-width: 768px) {
56+
.commonhaus-footer .commonhaus-legal {
57+
grid-column: 1/11
58+
}
59+
}
60+
61+
@media screen and (max-width: 480px) {
62+
.commonhaus-footer .commonhaus-legal {
63+
grid-column: 1/13;
64+
justify-self: center;
65+
order: 2
66+
}
67+
}

public/css/jbossdeveloper-thin.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ body {
2424
box-shadow:none;
2525
}
2626

27-
.footer {
28-
width: 500px;
29-
}
30-
3127
/********** Content Styles ***********/
3228
body {
3329
color: #656565;

public/css/jquery-ui.css

Lines changed: 0 additions & 565 deletions
This file was deleted.

public/css/org_common.css

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These are the common css styles for the JBoss.org site.
2121
overflow:hidden;
2222
/*height:106px;
2323
display:block;
24-
background:url(../../images/magnolia/bkgproj_announce.png) no-repeat; not needed for liquid */
24+
background: no-repeat; not needed for liquid */
2525
}
2626

2727
#proj_announce-whole {
@@ -36,7 +36,7 @@ These are the common css styles for the JBoss.org site.
3636
overflow:hidden;
3737
/*height:106px;
3838
display:block;
39-
background:url(../../images/magnolia/projectpage-banner2.png) no-repeat; not needed for liquid */
39+
background: no-repeat; not needed for liquid */
4040
}
4141

4242
#proj_logo {
@@ -270,7 +270,7 @@ Content Specific Styles: These are styles the affect the content of the pages.
270270
}
271271

272272
.simpletablestyle .header {
273-
background:url(../../images/magnolia/bkg-blkheader.png) #000000 repeat-x top left;
273+
background: #000000 repeat-x top left;
274274
height:31px;
275275
font-size:10px;
276276
font-weight:bold;
@@ -318,7 +318,7 @@ Content Specific Styles: These are styles the affect the content of the pages.
318318
padding: 3px 30px 3px 0px;
319319
min-width:80px;
320320
height:20px;
321-
background: transparent url(../../images/common/download-arrw_sml.gif) no-repeat right top;
321+
background: transparent no-repeat right top;
322322
}
323323

324324

@@ -429,7 +429,7 @@ Content Specific Styles: These are styles the affect the content of the pages.
429429
padding: 3px 30px 3px 0px;
430430
min-width:80px;
431431
height:20px;
432-
background: transparent url(../../images/common/download-arrw_sml.gif) no-repeat right top;
432+
background: transparent no-repeat right top;
433433
}
434434

435435

@@ -440,7 +440,7 @@ Content Specific Styles: These are styles the affect the content of the pages.
440440
}
441441

442442
.basetablestyle .header {
443-
background:url(../../images/magnolia/bkg-blkheader.png) #000000 repeat-x top left;
443+
background: #000000 repeat-x top left;
444444
height:31px;
445445
}
446446

@@ -739,10 +739,10 @@ Content Specific Styles: These are styles the affect the content of the pages.
739739
.docnav li.next{right:0px;text-align:right;}
740740
.docnav li.previous strong, .docnav li.next strong{display:block;height:22px;}
741741
.docnav{margin:0 auto;text-align:center;}
742-
.docnav li.next a strong{background: url(../../images/common/docsnav-sprite.gif) 23px -90px no-repeat;padding-top:10px; padding-bottom: 15px; height:40px; padding-right:40px;font-size:1.2em; width:17px;}
743-
.docnav li.previous a strong{background: url(../../images/common/docsnav-sprite.gif) 0 0 no-repeat;padding-top:10px; padding-bottom: 15px; height:40px; padding-left:40px;font-size:1.2em;}
744-
.docnav li.home a strong{background: url(../../images/common/docsnav-sprite.gif) 0 -275px no-repeat;padding-top:10px; padding-bottom: 15px;height:40px; padding-left:50px;font-size:1.2em;}
745-
.docnav li.up a strong{background: url(../../images/common/docsnav-sprite.gif) 0 -180px no-repeat;padding-top:10px; padding-bottom: 15px;height:40px; padding-left:40px;font-size:1.2em;}
742+
.docnav li.next a strong{background: 23px -90px no-repeat;padding-top:10px; padding-bottom: 15px; height:40px; padding-right:40px;font-size:1.2em; width:17px;}
743+
.docnav li.previous a strong{background: 0 0 no-repeat;padding-top:10px; padding-bottom: 15px; height:40px; padding-left:40px;font-size:1.2em;}
744+
.docnav li.home a strong{background: 0 -275px no-repeat;padding-top:10px; padding-bottom: 15px;height:40px; padding-left:50px;font-size:1.2em;}
745+
.docnav li.up a strong{background: 0 -180px no-repeat;padding-top:10px; padding-bottom: 15px;height:40px; padding-left:40px;font-size:1.2em;}
746746

747747
.docnav a:link, .docnav a:visited {color:#666 !important;}
748748
.docnav a:hover,.docnav a:focus, .docnav a:active{color:black !important;}
@@ -862,7 +862,7 @@ Content Specific Styles: These are styles the affect the content of the pages.
862862
}
863863

864864
.lbLoading {
865-
background: #fff url(../../images/common/loading.gif) no-repeat center;
865+
background: #fff no-repeat center;
866866
}
867867

868868
#lbImage {
@@ -886,15 +886,15 @@ Content Specific Styles: These are styles the affect the content of the pages.
886886
}
887887

888888
#lbPrevLink:hover {
889-
background: transparent url(../../images/common/common/prevlabel.gif) no-repeat 0 15%;
889+
background: transparent no-repeat 0 15%;
890890
}
891891

892892
#lbNextLink {
893893
right: 0;
894894
}
895895

896896
#lbNextLink:hover {
897-
background: transparent url(../../images/common/nextlabel.gif) no-repeat 100% 15%;
897+
background: transparent no-repeat 100% 15%;
898898
}
899899

900900
#lbBottom {
@@ -912,7 +912,7 @@ Content Specific Styles: These are styles the affect the content of the pages.
912912
float: right;
913913
width: 66px;
914914
height: 22px;
915-
background: transparent url(../../images/common/closelabel.gif) no-repeat center;
915+
background: transparent no-repeat center;
916916
margin: 5px 0;
917917
outline: none;
918918
}
@@ -971,7 +971,7 @@ a.next { position:absolute; top:200px; right:-32px; }
971971

972972
/* =Read More link */
973973
.read-more a{
974-
background: transparent url(../../images/common/arrow-leftnav.png) no-repeat left top scroll;
974+
background: transparent no-repeat left top scroll;
975975
margin-left:5px;
976976
padding:3px 10px 3px 20px;
977977
list-style:none;
@@ -997,7 +997,7 @@ with these settings:
997997
Class Prefix (optional): nothing
998998
*/
999999
.project-icon-med {
1000-
background: url(../../images/icons/sprite-project-icons-all.png) no-repeat top left;
1000+
background: no-repeat top left;
10011001
float:left;
10021002
margin:-1px 4px 0 0;
10031003
display:block;
@@ -1085,7 +1085,7 @@ with these settings:
10851085
*/
10861086

10871087
.jira-icon {
1088-
background: url(../../images/common/jira-icons-sprite.png) no-repeat top left;
1088+
background: no-repeat top left;
10891089
width: 16px;
10901090
height: 16px;
10911091
display: inline-block;
@@ -1118,7 +1118,7 @@ with these settings:
11181118
/* ---------------- Project page specific sprites ------------------------------ */
11191119

11201120
.projectpage-sprite {
1121-
background: url(../../images/common/projectpage_sprite.png) no-repeat top left;
1121+
background: no-repeat top left;
11221122
}
11231123

11241124
.projectpage-sprite-jive-icon-announcement-16x16{ background-position: 0 0; width: 17px; height: 17px; }

0 commit comments

Comments
 (0)