Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*This stuff adds an 'announcement' to the top of the subreddit the text of the announcement will be in h3/### text in the reddit description */
- body {
- position: relative
- }
- .content {
- margin-top: 45px
- }
- .pagename {
- font-size: 14pt
- }
- .titlebox form {
- position: static
- }
- .titlebox .usertext-body .md h3 {
- width: 64%;
- background-position: 4px 4px;
- background-repeat: no-repeat;
- background-color: #F2F2F2;
- border: 1px solid #F2F2F2;
- position: absolute;
- top: 80px;
- left: 20px;
- z-index: 50;
- margin: 0;
- padding: 4px;
- padding-left: 30px;
- text-align: left;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- color: gray;
- }
- /* the end of the announcement h3 code*/
Advertisement
Add Comment
Please, Sign In to add comment