Changeset 19893 in main
- Timestamp:
- 02/22/20 13:44:27 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/css/ExpandableContent.css
r19882 r19893 91 91 92 92 93 .ExpandableContent > input + * > label.FontIcon: before93 .ExpandableContent > input + * > label.FontIcon::before 94 94 { 95 95 position: absolute; … … 98 98 content: "\e015"; 99 99 } 100 .ExpandableContent > input:checked + * > label.FontIcon: before100 .ExpandableContent > input:checked + * > label.FontIcon::before 101 101 { 102 102 content: "\e11b"; -
trunk/ibisph-view/src/main/webapp/css/ExpandableList.css
r19860 r19893 126 126 127 127 128 .ExpandableList li > a: before,129 .ExpandableList li > input + label: before128 .ExpandableList li > a::before, 129 .ExpandableList li > input + label::before 130 130 { 131 131 content: "\e015"; … … 143 143 } 144 144 145 .ExpandableList li > a: before145 .ExpandableList li > a::before 146 146 { 147 147 font-weight: normal; … … 149 149 content: "\e908"; 150 150 } 151 .ExpandableList li > input[type="checkbox"]:not(:checked) + label: before,152 .ExpandableList li > input[type="radio"]:not(:checked) + label: before151 .ExpandableList li > input[type="checkbox"]:not(:checked) + label::before, 152 .ExpandableList li > input[type="radio"]:not(:checked) + label::before 153 153 { 154 154 content: "\e014"; -
trunk/ibisph-view/src/main/webapp/css/Footnotes.css
r17722 r19893 82 82 counter-increment: footnoteListCounter; 83 83 } 84 footer.Footnotes li: before84 footer.Footnotes li::before 85 85 { 86 86 display: table-cell; … … 97 97 98 98 99 footer.Footnotes.ValueAttribute li: before99 footer.Footnotes.ValueAttribute li::before 100 100 { 101 101 content: ""; -
trunk/ibisph-view/src/main/webapp/css/Help.css
r19879 r19893 40 40 } 41 41 42 .Help.Popup: before,43 .Help.Info.FontIcon: before,44 .Help.Link.FontIcon: before,45 .Help.Alert.FontIcon: before42 .Help.Popup::before, 43 .Help.Info.FontIcon::before, 44 .Help.Link.FontIcon::before, 45 .Help.Alert.FontIcon::before 46 46 { 47 47 background-color: #336699; … … 58 58 59 59 } 60 .Help.Info.FontIcon: before { content: "\e401"; }61 .Help.Link.FontIcon: before60 .Help.Info.FontIcon::before { content: "\e401"; } 61 .Help.Link.FontIcon::before 62 62 { 63 63 content: "\e672"; 64 64 cursor: pointer; 65 65 } 66 .Help.Alert.FontIcon: before { content: "\e403"; }66 .Help.Alert.FontIcon::before { content: "\e403"; } 67 67 68 68 -
trunk/ibisph-view/src/main/webapp/css/HorizontalMenu-PanelList-input_control.css
r19781 r19893 54 54 border-radius: 5px 5px 0px 0px; 55 55 } 56 ul.HorizontalMenu > li > input[type="checkbox"]:checked + label: after,57 ul.HorizontalMenu > li > input[type="radio"]:checked + label: after56 ul.HorizontalMenu > li > input[type="checkbox"]:checked + label::after, 57 ul.HorizontalMenu > li > input[type="radio"]:checked + label::after 58 58 { 59 59 content: "\e11b"; -
trunk/ibisph-view/src/main/webapp/css/HorizontalMenu-PanelList.css
r19798 r19893 44 44 45 45 46 ul.HorizontalMenu > li > .Title: after,47 ul.HorizontalMenu > li > input[type="checkbox"]+ label: after,48 ul.HorizontalMenu > li > input[type="radio"] + label: after46 ul.HorizontalMenu > li > .Title::after, 47 ul.HorizontalMenu > li > input[type="checkbox"]+ label::after, 48 ul.HorizontalMenu > li > input[type="radio"] + label::after 49 49 { 50 50 display: inline-block; -
trunk/ibisph-view/src/main/webapp/css/MegaMenu.css
r19879 r19893 170 170 } 171 171 172 nav .MegaMenu .Body .Block .Icon li > a: before,173 nav .MegaMenu .Body .Block li.Icon > a: before172 nav .MegaMenu .Body .Block .Icon li > a::before, 173 nav .MegaMenu .Body .Block li.Icon > a::before 174 174 { 175 175 position: absolute; … … 193 193 text-align: center; 194 194 } 195 nav .MegaMenu .Body .Block .Icon.Info a: before195 nav .MegaMenu .Body .Block .Icon.Info a::before 196 196 { 197 197 border: 1px solid #aaa; … … 199 199 content: "\e401"; 200 200 } 201 nav .MegaMenu .Body .Block .Icon.List a: before201 nav .MegaMenu .Body .Block .Icon.List a::before 202 202 { 203 203 border: 1px solid white; 204 204 content: "\e614"; 205 205 } 206 nav .MegaMenu .Body .Block .Icon.Report a: before206 nav .MegaMenu .Body .Block .Icon.Report a::before 207 207 { 208 208 border: 1px solid white; … … 210 210 transform: rotate(-90deg); 211 211 } 212 nav .MegaMenu .Body .Block .Icon.PDF a: before212 nav .MegaMenu .Body .Block .Icon.PDF a::before 213 213 { 214 214 top: 3px; … … 220 220 padding-top: 2px; 221 221 } 222 nav .MegaMenu .Body .Block .Icon.Link a: before222 nav .MegaMenu .Body .Block .Icon.Link a::before 223 223 { 224 224 content: "\e672"; … … 226 226 font-size: 18px; 227 227 } 228 nav .MegaMenu .Body .Block .Icon.Image a: before228 nav .MegaMenu .Body .Block .Icon.Image a::before 229 229 { 230 230 font-size: 20px; … … 257 257 width: 100%; 258 258 } 259 nav .MegaMenu .Body .Block .IntroductionVideo .FontIcon: before259 nav .MegaMenu .Body .Block .IntroductionVideo .FontIcon::before 260 260 { 261 261 position: absolute; … … 264 264 color: #fff; 265 265 background-color: rgb(33, 33, 33, 0.55); 266 padding: 8px 8px 8px 15px; 267 font-size: 64px; 266 padding: 12px 7px 12px 15px; 267 font-size: 48px; 268 border: 1px solid black; 269 border-radius: 50%; 268 270 content: "\e200"; 269 271 } 270 nav .MegaMenu .Body .Block .IntroductionVideo .FontIcon:hover: before272 nav .MegaMenu .Body .Block .IntroductionVideo .FontIcon:hover::before 271 273 { 272 274 background-color: var(--background-color-hover); -
trunk/ibisph-view/src/main/webapp/css/Popup.css
r19863 r19893 174 174 } 175 175 176 .Popup > input:first-child + label: before,177 .Popup > input:first-child + label: after176 .Popup > input:first-child + label::before, 177 .Popup > input:first-child + label::after 178 178 { 179 179 display: inline-block; … … 195 195 -webkit-font-smoothing: antialiased; 196 196 } 197 .Popup > input:first-child:checked + label: after197 .Popup > input:first-child:checked + label::after 198 198 { 199 199 content: "\e11b"; -
trunk/ibisph-view/src/main/webapp/css/SocialMedia.css
r19868 r19893 28 28 } 29 29 30 .SocialMedia a: before30 .SocialMedia a::before 31 31 { 32 32 padding: 2px; 33 33 margin: 0px; 34 34 } 35 .SocialMedia ul li a:hover: before35 .SocialMedia ul li a:hover::before 36 36 { 37 37 color: var(--color-hover); 38 38 } 39 39 40 .SocialMedia a.PrinterFriendly: before40 .SocialMedia a.PrinterFriendly::before 41 41 { 42 42 content: "\e10a"; 43 43 color: #336699; 44 44 } 45 .SocialMedia a.Twitter: before45 .SocialMedia a.Twitter::before 46 46 { 47 47 content: "\e820"; 48 48 color: #00acee; 49 49 } 50 .SocialMedia a.LinkedIn: before50 .SocialMedia a.LinkedIn::before 51 51 { 52 52 content: "\e812"; 53 53 color: #0e76a8; 54 54 } 55 .SocialMedia a.Facebook: before55 .SocialMedia a.Facebook::before 56 56 { 57 57 content: "\e80c"; 58 58 color: #3b5998; 59 59 } 60 .SocialMedia a.GooglePlus: before60 .SocialMedia a.GooglePlus::before 61 61 { 62 62 content: "\e810"; 63 63 color: #dd4b39; 64 64 } 65 .SocialMedia a.Email: before65 .SocialMedia a.Email::before 66 66 { 67 67 content: "\e80a"; -
trunk/ibisph-view/src/main/webapp/css/_SiteSpecific.css
r19890 r19893 46 46 padding: 13px 8px 10px 5px; 47 47 } 48 #siteNavigationMenu .MegaMenu .Body .Block .Icon li > a: before,49 #siteNavigationMenu .MegaMenu .Body .Block li.Icon > a: before48 #siteNavigationMenu .MegaMenu .Body .Block .Icon li > a::before, 49 #siteNavigationMenu .MegaMenu .Body .Block li.Icon > a::before 50 50 { 51 51 top: 12px; -
trunk/ibisph-view/src/main/webapp/css/_general.css
r19890 r19893 415 415 </h3> 416 416 417 [data-icon]: before {417 [data-icon]::before { 418 418 font-family: icons; / * BYO icon font, mapped smartly * / 419 419 content: attr(data-icon); … … 433 433 } 434 434 435 .FontIcon: before,436 [font-icon]: before435 .FontIcon::before, 436 [font-icon]::before 437 437 { 438 438 content: attr(font-icon); -
trunk/ibisph-view/src/main/webapp/css/_layout-header.css
r19868 r19893 222 222 box-shadow: none; 223 223 } 224 form.Search button[type="submit"]: before224 form.Search button[type="submit"]::before 225 225 { 226 226 color: #114477; … … 257 257 border-radius: 5px 5px 0px 0px; 258 258 } 259 #userMenu.Popup > input + label: before,260 #userMenu.Popup > input + label: after259 #userMenu.Popup > input + label::before, 260 #userMenu.Popup > input + label::after 261 261 { 262 262 padding: 0px 6px 0 6px; 263 263 } 264 #userMenu.Popup > input + label: before264 #userMenu.Popup > input + label::before 265 265 { 266 266 content: "\e801"; … … 323 323 display: inline-block; 324 324 } 325 #navigationPath li:not(:first-child): before325 #navigationPath li:not(:first-child)::before 326 326 { 327 327 content: "\0BB"; -
trunk/ibisph-view/src/main/webapp/css/leaflet.label.css
r19718 r19893 25 25 } 26 26 27 .leaflet-label: before,28 .leaflet-label: after {27 .leaflet-label::before, 28 .leaflet-label::after { 29 29 border-top: 6px solid transparent; 30 30 border-bottom: 6px solid transparent; … … 34 34 } 35 35 36 .leaflet-label: before {36 .leaflet-label::before { 37 37 border-right: 6px solid black; 38 38 border-right-color: inherit; … … 40 40 } 41 41 42 .leaflet-label: after {42 .leaflet-label::after { 43 43 border-left: 6px solid black; 44 44 border-left-color: inherit; … … 46 46 } 47 47 48 .leaflet-label-right: before,49 .leaflet-label-left: after {48 .leaflet-label-right::before, 49 .leaflet-label-left::after { 50 50 content: ""; 51 51 } -
trunk/ibisph-view/src/main/webapp/xslt/_ibis-include.xslt
r19890 r19893 104 104 </xsl:template> 105 105 106 <xsl:template match="ibis:contextPath" mode="ibis.copy" ibis:doc="Mechanism that allows the HTML_CONTENT PAGE type XML content to get the ibis.baseRequesttPath value. This is useful for pages that have javascript that need this value."> 106 <xsl:template match="ibis:baseRequestPath" mode="ibis.copy" 107 ibis:doc="Mechanism that allows any ibis.copy processed XML CONTENT to 108 to get the ibis.baseRequesttPath value. This is useful for pages 109 that have javascript that need this value. 110 Usage: within the CONTENT have an [ibis:baseRequestPath/] element. 111 " 112 > 107 113 <xsl:value-of select="$ibis.baseRequestPath"/> 108 114 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.