dist
1 month ago
font
1 month ago
colors.css
1 month ago
fapi-member-public.css
1 month ago
fapi-user-profile.css
1 month ago
fapi-member-public.css
190 lines
| 1 | .fapiShortcodeLoginForm { |
| 2 | min-width: 150px !important; |
| 3 | max-width: 350px !important; |
| 4 | padding: 10px !important; |
| 5 | } |
| 6 | .fapiShortcodeLoginForm .f-m-row label, .fapiShortcodeLoginForm .f-m-row a { |
| 7 | display: inline-block !important; |
| 8 | font-weight: normal !important; |
| 9 | font-size: 14px !important; |
| 10 | color: #4c5567 !important; |
| 11 | margin: 14px 0 0 0 !important; |
| 12 | text-decoration: none; |
| 13 | } |
| 14 | .fapiShortcodeLoginForm .f-m-row a:hover { |
| 15 | text-decoration: underline; |
| 16 | } |
| 17 | .fapiShortcodeLoginForm .f-m-row input[type=text], |
| 18 | .fapiShortcodeLoginForm .f-m-row input[type=password] { |
| 19 | border: 1px solid #9ca3af !important; |
| 20 | height: 45px !important; |
| 21 | padding: 10px !important; |
| 22 | line-height: 45px !important; |
| 23 | width: 100% !important; |
| 24 | background-color: #ffffff !important; |
| 25 | border-radius: 0.25rem !important; |
| 26 | margin: 0 !important; |
| 27 | } |
| 28 | .fapiShortcodeLoginForm .f-m-row input[type=submit] { |
| 29 | display: block !important; |
| 30 | background-color: #0074e2 !important; |
| 31 | color: white !important; |
| 32 | width: 100% !important; |
| 33 | border-radius: 0.25rem !important; |
| 34 | text-align: center !important; |
| 35 | text-decoration: none !important; |
| 36 | font-size: 15px !important; |
| 37 | padding: 14px !important; |
| 38 | border: 2px solid transparent !important; |
| 39 | } |
| 40 | .fapiShortcodeLoginForm .f-m-row input[type=submit]:hover { |
| 41 | background-color: white !important; |
| 42 | color: #0074e2 !important; |
| 43 | border: 2px solid #0074e2 !important; |
| 44 | cursor: pointer !important; |
| 45 | } |
| 46 | .fapiShortcodeLoginForm .f-m-row.controls { |
| 47 | margin-top: 25px !important; |
| 48 | text-align: center !important; |
| 49 | } |
| 50 | |
| 51 | .fapiShortcodeUser { |
| 52 | width: 200px !important; |
| 53 | height: 40px !important; |
| 54 | display: grid !important; |
| 55 | grid-template-columns: 32px auto !important; |
| 56 | grid-template-rows: 20px 20px !important; |
| 57 | position: relative !important; |
| 58 | } |
| 59 | .fapiShortcodeUser .i { |
| 60 | grid-row: 1/3 !important; |
| 61 | grid-column: 1/2 !important; |
| 62 | display: flex !important; |
| 63 | align-content: center !important; |
| 64 | } |
| 65 | .fapiShortcodeUser .i svg { |
| 66 | width: 24px !important; |
| 67 | } |
| 68 | .fapiShortcodeUser .h { |
| 69 | grid-row: 1/2 !important; |
| 70 | grid-column: 2/3 !important; |
| 71 | font-weight: bold !important; |
| 72 | font-size: 14px !important; |
| 73 | } |
| 74 | .fapiShortcodeUser .l { |
| 75 | grid-row: 2/3 !important; |
| 76 | grid-column: 2/3 !important; |
| 77 | font-size: 14px !important; |
| 78 | } |
| 79 | .fapiShortcodeUser .f-m-submenu { |
| 80 | display: block !important; |
| 81 | position: absolute !important; |
| 82 | top: 40px !important; |
| 83 | left: 0 !important; |
| 84 | width: 200px !important; |
| 85 | border-top: 1px solid #eeeeee !important; |
| 86 | text-align: right !important; |
| 87 | background-color: white !important; |
| 88 | } |
| 89 | .fapiShortcodeUser .f-m-submenu a { |
| 90 | font-size: 14px !important; |
| 91 | color: #ff0200 !important; |
| 92 | text-decoration: none !important; |
| 93 | margin-right: 10px !important; |
| 94 | } |
| 95 | .fapiShortcodeUser:hover .f-m-submenu { |
| 96 | display: block !important; |
| 97 | } |
| 98 | .fapiShortcodeUser.notLogged { |
| 99 | grid-template-rows: 40px !important; |
| 100 | } |
| 101 | .fapiShortcodeUser.notLogged .i { |
| 102 | grid-row: 1/2 !important; |
| 103 | } |
| 104 | .fapiShortcodeUser.notLogged .l { |
| 105 | grid-row: 1/2 !important; |
| 106 | grid-column: 2/3 !important; |
| 107 | } |
| 108 | |
| 109 | .FapiLevelSelection { |
| 110 | font-family: "Roboto", sans-serif !important; |
| 111 | min-height: 100vh !important; |
| 112 | display: flex !important; |
| 113 | justify-content: center !important; |
| 114 | } |
| 115 | .FapiLevelSelection #Wrapper { |
| 116 | margin-top: 100px !important; |
| 117 | max-width: 980px !important; |
| 118 | } |
| 119 | .FapiLevelSelection #Wrapper h1 { |
| 120 | text-align: center !important; |
| 121 | font-size: 50px !important; |
| 122 | } |
| 123 | .FapiLevelSelection #Wrapper > p { |
| 124 | text-align: center !important; |
| 125 | font-size: 22px !important; |
| 126 | color: #6b7280 !important; |
| 127 | word-break: break-word !important; |
| 128 | } |
| 129 | .FapiLevelSelection #Wrapper .pages { |
| 130 | margin-top: 40px !important; |
| 131 | display: flex !important; |
| 132 | gap: 40px !important; |
| 133 | flex-wrap: wrap !important; |
| 134 | } |
| 135 | .FapiLevelSelection #Wrapper .pages > div { |
| 136 | width: 300px !important; |
| 137 | display: grid !important; |
| 138 | grid-template-columns: auto !important; |
| 139 | grid-template-rows: 164px auto auto 100px !important; |
| 140 | border-radius: 4px !important; |
| 141 | box-shadow: 2px 2px 2px #f3f3f3 !important; |
| 142 | } |
| 143 | .FapiLevelSelection #Wrapper .pages > div .thumbPlaceholder { |
| 144 | width: 300px !important; |
| 145 | height: 164px !important; |
| 146 | background-color: #f3f3f3 !important; |
| 147 | border-top-left-radius: 4px !important; |
| 148 | border-top-right-radius: 4px !important; |
| 149 | } |
| 150 | .FapiLevelSelection #Wrapper .pages > div img { |
| 151 | border-top-left-radius: 4px !important; |
| 152 | border-top-right-radius: 4px !important; |
| 153 | } |
| 154 | .FapiLevelSelection #Wrapper .pages > div h3 { |
| 155 | text-align: center !important; |
| 156 | margin: 20px 16px !important; |
| 157 | } |
| 158 | .FapiLevelSelection #Wrapper .pages > div p { |
| 159 | margin: 0 16px !important; |
| 160 | text-align: center !important; |
| 161 | color: #6b7280 !important; |
| 162 | } |
| 163 | .FapiLevelSelection #Wrapper .pages > div .actions a { |
| 164 | display: block !important; |
| 165 | background-color: #0074e2 !important; |
| 166 | color: white !important; |
| 167 | width: 198px !important; |
| 168 | height: 46px !important; |
| 169 | line-height: 46px !important; |
| 170 | border-radius: 4px !important; |
| 171 | text-align: center !important; |
| 172 | text-decoration: none !important; |
| 173 | margin: calc((100px - 46px) / 2) auto !important; |
| 174 | font-size: 15px !important; |
| 175 | } |
| 176 | |
| 177 | a.button-level-unlock-link { |
| 178 | border-radius: 7px; |
| 179 | border: solid 1px #363636; |
| 180 | background-color: white; |
| 181 | color: #363636; |
| 182 | padding: 10px; |
| 183 | font-size: 15px; |
| 184 | } |
| 185 | a.button-level-unlock-link:hover { |
| 186 | background-color: #eeeeee; |
| 187 | } |
| 188 | |
| 189 | /*# sourceMappingURL=fapi-member-public.css.map */ |
| 190 |