Changeset 1470:e0422863bf62 for admin/style
- Timestamp:
- 08/19/13 10:49:10 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1468 r1470 481 481 #icons a img { 482 482 padding: 2em; 483 background: #eee; 484 border-radius: 1.6rem; 485 box-shadow: 0 3px 3px 0 #ccc; 486 margin-bottom: .6rem; 483 margin-bottom: .3em; 484 -moz-box-shadow: 0px 1px 0px 0px #ffffff; 485 -webkit-box-shadow: 0px 1px 0px 0px #ffffff; 486 box-shadow: 0px 1px 0px 0px #ffffff; 487 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) ); 488 background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% ); 489 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9'); 490 background-color:#f9f9f9; 491 -moz-border-radius:1em; 492 -webkit-border-radius:1em; 493 border-radius:1em; 494 border:1px solid #dcdcdc; 495 display:inline-block; 487 496 } 488 497 #icons a img:hover, #icons a:focus img { 489 background -color: #BBDB58;498 background: #BBDB58; 490 499 } 491 500 #icons a:focus span, #icons a:hover span { … … 501 510 #quick p.qinfo { 502 511 margin: -.7em -1em 1em; 503 background: # eef url(info.png) no-repeat .2em .2em;512 background: #f3f3ff url(info.png) no-repeat .2em .2em; 504 513 border: 1px solid #99f; 505 514 padding: .2em 1em .1em 24px; … … 1209 1218 } 1210 1219 table.settings th, table.prefs th { 1211 background: # eef;1220 background: #f3f3ff; 1212 1221 } 1213 1222 table.settings th:first-child, table.prefs th:first-child { … … 1428 1437 text-decoration: none; 1429 1438 padding: .1em .5em; 1430 text-shadow: 0 1px 1px rgba(0,0,0,.3);1431 1439 border-radius: .2em; 1432 1440 margin-bottom: .1em; 1433 } 1441 font-size: 1.2rem; 1442 } 1434 1443 h4 a.button {font-weight: normal;} 1435 1444 … … 1439 1448 a.submit { 1440 1449 color: #fff; 1441 border: 1px solid #2373A8; 1442 background: #2373A8; 1443 background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8)); 1444 background: -moz-linear-gradient(top, #2C8FD1, #2373A8); 1450 border: 1px solid #A2CBE9; 1451 text-shadow: 0 -1px 1px #3275bc; 1452 background:#25A6E1; 1453 background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 1454 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 1455 background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 1456 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); 1457 border:1px solid #1A87B9 1458 1445 1459 } 1446 1460 input[type=submit]:hover, … … 1450 1464 input[type=button]:focus, 1451 1465 a.submit:focus { 1452 background: #2373A8; 1453 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 1454 background: -moz-linear-gradient(top, #2373A8, #2C8FD1); 1455 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1'); 1466 background:#188BC0; 1467 background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 1468 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 1469 background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 1470 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 1456 1471 border: 1px solid #2C8FD1; 1457 1472 } … … 1465 1480 background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 1466 1481 background: -moz-linear-gradient(top, #f5f5f5, #dfdfdf); 1467 text-shadow: none;1482 text-shadow:1px 1px 0px #fff; 1468 1483 } 1469 1484 a.button:hover,
Note: See TracChangeset
for help on using the changeset viewer.