Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #updates {
- position: fixed;
- right: 5px;
- top: 80px;
- z-index: 9999999999;
- }
- .updates-pic {
- width: 200px;
- margin: 10px;
- }
- .update-content {
- background: {select:Updates Background};
- width: 200px;
- margin: 10px;
- font-size: 12px;
- opacity: 0;
- padding: 10px;
- max-height: 250px;
- text-align: center;
- overflow-y: scroll;
- color: {color:Updates Text};
- transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- }
- #updates:hover .update-content {
- opacity: 1;
- transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- }
- .update-content p {
- margin: 4px 10px;
- }
- .update-content h3 {
- font-size: 24px;
- margin: 3px 3px 10px;
- }
- .update-content div {
- margin: 2px 10px;
- text-align: center;
- color: white;
- padding: 3px;
- background-color: {color:Updates Section};
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement