Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*-- UPDATES TAB --*/
- #updates-tab {
- position:fixed;
- margin-top:{text:Updates tab top margin};
- left:{text:Updates tab left margin};
- border-left:2px solid {color:Updates tab border};
- width:200px;
- height:42px;
- overflow:hidden;
- z-index:10000;
- transition:0.6s ease;
- -o-transition:0.6s ease;
- -moz-transition:0.6s ease;
- -webkit-transition:0.6s ease;
- }
- #updates-tab:hover {
- height:auto;
- }
- .ut-title h1 {
- margin-top:0px;
- margin-left:0px;
- width:calc(100% - 5px);
- height:30px;
- padding:5px 15px;
- padding-right:0;
- letter-spacing:2px;
- font-size:20px;
- line-height:30px;
- text-align:left;
- color:{color:Updates tab title};
- }
- .ut-title img {
- float:right;
- margin-top:-52px;
- margin-right:0px;
- width:40px;
- height:40px;
- border:1px solid transparent;
- border-radius:100%;
- }
- .update {
- margin-top:10px;
- margin-bottom:15px;
- margin-left:17px;
- font-size:12px;
- text-align:left;
- color:{color:Updates tab text};
- }
- .update h2 {
- color:{color:Updates tab title};
- margin-top:5px;
- margin-bottom:0px;
- margin-left:0px;
- padding:5px 0;
- font-size:15px;
- text-align:left;
- letter-spacing:1px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement