mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 19:14:09 +03:00
added carbon ad
This commit is contained in:
parent
f4fdb482bd
commit
e60800e1cc
51
index.html
51
index.html
|
@ -184,6 +184,49 @@
|
|||
<p>Would you like to use this theme for commercial projects? Visit <a href="http://www.mywebexpression.com">MyWebExpression</a> and contact me using the form on the bottom of the page. Thanks!</p>
|
||||
|
||||
<br>
|
||||
<div class="cbwrapper">
|
||||
<script async
|
||||
type="text/javascript"
|
||||
src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=fezvrastagithubiobootstrapmateri"
|
||||
id="_carbonads_js">
|
||||
</script>
|
||||
<div id="fakecb">Seems like you are using AdBlock to hide banners... Carbon ADS are quite nice and don't take much space, you may consider disabling it on this website.<br>This is the only AD on the entire website.<br><br>Thanks!</div>
|
||||
</div>
|
||||
<style>
|
||||
.cbwrapper div {
|
||||
display: none;
|
||||
}
|
||||
.cbwrapper div:nth-child(2) {
|
||||
display: block;
|
||||
}
|
||||
#carbonads, #fakecb {
|
||||
border: 1px solid #d5d5d5;
|
||||
font-size: 11px;
|
||||
line-height: 15px;
|
||||
overflow: hidden;
|
||||
width: 340px;
|
||||
padding: 20px;
|
||||
margin: auto;
|
||||
height: 142px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
#carbonads .carbon-img {
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
#carbonads .carbon-text, #carbonads .carbon-poweredby {
|
||||
float: left;
|
||||
width: 150px;
|
||||
padding: 0 10px 10px 10px;
|
||||
}
|
||||
#carbonads .carbon-text:hover, #carbonads .carbon-poweredby:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
#carbonads .carbon-poweredby {
|
||||
color: #9D9D9D;
|
||||
}
|
||||
</style>
|
||||
|
||||
<br>
|
||||
<p>You can get this theme downloading the source from Bower:</p>
|
||||
<pre><code>bower install bootstrap-material-design</code></pre>
|
||||
|
@ -277,8 +320,10 @@
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
#checkbox .sample2 .text {
|
||||
#checkbox .sample2 {
|
||||
padding: 10px 0;
|
||||
}
|
||||
#checkbox .sample2 .text {
|
||||
display: inline-block;
|
||||
}
|
||||
#checkbox .sample2 .checkbox {
|
||||
|
@ -392,6 +437,10 @@
|
|||
<input type="email" class="form-control floating-label" placeholder="email">
|
||||
<input type="number" class="form-control floating-label" placeholder="number">
|
||||
|
||||
<h2>Disabled</h2>
|
||||
<input disabled type="text" class="form-control floating-label" placeholder="email">
|
||||
<input disabled type="text" class="form-control floating-label" placeholder="number">
|
||||
|
||||
<h2>Hints</h2>
|
||||
<input type="text" class="form-control floating-label" data-hint="Write here something cool" placeholder="label">
|
||||
<input type="email" class="form-control floating-label" data-hint="A valid email should contain an @ symbol" placeholder="label">
|
||||
|
|
Loading…
Reference in New Issue
Block a user