From 09ab978dd550490f1f8e456551a1a39ed0d7f984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Bevacqua?= Date: Fri, 15 Mar 2024 23:19:21 -0300 Subject: [PATCH] Update example.css --- example/example.css | 80 --------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/example/example.css b/example/example.css index ace04028..df9a0bc5 100644 --- a/example/example.css +++ b/example/example.css @@ -220,83 +220,3 @@ button:hover { margin-top: -8px; line-height: 16px; } - -/* Carbon */ - -#carbonads { - position: absolute; - display: block; - overflow: hidden; - margin-left: -180px; - padding: 1em; - max-width: calc(130px + 2em); - background-color: #aa5579; - text-align: center; - font-size: 12px; - font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif; - line-height: 1.5; -} - -#carbonads a { - color: inherit; - text-decoration: none; - font-weight: 400; - transition: color .2s ease-in-out; -} - -#carbonads a:hover { - color: #221c3b; -} - -#carbonads span { - display: block; - overflow: hidden; -} - -.carbon-img { - display: block; - margin: 0 auto 1em; -} - -.carbon-text { - display: block; - margin-bottom: 1em; -} - -.carbon-poweredby { - display: block; - text-transform: uppercase; - letter-spacing: 1px; - font-size: 9px; -} - -@media only screen and (min-width: 320px) and (max-width: 960px) { - #carbonads { - position: relative; - float: none; - margin: 0 auto -2em; - max-width: 330px; - } - #carbonads span { - position: relative; - } - #carbonads > span { - max-width: none; - } - .carbon-img { - float: left; - margin: 0 1em 0 0; - } - .carbon-text { - float: left; - margin-bottom: 0; - max-width: calc(100% - 130px - 1em); - text-align: left; - } - .carbon-poweredby { - position: absolute; - right: 0; - bottom: 0; - display: block; - } -}