Guild Wars stat tracking The idea behind this is to track multiple characters individual stats as well as account stats.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

90 Zeilen
2.1 KiB

  1. body { background-color: #DDD; }
  2. .content {
  3. background-color: #f5f5f5;
  4. padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;
  5. margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;
  6. }
  7. a.navlink:link { color: #003366; font-weight: bold; text-decoration: none; }
  8. a.navlink:visited { color: #003366; font-weight: bold; text-decoration: none; }
  9. a.navlink:hover { color: #CCCCCC; font-weight: bold; text-decoration: none; }
  10. table td {
  11. font-family: Tahoma; font-size: 13px;
  12. display: table-cell;
  13. vertical-align: center;
  14. text-align: center;
  15. }
  16. .title {
  17. font-size: 24px; font-weight: normal; color: #FFFFFF;
  18. margin-top: 5px; margin-bottom: 5px; margin-left: 20px;
  19. padding-top: 5px; padding-bottom: 5px; padding-left: 20px;
  20. }
  21. ul, li{
  22. margin:0;
  23. padding:0 0 0 15px;
  24. }
  25. .column {
  26. float: left;
  27. margin: 0 20px 0 0;
  28. }
  29. fieldset {
  30. padding: 1em;
  31. font:80%/1 sans-serif;
  32. }
  33. label {
  34. float:left;
  35. width:25%;
  36. margin-right:0.5em;
  37. padding-top:0.2em;
  38. text-align:right;
  39. font-weight:bold;
  40. }
  41. img.resize {
  42. width:220px;
  43. height:300px;
  44. }
  45. input {
  46. text-align: center;
  47. }
  48. .submitLink {
  49. background-color: transparent;
  50. text-decoration: underline;
  51. border: none;
  52. color: #003366;
  53. cursor: pointer;
  54. }
  55. submitLink:focus {
  56. outline: none;
  57. }
  58. .percentbar { background:#CCCCCC; border:1px solid #666666; height:10px; }
  59. .percentbar div { background: #28B8C0; height: 10px; }
  60. select.header {
  61. /*background: rgb(255, 255, 255);
  62. background: rgba(255, 255, 255, 0.2);*/
  63. color: red;
  64. }
  65. select *.profession-0 { background-color: #FFF; }
  66. select *.profession-1 { background-color: #FF8; }
  67. select *.profession-2 { background-color: #CF9; }
  68. select *.profession-3 { background-color: #ACF; }
  69. select *.profession-4 { background-color: #9FC; }
  70. select *.profession-5 { background-color: #DAF; }
  71. select *.profession-6 { background-color: #FBB; }
  72. select *.profession-7 { background-color: #FCE; }
  73. select *.profession-8 { background-color: #BFF; }
  74. select *.profession-9 { background-color: #FC9; }
  75. select *.profession-10 { background-color: #DDF; }