This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/artemis-website.git
commit c256c60498d23e8118537d05bd69a0bde9722936 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Jan 13 11:09:16 2026 +0000 remove unused class selectors to simplify css --- src/css/main.scss | 146 +----------------------------------------------------- 1 file changed, 2 insertions(+), 144 deletions(-) diff --git a/src/css/main.scss b/src/css/main.scss index 098ff83..0ddc7de 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -28,14 +28,6 @@ ul.navbar-nav { color: $purple !important; } -.container-nms { - padding: 0 10px 0 10px; -} - -.container-nms a { - color: $orange !important; -} - body { width: 100%; margin: 0%; @@ -310,7 +302,7 @@ h6 { text-align: center; } -.users .container .container-artemis .container-nms{ +.users .container .container-artemis { margin-bottom: 20px; } @@ -335,7 +327,7 @@ h6 { max-width: 250px; } -.features .container .container-artemis .container-nms .card { +.features .container .container-artemis .card { background: none; } @@ -417,62 +409,6 @@ h6 { font-weight: bold; } -.page-title-classic { - background-color: $pink !important; - color: white; - padding: 15px 0 15px 0; -// margin-bottom: 20px; -} - -.page-title-classic p { - margin-bottom: 0px !important; -} - -.page-title-classic a, .page-title-classic a:hover, .page-title-classic a:visited { - color: #fff !important; -} - -.page-title-classic h1 { - font-size: 30px; - font-weight: bold; -} - -.slider-classic { - background-color: $pink !important; -} - -.slider-cms { - background-color: $blue !important; -} - -.slider-nms { - background-color: $orange !important; -} - -.page-title-nms { - background-color: $orange !important; - color: white; - padding: 15px 0 15px 0; -// margin-bottom: 20px; -} - -.page-title-nms h1 { - font-size: 30px; - font-weight: bold; -} - -.page-title-cms { - background-color: $blue !important; - color: white; - padding: 15px 0 15px 0; -// margin-bottom: 20px; -} - -.page-title-cms h1 { - font-size: 30px; - font-weight: bold; -} - // Make default navbar links display block at choosen breakpoint and adjust styles to fit... @media (max-width: 62em) { .navbar-nav { @@ -586,24 +522,6 @@ table a { color: $purple } -.cms a { - color: $blue -} - -.nms a { - color: $orange -} - -.classic a { - color: $pink -} - -.nms table, .nms th, .nms td, .nms tr { - border: 1px solid #dee2e6; - margin-bottom: 1rem; - padding: 0.75rem; -} - .main th { background-color: rgba(0, 0, 0, 0.15); } @@ -658,66 +576,6 @@ table a { padding: 0.75rem; } -.nms th { - background-color: rgba(0, 0, 0, 0.15); -} - -.nms blockquote { - padding: 0.75rem; - background-color: rgba(0, 0, 0, 0.05); - border: 1px solid #dee2e6; -} - -.nms pre { - padding: 0.75rem; - background-color: rgba(0, 0, 0, 0.15); - border: 1px dashed $orange; -} - -.cms table, .cms th, .cms td, .cms tr { - border: 1px solid #dee2e6; - margin-bottom: 1rem; - padding: 0.75rem; -} - -.cms th { - background-color: rgba(0, 0, 0, 0.15); -} - -.cms blockquote { - padding: 0.75rem; - background-color: rgba(0, 0, 0, 0.05); - border: 1px solid #dee2e6; -} - -.cms pre { - padding: 0.75rem; - background-color: rgba(0, 0, 0, 0.15); - border: 1px dashed $blue; -} - -.classic table, .classic th, .classic td, .classic tr { - border: 1px solid #dee2e6; - margin-bottom: 1rem; - padding: 0.75rem; -} - -.classic th { - background-color: rgba(0, 0, 0, 0.15); -} - -.classic blockquote { - padding: 0.75rem; - background-color: rgba(0, 0, 0, 0.05); - border: 1px solid #dee2e6; -} - -.classic pre { - padding: 0.75rem; - background-color: rgba(0, 0, 0, 0.15); - border: 1px dashed $pink; -} - .anchor { padding-top: 80px; } .caret { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
