mail.google.com
2 months ago by imma
0 0
/* make the box visible and position over the dropbown and remove the border & shadow */
.aki .jQjAxd
{
background: rgba(0,0,0,0);
padding: 0px;
margin: 0px;
top: -5px;
left: 0px;
padding-left: 15px;
display: block;
border: none;
height: 51px;
width: 161px;
-webkit-box-shadow: none;
box-shadow: none;
}
.aki span:first-child
{
display: none;
background: rgba(0,0,0,0);
}
/* shrink the items to fit in */
.aki .jQjAxd .SK div
{
height: 17px;
display: block;
background: rgba(0,0,0,0);
border: none;
-webkit-box-shadow: 0px;
box-shadow: 0px;
padding: 0px;
}
/* hide the highlight when hovering another item */
.aki .jQjAxd .SK:hover > div
{
background: rgba(0,0,0,0);
color: #333;
font-weight: normal;
}
/* highlight the new hovered item */
.aki .jQjAxd .SK div:hover
{
background: rgba(0,0,0,0);
color: #DD4B39;
font-weight: bold;
padding: 0px;
}
*.wikipedia.org
2 months ago by imma
1 0
/* Navigation Bar */
#content,
#footer,
#mw-head,
#p-logo
{
display: block;
}
#left-navigation
{
display: none;
}
#mw-head-base
{
width: 100%;
position: fixed;
top: 80px;
left: -160px;
height: 40px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,255,215,1)), color-stop(100%,rgba(200,255,200,1)));
border-bottom: 1px SOLID #333;
z-index: 999;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
/* MW Panel (main wikipedia menu) */
#mw-panel
{
position: fixed;
top: 0px;
left: 65px;
z-index: 1000;
opacity: 0.9;
}
#mw-panel #p-interaction,
#mw-panel #p-coll-print_export,
#mw-panel #p-lang,
#mw-panel #p-tb,
#p-navigation .body
{
display: none;
}
#mw-panel:hover #p-interaction,
#mw-panel:hover #p-coll-print_export,
#mw-panel:hover #p-lang,
#mw-panel:hover #p-tb
{
display: block;
}
#mw-panel #p-navigation
{
display: block;
margin-top: -10px;
width: 150px;
border-radius: 4px;
}
#mw-panel .portal
{
overflow: hidden;
background: #FFF;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
width: 150px;
}
#mw-panel .portal:hover
{
/*height:400px;*/
}
#mw-panel .portal h5
{
display: block;
margin: 0px;
}
/*
moving off the bottom of the expanded item onto a non-expanded one was making the list disappear
(on 19.0.1041.0 canary)
- imma
*/
/*
#mw-panel .portal .body
{
height: 0px;
-webkit-transition: height 1s;
}
#mw-panel .portal:hover .body
{
height: 170px;
overflow: auto;
}
*/
/* Contents Dropdown */
#toc
{
position: fixed;
top: 0px;
left: 345px;
border: 0px;
z-index: 1000;
overflow: hidden;
background: #FFF;
margin-top: 6px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
opacity: 0.9;
border-radius: 4px;
min-width: 100px;
}
#toc #toctitle
{
text-align: left;
padding-right: 10px;
height: 5px;
margin-bottom: 10px;
margin-top: -2px;
}
#toc #toctitle h2
{
font-weight: 100;
}
#toc:hover #toctitle
{
height: 15px;
}
#toc #toctitle .toctoggle
{
display: none;
}
#toc .toclevel-1
{
display: none;
}
#toc:hover ul
{
display: block;
}
#toc:hover li
{
display: block;
padding: 0px;
margin-top: 10px;
}
#toc:hover li a
{
color: #555;
}
#toc:hover li:hover a
{
color: #000;
}
table.toc tbody tr td ul {
max-height: 540px;
overflow: auto;
}
/* Views */
#p-views
{
position: fixed;
z-index: 1000;
top: 0px;
left: 230px;
background: #FFF;
border: 0px;
margin-top: 6px;
width: 110px;
height: 29px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
opacity: 0.9;
border-radius: 4px;
}
#p-views h5
{
display: block;
font-weight: 100;
font-size: 13px;
padding: 8px;
}
#p-views:hover
{
height: 32px;
}
#p-views ul
{
display: none;
}
#p-views:hover ul
{
display: block;
}
#p-views ul li
{
clear: both;
background: #FFF;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
width: 110px;
padding-bottom: 10px;
}
#p-views ul li span
{
width: 110px;
}
#p-views ul li span a
{
color: #555;
}
#p-views ul li span:hover a
{
color: #000;
}
/* Login */
#p-personal
{
margin-top: 5px;
margin-right: 30px;
position: fixed;
top: 0px;
right: 0px;
z-index: 1000;
}
#pt-login a
{
color: #00F;
}
/* Content */
#content
{
margin-left: 0;
width: 100%;
padding-left: 0px;
padding-right: 0px;
z-index: 0;
}
#siteSub
{
display: none;
}
#firstHeading
{
padding-top: 20px;
padding-bottom: 15px;
padding-left: 5%;
background: -webkit-linear-gradient(top, rgba(50,53,56,1) 10%,rgba(255,255,255,1) 90%);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
color: #000;
z-index: 998;
position: fixed;
width: 95%;
top: 33px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
text-align: left;
opacity: 0.8;
font-weight: bold;
text-decoration: underline;
}
.articleFeedback-buffer.articleFeedback-ui
{
display: none;
}
#editform
{
padding-left: 30px;
padding-right: 30px;
}
.ambox
{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,52,59,1)), color-stop(100%,rgba(129,134,142,1)));
color: #FFF;
}
.ambox a
{
color: #FFCC00;
}
.navbox-title
{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,52,59,1)), color-stop(100%,rgba(129,134,142,1)));
color: #FFF;
}
.navbox-title a {
color: #FFF;
}
#right-navigation
{
padding-right: 20px;
padding-top: 10px;
position: fixed;
top: -53px;
right: 180px;
left: 450px;
z-index: 1000;
width: auto;
float: right;
}
#p-search
{
width: 100%;
min-width: 100px;
margin-right: 10px;
}
#simpleSearch
{
width: auto;
}
#searchInput
{
width: 100%;
}
#searchButton
{
width: 20px;
}
#searchButton img
{
float: right;
}
.mw-content-ltr
{
margin-left: 100px;
margin-right: 100px;
}
#contentSub
{
padding-left: 59px;
}