Difference between revisions of "Template:Edinburgh practices"

Line 302: Line 302:
 
     position: absolute;
 
     position: absolute;
 
     left: 50%;
 
     left: 50%;
     border: 7px solid #2B040A;
+
     border: 7px solid #fff;
 
     border-radius: 100%;
 
     border-radius: 100%;
     background-color: #2B040A;
+
     background-color: #fff;
     box-shadow: 0 0 5px #2B040A;
+
     box-shadow: 0 0 5px #fff;
 
     width: 200px;
 
     width: 200px;
 
     height: 200px;
 
     height: 200px;
Line 370: Line 370:
 
     width: 4px;
 
     width: 4px;
 
     height:340px;
 
     height:340px;
     background-color: #2B040A;
+
     background-color: #fff;
 
     -ms-transform: rotate(-44deg); /* IE 9 */
 
     -ms-transform: rotate(-44deg); /* IE 9 */
 
     -webkit-transform: rotate(-44deg); /* Safari */
 
     -webkit-transform: rotate(-44deg); /* Safari */
 
     transform: rotate(-44deg);
 
     transform: rotate(-44deg);
     box-shadow: 0 0 5px #2B040A;
+
     box-shadow: 0 0 5px #fff;
 
}
 
}
 
/*Style for odd div.line*/
 
/*Style for odd div.line*/
Line 385: Line 385:
 
     width: 4px;
 
     width: 4px;
 
     height:340px;
 
     height:340px;
     background-color: #2B040A;
+
     background-color: #fff;
 
     -ms-transform: rotate(44deg); /* IE 9 */
 
     -ms-transform: rotate(44deg); /* IE 9 */
 
     -webkit-transform: rotate(44deg); /* Safari */
 
     -webkit-transform: rotate(44deg); /* Safari */
 
     transform: rotate(44deg);
 
     transform: rotate(44deg);
     box-shadow: 0 0 5px #2B040A;
+
     box-shadow: 0 0 5px #fff;
 
}
 
}
 
/* Medium Devices, .visible-md-* */
 
/* Medium Devices, .visible-md-* */

Revision as of 18:27, 10 September 2015