Skip to content

Commit 8cb9a97

Browse files
authored
Merge pull request #70 from OP-TED/Green_banner
added green banner and css
2 parents 861bec4 + 9f7a24d commit 8cb9a97

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

content/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
= Documentation for TED developers and eSenders
22

3+
[.banner_green]
4+
Help us make TED work better for you! To find out how the https://ted.europa.eu/en/[TED website] can serve your needs most effectively, we are carrying out a https://ec.europa.eu/eusurvey/runner/TED-Usability-Survey-2025[usability survey]. It should take you between *3 to 5 minutes* to complete. Your contribution will be highly appreciated!
5+
36
[.tile-container]
47
--
58

content/supplemental-ui/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,16 @@ div.qanda > ol > li {
113113
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
114114
margin: 1rem 0; /* Margin around the paragraph */
115115
}
116+
117+
.banner_green {
118+
background-color: #f0f7f0 !important; /* Yellow background */
119+
color: #222 !important; /* Black text color */
120+
border: 1px solid #ccc;
121+
padding: 1rem; /* Padding around the text */
122+
border-radius: 4px; /* Rounded corners */
123+
text-align: left; /* left text */
124+
font-size: .94444rem; /* Font size */
125+
font-weight: regular; /* Bold text */
126+
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
127+
margin: 1rem 0; /* Margin around the banner */
128+
}

0 commit comments

Comments
 (0)