-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathios7css.css
executable file
·17 lines (16 loc) · 2.13 KB
/
ios7css.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Basic iOS 7 CSS // Apache 2 license // hbang.ws */
*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box}html{background:#efeff4}body{font:16px -apple-system-font,".Helvetica NeueUI","Helvetica Neue",sans-serif;margin:80px 0 35px 0;cursor:default;-webkit-user-select:none}h2,body>p{margin:15px;color:#6d6d72;font-size:14px;font-weight:400}h2 a,body>p a{color:inherit}h2{text-transform:uppercase;margin-bottom:5px}body>p{margin-top:-25px}a,button{color:#007aff;text-decoration:none}header{position:fixed;top:0;left:0;width:100%;height:44px;z-index:10;background:#f7f7f7;border-bottom:1px solid #c9c9cd}header h1{text-align:center;font-size:18px;line-height:44px;font-weight:500}ul{margin:5px 0 35px 0;list-style:none;background:#fff}ul:before,ul:after{content:"";display:block;height:1px;background:#c8c7cc}ul li{border-bottom:1px solid #c8c7cc;margin-left:15px}ul li:last-child{border-bottom:0}ul li>p,ul li>a,ul li>button{padding:13px 15px;margin-left:-15px}ul li>p+p,ul li>p+a,ul li>p+button,ul li>a+p,ul li>a+a,ul li>a+button,ul li>button+p,ul li>button+a,ul li>button+button{padding-top:0}ul li>a,ul li>button{display:block;color:#007aff;padding-right:30px;position:relative;z-index:2}ul li>a:after,ul li>button:after{content:"";display:block;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI5OSI+PHBvbHlnb24gcG9pbnRzPSIzNC43LDQ5LjcgMCw4NC40IDE1LjEsOTkuNSA2NC44LDQ5LjcgNDkuNywzNC43IDE1LjEsMCAwLDE1LjEiIHN0eWxlPSJmaWxsOiNjN2M3Y2MiLz48L3N2Zz4=");position:absolute;top:50%;right:15px;width:10px;height:13px;margin-top:-6.5px;background-size:100% 100%}ul li>button{font:inherit;width:100%;text-align:left}ul+p{margin-top:-25px}.cydia body{margin-top:35px}.cydia header{display:none}.cydia header+p{margin-top:-20px}.depiction{background:transparent}.depiction body{margin-top:0;margin-bottom:0}
/* This stuff below makes it visible on ios devices (more/less) */
input {
border: 2px solid #dadada;
border-radius: 7px;
}
textarea {
border: 2px solid #dadada;
border-radius: 7px;
}
.glowing-border:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}