A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

24 行
352B

  1. .tabnav {
  2. background-color: $tabnav-bg;
  3. color: $tabnav-text;
  4. li {
  5. display: inline;
  6. }
  7. a {
  8. padding: 0 10px;
  9. text-decoration: none;
  10. }
  11. div.tab-content {
  12. background-color: $tabnav-content-bg;
  13. color: $tabnav-content-text;
  14. }
  15. }
  16. .tab-selected {
  17. background-color: $tabnav-content-bg;
  18. color: $tabnav-content-text;
  19. }