consult
This commit is contained in:
@@ -243,7 +243,7 @@ h1 {
|
||||
font-weight: bold;
|
||||
margin: 20px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.book_small{
|
||||
position:relative;
|
||||
@@ -254,11 +254,11 @@ h1 {
|
||||
width: 100%;
|
||||
margin-top: 10%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
#form_title{
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
#container_form p {
|
||||
font-size: 1.3em;
|
||||
margin-bottom: 8px;
|
||||
@@ -281,7 +281,7 @@ input[type="email"],input[type="password"]{
|
||||
padding-left: 10px;
|
||||
font-size: 16px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
#container_form span.icon {
|
||||
width: 50px;
|
||||
transition: all 800ms;
|
||||
@@ -304,20 +304,20 @@ input[type="email"],input[type="password"]{
|
||||
background-color: #69c;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.submit:hover{
|
||||
transition: all 0.5s;
|
||||
background: #fff;
|
||||
color: #2c536c;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.lib_container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: left;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
.book_skeleton {
|
||||
width:25%;
|
||||
margin-bottom: 30px;
|
||||
@@ -399,14 +399,14 @@ input[type="email"],input[type="password"]{
|
||||
float: left;
|
||||
margin: 0px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.anphoto IMG {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -443,10 +443,16 @@ input[type="email"],input[type="password"]{
|
||||
#book-html p {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
#lk-menu div, .header-div {
|
||||
margin-right: 5px;
|
||||
padding: 10px 7px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
body {
|
||||
width:92%;
|
||||
}
|
||||
#book-html p {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -507,13 +513,12 @@ input[type="email"],input[type="password"]{
|
||||
}
|
||||
|
||||
@media screen and (max-width: 560px) {
|
||||
body {
|
||||
width: 97%;
|
||||
}
|
||||
#pages {
|
||||
font-size: .7em;
|
||||
}
|
||||
|
||||
body {
|
||||
width:90%;
|
||||
}
|
||||
header .lite-logo {
|
||||
width: 45%;
|
||||
}
|
||||
@@ -580,8 +585,18 @@ input[type="email"],input[type="password"]{
|
||||
.antitle {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.header-div, #lk-menu div {
|
||||
margin-right: 4px;
|
||||
font-size: .9em;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 460px) {
|
||||
.hid460 {
|
||||
display:none;
|
||||
}
|
||||
.header-div, #lk-menu div {
|
||||
font-size:1.1em;
|
||||
}
|
||||
header {
|
||||
font-size:.8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user