מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

מתוך Math-Wiki
(יצירת דף עם התוכן ".targable:target { background-color:#DEF; }")
 
אין תקציר עריכה
 
שורה 1: שורה 1:
.targable:target {
.targable:target {
   background-color:#DEF;
   background-color:#DEF;
}
table.userCourses {
  border:solid 3px #CCC;
  border-spacing:0;
  border-radius:10px;
  text-align:right;
  margin:auto;
}
table.userCourses tr:first-child {
  background-image:linear-gradient(top, #CCC, white);
  background-image:-moz-linear-gradient(top, #CCC, white);
  background-image:-webkit-linear-gradient(center top, #CCC, white);
  background-image:-ms-linear-gradient(center top, #CCC, white);
  background-image:-webkit-gradient(linear, center top, center bottom, from(#CCC), to(white));
}
table.userCourses td, table.userCourses th {
  text-align: right;
  border:1px solid #CCC;
}
tr.formulasTr td {
  border-bottom: 1px solid transparent;
}
tr.formulasTr:hover td {
  border-bottom:1px solid #DEF;
}
}

גרסה אחרונה מ־18:15, 5 באוגוסט 2012

.targable:target {
   background-color:#DEF;
}

table.userCourses {
   border:solid 3px #CCC;
   border-spacing:0;
   border-radius:10px;
   text-align:right;
   margin:auto;
}

table.userCourses tr:first-child {
   background-image:linear-gradient(top, #CCC, white);
   background-image:-moz-linear-gradient(top, #CCC, white);
   background-image:-webkit-linear-gradient(center top, #CCC, white);
   background-image:-ms-linear-gradient(center top, #CCC, white);
   background-image:-webkit-gradient(linear, center top, center bottom, from(#CCC), to(white));
}

table.userCourses td, table.userCourses th {
   text-align: right;
   border:1px solid #CCC;
}

tr.formulasTr td {
   border-bottom: 1px solid transparent;
}

tr.formulasTr:hover td {
   border-bottom:1px solid #DEF;
}