/
home
/
u797402220
/
domains
/
al-sarraj.com
/
public_html
/
icon-al-sarraj
/
src
/
up file
home
@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap"); @keyframes draw { 0% { stroke-dashoffset: 4500; } 100% { stroke-dashoffset: 0; } } * { padding: 0; margin: 0; box-sizing: border-box; } body { font-family: monospace, sans-serif; height: 100vh; } .fullpage-container { min-height: calc(100vh - 70px - 50px); padding: 50px; } .main-footer { width: 100%; height: 50px; display: flex; transform: none; padding: 5px 15px; position: relative; background: #1b1b1b; align-items: center; transition: all 0.5s; justify-content: center; border-top: 3px solid #E30914; } .main-header { width: 100%; height: 70px; display: flex; transform: none; padding: 5px 15px; background: white; position: relative; align-items: center; transition: all 0.5s; justify-content: space-between; border-bottom: 3px solid #E30914; box-shadow: 0 0 6px 2px rgba(0,0,0,0.4); } .main-logo img { width: 150px; } .menu-links-container { list-style: none; margin: 0; padding: 0; } .menu-item { display: inline-block; padding: 0 10px; } .menu-link { position: relative; display: block; cursor: pointer; padding: 8px 0; color: #E30914; text-decoration: none; } .try-link { padding: 10px !important; background: #E30914 !important; color: white !important; } .menu-link:hover { text-decoration: none; } .menu-link:before, a:after { content: ''; position: absolute; width: 0%; height: 2px; bottom: -2px; background: #E30914; } .menu-link:before { left: 0; } .menu-link:after { right: 0; background: #E30914; transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); } .menu-link:hover:before { background: #E30914; width: 100%; transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); } .menu-link:hover:after { background: transparent; width: 100%; transition: 0s; } .search-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: black; height: 50px; border-radius: 50px; padding: 10px; } .search-btn { text-decoration: none; color: white; float: right; width: 30px; height: 30px; border-radius: 50%; background: black; display: flex; justify-content: center; align-items: center; transition: .2s; } .search-btn:hover { text-decoration: none; background: #E30914; transition: .2s; } .fa-search { background: black; font-size: 24px; } .search-input { border: none; background: none; outline: none; float: left; padding: 0; color: white; font-size: 15px; transition: 0.4s; line-height: 33px; width: 0; } .search-box:hover > .search-input, .search-input:focus { width: 250px; padding: 0 7px; } .info-card{ padding: 10px; } .info-card > h1 { color: #E30914; } .download-btn { text-decoration: none; color: white; border-radius: 0px; padding: 10px 10px; background: #E30914; width: 170px; text-align: center; margin-left: 20px; transition: 0.2s; } .download-btn:hover { text-decoration: none; color: white; border-radius: 5px; padding: 10px 15px; background: #1b1b1b; transition: 0.2s; } .loading-page { position: fixed; top: 0; left: 0; background: linear-gradient(145deg, #e30914, #7b1116, #3d0101); height: 100%; width: 100%; display: flex; flex-direction: column; gap: 1.5rem; align-items: center; justify-content: center; color: #191654; } #svg { height: 200px; width: 200px; stroke: white; fill-opacity: 0; stroke-width: 3px; stroke-dasharray: 4500; animation: draw 10s ease; } .name-container { height: 30px; overflow: hidden; } .logo-name { font-family: "Michroma" !important; color: #fff; font-size: 20px; letter-spacing: 12px; text-transform: uppercase; margin-left: 20px; font-weight: bolder; } .icon-card { padding: 5px; border: solid 1px #e1e0e0; border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: space-around; cursor: pointer; color: #777777; transition: 0.3s; width: 100%; height: 85%; min-height: 111px; text-align: center; } .icon-card > i { font-size: 25px; } .icon-card:hover { background: #E30914; color: white; box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.40); transition: 0.3s; } .icon-name { font-size: 10px; } .popup-container{ display: none; position: fixed; backdrop-filter: blur(1.5px); background: rgb(0, 0, 0, 0.50); top: 0; left: 0; width: 100%; height: 100%; } .popup-position { display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: center; flex-wrap: nowrap; } .popup-ico-info { background: white; border: solid 1px #e1e0e0; border-radius: 5px; box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.40); padding: 15px; max-width: 950px; } .showIcoName{ font-size: 20px; } .closeIcoPopup { font-size: 17px; cursor: pointer; } .icon-display { display: flex; justify-content: center; min-height: 200px; border: solid 1px silver; border-radius: 5px; align-items: center; } .icons-inline { display: flex; align-items: flex-end; } .code-type { position: absolute; top: -1px; right: 20px; font-size: 13px; text-align: center; border-radius: 0px 0px 7px 7px; padding: 2px 10px; color: #001c40; background: white; } .code-note { font-size: 12px; line-height: 20px; padding: 15px 0px; } .code-display { position: relative; text-align: left; min-height: 50px; border-radius: 7px 0px 0px 7px; padding: 25px 0px 10px 10px; color: #ff8c92; background: #001c40; } .code-copy { position: relative; text-align: center; min-height: 50px; border-radius: 0px 7px 7px 0px; padding: 8px; color: #001c40; background: white; border: solid 5px #001c40; font-size: 19px; cursor: pointer; transition: 0.3s; } .code-copy:hover { background: #ff8c92; font-size: 21px; transition: 0.3s; } .code-copy:active { background: #E30914; color: white; font-size: 21px; transition: 0.3s; } .code-copy:hover > .copy-tooltip { opacity: 1; transition: 0.3s; } .copy-tooltip { opacity: 0; position: absolute; top: -35px; right: 13px; background: #E30914; color: white; font-size: 12px; padding: 5px 10px; border-radius: 4px; transition: 0.3s; } .alert-note-construction { padding: 7px; margin: 20px 0px -7px 0px; } .alert-note-construction > i { margin-right: 10px; } .alert-note-construction > p { font-size: 12px; margin: 0px; } #showIcoDesign { font-size: 150px; display: block; } #showIcoDesign40 { font-size: 40px; display: block; } #showIcoDesign30 { font-size: 30px; display: block; } #showIcoDesign20 { font-size: 20px; display: block; } #showIcoDesign10 { font-size: 10px; display: block; }