User:Emma/common.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
mNo edit summary
Line 1: Line 1:
#container {
#.scroll { color:black;
position: relative;
  background-color:#a0a0a0;
overflow: hidden;
  scrollbar-face-color:#903030;
width: 200px;
  scrollbar-arrow-color:#FFFFFF;
}
  scrollbar-track-color:#C0B0B0;
  scrollbar-shadow-color:rgb(0,0,0);
#scrollable_content {
  scrollbar-highlight-color:rgb(0,0,0);
overflow: auto;
  scrollbar-3dlight-color:#808080;
height: 200px;
  scrollbar-darkshadow-Color:#202020;
padding-right: 24px;
}
}
#scrollbar {
background: blue;
height: 100%;
width: 30px;
position: absolute;
right: 0px;
top: 0px;
}
#slider {
background: gray;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}

Revision as of 21:47, January 16, 2012

#.scroll { color:black;
   background-color:#a0a0a0;
   scrollbar-face-color:#903030;
   scrollbar-arrow-color:#FFFFFF;
   scrollbar-track-color:#C0B0B0;
   scrollbar-shadow-color:rgb(0,0,0);
   scrollbar-highlight-color:rgb(0,0,0);
   scrollbar-3dlight-color:#808080;
   scrollbar-darkshadow-Color:#202020;
 }