Difference between revisions of "MediaWiki:Mobile.css"

From Destiny 1 Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the mobile site: .radical { padding: 0; margin: 10px -10px 0 -10px; } table.sharp1 { table-layout: fixed; border-collapse: ...")
 
 
(64 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  
.radical {
+
table.sweet1 td{
   padding: 0;
+
   border: 1px solid white;
  margin: 10px -10px 0 -10px;
+
 
}
 
}
  
table.sharp1 {
+
.Destiny {
  table-layout: fixed;
+
    background:#eab267;
  border-collapse: separate;
+
    background:linear-gradient(to bottom, #eab267 0%, #f8d281  100%);
  border-spacing: 10px;
+
  margin: -10px 0 0 0;
+
  padding: 0;
+
  width: 100%;
+
 
}
 
}
  
.dull1 {
+
.Destiny2 {
  border: 3px double #bbc2ca;
+
    background:#939aa4;
  margin: 0 0 10px 0;
+
    background:linear-gradient(to bottom, #939aa4 0%, #bbc2ca  100%);
  padding: 3px 6px;
+
  vertical-align: top;
+
 
}
 
}
  
.dull1 .heading {
+
.Destiny3 {
  margin: 0 0 0px 0;
+
    background:#254b72;
  padding: 5px 0 10px 0;
+
    background:linear-gradient(to bottom, #254b72 0%, #6f97b0  100%);
 
}
 
}
  
.dull1 .body {
+
p.white {
  height: 100%;
+
  color:#FFFFFF;
  margin: 0 0 0 0;
+
  padding: 5px 5px 0px 10px;
+
 
}
 
}
  
.dull2 {
+
table {
   border: 3px double #eab267;
+
   background: #FFFFFF;
   margin: 0 0 10px 0;
+
   color: #000000;
   padding: 3px 6px;
+
   padding: 1px;
   vertical-align: top;
+
   margin: auto;
 +
  margin-bottom: 3px;
 
}
 
}
  
.dull2 .heading {
+
table td, table th {
  margin: 0 0 0px 0;
+
    border: 1px solid #000000;
  padding: 5px 0 10px 0;
+
    padding: 0px;
 
}
 
}
  
.dull2 .body {
+
.images1 {
   height: 100%;
+
   valign: top;
 +
  align: left;
 +
}
 +
 
 +
table.sweet1 {
 
   margin: 0 0 0 0;
 
   margin: 0 0 0 0;
  padding: 5px 5px 0px 10px;
+
 
 
}
 
}

Latest revision as of 13:17, 23 February 2015

/* CSS placed here will affect users of the mobile site */

table.sweet1 td{
  border: 1px solid white;
}

.Destiny {
    background:#eab267;
    background:linear-gradient(to bottom, #eab267 0%, #f8d281  100%);
}

.Destiny2 {
    background:#939aa4;
    background:linear-gradient(to bottom, #939aa4 0%, #bbc2ca  100%);
}

.Destiny3 {
    background:#254b72;
    background:linear-gradient(to bottom, #254b72 0%, #6f97b0  100%);
}

p.white {
   color:#FFFFFF;
}

table {
  background: #FFFFFF;
  color: #000000;
  padding: 1px;
  margin: auto; 
  margin-bottom: 3px;
}

table td, table th {
    border: 1px solid #000000;
    padding: 0px;
}

.images1 {
  valign: top;
  align: left;
}

table.sweet1 {
  margin: 0 0 0 0;

}