Name | Last modified | Size | Description | |
---|---|---|---|---|
|
||||
Parent Directory | - | |||
common.less | 2015-09-07 11:19 | 476 | ||
components/ | 2015-12-19 15:30 | - | ||
fonts.less | 2015-09-07 11:19 | 1.1K | ||
form.less | 2015-09-07 11:19 | 367 | ||
icons.less | 2015-09-27 13:37 | 19K | ||
pages/ | 2016-11-11 08:49 | - | ||
paperdivas.less | 2015-09-07 11:19 | 1.1K | ||
settings.less | 2015-09-07 11:19 | 141 | ||
theme.less | 2015-09-07 11:19 | 68 | ||
|
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); align-items: center; justify-content: center; } .popup { background:radial-gradient(ellipse at top,deeppink,black); padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); color:white; font-family:"Century Gothic"; text-align:center; } .popup h2{padding-bottom:30px;font-size:30px;} .popup a{ font-size:26px; text-decoration:none; color:white; background:red; transition:0.4s; padding:10px; border-radius:30px; } .popup a:hover{ background:navy; } .close-btn { cursor: pointer; position: absolute; top: 42.5%; right:40%; font-size: 30px; color: white; }