Socialify

Folder ..

Viewing style.css
130 lines (131 loc) • 2.2 KB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.sidebar {
    background-color: #ebebeb;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.sidebar h1 {
    font-family: sans-serif;
    font-size: 22px;
    text-align: center;
    padding: 20px 0px;
    /* background-color: #bebebe; */
    font-weight: 500;
}
.sidebarBtn {
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 15px 15px;
    font-weight: 500;
    text-align: left;
}
.sidebarBtn:focus {
    outline: none;
}
.activeBtn {
    background-color: #e75530;
    color: white;
}
#read {
    margin-top: -8px;
}
.slideImage {
    height: 70vh;
    cursor: pointer;
}
#slider {
    width: 100%;
}
.content {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: scroll;
    height: 100vh;
}
.book-cls {
    width: 100%;
    height: 220px;
}
.nores {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
.nores p {
    font-family: serif;
    color: grey;
}
#showSearch, #showLibrary {
    display: none;
}
.help {
    text-align: right;
    padding: 5px 10px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
}
.helpWindow {
    width: 300px;
    border: solid 1px lightgrey;
    border-radius: 5px;
    position: absolute;
    top: 60px;
    right: 60px;
    padding: 10px 20px 0px 20px;
    display: none;
    -webkit-user-select: none;
}
.helpWindow p {
    font-size: 12px;
    -webkit-user-select: none;
}
.book {
    width: 100%;
}
.center {
    text-align: center;
}
#bookViewer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000000;
    display: none;
}
.frameWindow {
    width: 100vw;
    height: 100vh;
}
#backbutton {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 230px;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 12px;
}
#backbutton:focus{
    outline:none;
}
.slider {
    width: 100%; 
    height: 50vh; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}