Difference between revisions of "Template:2015CSS"

Line 345: Line 345:
  
  
.pop_why {
+
        .pop_why {
        position: fixed;
+
        position: fixed;
        border: 1px solid #f58631;
+
        border: 1px solid #f58631;
        width: 45px;
+
        width: 45px;
        color:#f58631;
+
        color:#f58631;
font-weight: bold;
+
        font-weight: bold;
text-align:center;
+
        text-align:center;
border-radius: 7px;
+
        border-radius: 7px;
}
+
        clear:both;
 +
        }
  
.pop_why:hover {
+
        .pop_why:hover {
        color: #fff;
+
        color: #fff;
        background-color:#f58631;
+
        background-color:#f58631;
font-weight: normal;
+
        font-weight: normal;
}
+
        }
  
.pop_why_div {
+
        .pop_why_div {
        position:fixed;
+
        position:fixed;
        margin: 0px 100px;
+
        margin: 0px 100px;
        top: 100px;
+
        top: 100px;
        width:400px;
+
        width:400px;
        color:black;
+
        color:black;
        background-color: white;
+
        background-color: white;
        border: 2px solid #f58631;
+
        border: 2px solid #f58631;
        border-radius: 5px;
+
        border-radius: 5px;
        padding: 10px 10px 10px 10px;
+
        padding: 10px 10px 10px 10px;
        text-align:left;
+
        text-align:left;
-webkit-box-shadow: -2px -2px 15px 2px rgba(50, 50, 50, 0.64);
+
        -webkit-box-shadow: -2px -2px 15px 2px rgba(50, 50, 50, 0.64);
-moz-box-shadow:    -2px -2px 15px 2px rgba(50, 50, 50, 0.64);
+
        -moz-box-shadow:    -2px -2px 15px 2px rgba(50, 50, 50, 0.64);
box-shadow:        -2px -2px 15px 2px rgba(50, 50, 50, 0.64);
+
        box-shadow:        -2px -2px 15px 2px rgba(50, 50, 50, 0.64);
 +
        }
  
}
 
 
</style>
 
</style>
  

Revision as of 21:46, 5 February 2015