chrome_point_plus/chrome_point_plus/css/point-plus.css

106 lines
2.0 KiB
CSS

/* Point.Im */
/* MarkItUp margin fix */
div#markItUpText-input {
margin-top: 30px;
}
/* MarkItUp override */
.markItUp {
width: 770px;
}
/* Point+ */
/* Post and comments highlights */
.pp-highlight {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #FFFFBB;
}
.post .info, .post .post-content {
z-index: 2;
position: relative;
}
/* Auto-loaded Booru pictures */
.booru_pic {
display: block !important;
float: none !important;
}
.booru_pic img {
border: none;
max-width: 60%;
max-height: 300px;
}
/* Labels in post */
.post .post-id a .cn.changed_background {
}
.post .post-id a .authors_unique_count, .post .post-id a .recommendation_count {
padding: 0 .5em;
font-weight: normal;
color: #35587c;
background-color: #f2f2eb;
}
.post .post-id a .recommendation_count {
margin-left: 0.2em;
background-color: #f2eceb;
}
/* NSFW-content */
.post-tag-nsfw.blur-nsfw-images a.postimg img,
.post-tag-сиськи.blur-nsfw-images a.postimg img,
#comments.blur-nsfw-images a.postimg img {
margin-top: 5px;
-webkit-filter: blur(30px);
}
.post-tag-nsfw.blur-nsfw-images a.postimg:hover img,
.post-tag-сиськи.blur-nsfw-images a.postimg:hover img,
#comments.blur-nsfw-images a.postimg:hover img {
-webkit-filter: none;
}
.post-tag-nsfw.hide-nsfw-posts,
.post-tag-сиськи.hide-nsfw-posts {
display: none;
}
.post-tag-nsfw.blur-nsfw-entire .post-content .text,
.post-tag-сиськи.blur-nsfw-entire .post-content .text,
#comments.blur-nsfw-entire .post-content .text {
-webkit-filter: blur(30px);
}
.post-tag-nsfw.hide-nsfw-posts,
.post-tag-сиськи.hide-nsfw-posts {
display: none;
}
/* Черновики */
#new-post-form #text-input {
height: 30em !important;
}
#new-post-form #draft-save-status {
display: none;
padding: 3px 5px;
color: green;
}
/* point-plus-debug */
#point-plus-debug {
float: right;
display: block;
color: rgba(255,255,255,.75);
padding: 10px 0px;
}