aboutsummaryrefslogtreecommitdiff
path: root/cydia/assets/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'cydia/assets/css/index.css')
-rwxr-xr-xcydia/assets/css/index.css91
1 files changed, 91 insertions, 0 deletions
diff --git a/cydia/assets/css/index.css b/cydia/assets/css/index.css
new file mode 100755
index 0000000..8c35797
--- /dev/null
+++ b/cydia/assets/css/index.css
@@ -0,0 +1,91 @@
+.packages-container {
+ max-width: 1236px;
+ margin: 20px auto;
+}
+
+img[alt*="www.000webhost.com"] {
+ display: none;}
+
+.package-container {
+ width: 28%;
+ min-width: 320px !important;
+ margin: 2.15%;
+ display: inline-block;
+}
+
+.package-label {
+ display: block;
+ text-align: left;
+ font-weight: 600;
+ color: #111;
+ font-size: 15px;
+ line-height: 1.2;
+}
+
+.package-label-value {
+ text-align: right;
+ font-size: 13px;
+ padding-top: 1px;
+ padding-bottom: 1px;
+ color: #777;
+ float: right;
+}
+
+@media only screen
+and (min-device-width : 320px)
+and (max-device-width : 480px) {
+ .package-container {
+ max-width: 100%;
+ width: 100%;
+ padding: 0px;
+ display: inline-block;
+ margin: 0px;
+ }
+}
+
+/* Smartphones (landscape) ----------- */
+@media only screen
+and (min-width : 321px) {
+ /* Styles */
+}
+
+/* Smartphones (portrait) ----------- */
+@media only screen
+and (max-width : 320px) {
+ /* Styles */
+}
+
+/* iPads (portrait and landscape) ----------- */
+@media only screen
+and (min-device-width : 768px)
+and (max-device-width : 1024px) {
+ /* Styles */
+}
+
+/* iPads (landscape) ----------- */
+@media only screen
+and (min-device-width : 768px)
+and (max-device-width : 1024px)
+and (orientation : landscape) {
+ /* Styles */
+}
+
+/* iPads (portrait) ----------- */
+@media only screen
+and (min-device-width : 768px)
+and (max-device-width : 1024px)
+and (orientation : portrait) {
+ /* Styles */
+}
+
+/* Desktops and laptops ----------- */
+@media only screen
+and (min-width : 1224px) {
+ /* Styles */
+}
+
+/* Large screens ----------- */
+@media only screen
+and (min-width : 1824px) {
+ /* Styles */
+}