1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-06-01 07:38:10 +03:00
raconteur/devel/less/undum-mobile.less
2015-04-10 22:16:22 -03:00

121 lines
2.1 KiB
Plaintext

@media screen and (max-width: 640px)
{
body {
margin: 0;
font-size: 18.5px;
line-height: 1.5em;
-webkit-text-size-adjust: none;
}
/* Structure */
#page {
padding-top: 1.9em;
margin: 0.5em;
}
#mid_panel {
margin: 0;
}
/* Title */
#title {
margin-top: -1.5em;
padding: 1.0em 0.5em;
}
#title .label {
font-size: 0.65em;
max-width: 25em;
padding: 2.0em;
}
/* Side panels */
#tools_wrapper {
position: static;
}
.tools {
position: relative;
width: auto;
}
#character_panel {
display: none;
}
#info_panel {
display: none;
}
#tools_wrapper {
display: block;
}
/* Main content */
#content_wrapper {
width: 90vw;
padding: 2.0em;
}
#content {
font-size: 16px;
line-height: 1.5em;
}
/* Toolbar and menu */
#toolbar {
.content_box();
position: fixed;
z-index: 300;
left: 0;
right: 0;
top: 0;
height: 36px;
padding: 8px;
overflow: hidden;
}
#toolbar h1 {
float: left;
font-weight: normal;
font-size: 22px;
margin: 8px 0 0 0;
padding: 0 10px;
color: #fc6;
text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
#toolbar .nav {
float: right;
margin: 0;
a {
display: block;
height:
background: black;
}
}
#menu {
display: none;
position: fixed;
top: 52px;
left: 0;
right: 0;
font-size: 16px;
z-index: 200;
list-style-type: none;
padding: 10px 0 0 0;
margin: 0;
opacity: 0.95;
-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.75);
box-shadow: 0 0 16px rgba(0,0,0,0.75);
}
#menu li {
border-bottom: 1px solid rgba(0,0,0,0.25);
}
#menu li:last-child {
border-bottom: none;
}
#menu a {
display: block;
padding: 10px 20px;
}
}