style
This commit is contained in:
parent
81626d1cf8
commit
d4d94e9756
2 changed files with 24 additions and 14 deletions
|
|
@ -148,17 +148,13 @@ select,
|
||||||
/* Carousel */
|
/* Carousel */
|
||||||
|
|
||||||
.carousel-caption-s p {
|
.carousel-caption-s p {
|
||||||
text-decoration: overline;
|
-webkit-text-shadow: 3px 3px 7px rgb(0, 0, 0);
|
||||||
text-decoration-line: overline;
|
|
||||||
-webkit-text-shadow: inset 0 3px 5px rgb(255, 200, 255);
|
|
||||||
margin:0.5em;
|
margin:0.5em;
|
||||||
padding:.5em;
|
padding:.5em;
|
||||||
animation: mymove 3s infinite;
|
animation: mymove 4s infinite;
|
||||||
background-color: rgba(255,255,255,.6);
|
font-family: "Arial";
|
||||||
font-family: "Arial";
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: xx-large;
|
font-size: x-large;
|
||||||
line-height: 1.1;
|
|
||||||
text-shadow: 3px 3px 7px rgb(0, 0, 0);
|
text-shadow: 3px 3px 7px rgb(0, 0, 0);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
@ -197,7 +193,26 @@ main.container {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
|
||||||
|
main.container {
|
||||||
|
padding-right: .3em;
|
||||||
|
padding-left: .3em;
|
||||||
|
margin-left: .3em;
|
||||||
|
margin-right: .3em;
|
||||||
|
}
|
||||||
|
.navbar-brand {
|
||||||
|
float: left;
|
||||||
|
height: 50px;
|
||||||
|
padding: 5px 5px;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
.carousel-caption-s p {
|
||||||
|
margin:0.2em;
|
||||||
|
padding:.2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@-webkit-keyframes mymove {
|
@-webkit-keyframes mymove {
|
||||||
from {text-decoration-color: red;}
|
from {text-decoration-color: red;}
|
||||||
|
|
|
||||||
|
|
@ -27,14 +27,9 @@ $('input.Blogcirle[type=checkbox]').on('change',allowCircleToBlog);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
var notifClick = function(nid) { $.get('/api/dimiss/click/'+nid).done(function(data) {
|
var notifClick = function(nid) { $.get('/api/dimiss/click/'+nid).done(function() {
|
||||||
console.log( "second success" );
|
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
})
|
})
|
||||||
.fail(function() {
|
.fail(function() {
|
||||||
console.log( "error" );
|
|
||||||
})
|
})
|
||||||
.always(function() {
|
.always(function() {
|
||||||
console.log( "finished" );
|
|
||||||
}); };
|
}); };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue