Skip to content

Commit

Permalink
• Move Remind Styles to the Bundle
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Remind.tmbundle@5726 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Soryu committed Oct 29, 2006
1 parent a234969 commit 4856a9e
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Support/css/bright/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* ================ */
/* = Remind Table = */
/* ================ */

.bright .remind_table td {
background-color: #D0D0D0;
}

.bright .remind_table .cell {
background-color: #FFFFFF;
}

.bright .remind_table #nada {
background-color: #F8F8F8;
}

.bright .remind_table #today {
background-color: #FED7FA;
border: 2px solid #98268B;
}

21 changes: 21 additions & 0 deletions Support/css/dark/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* ================ */
/* = Remind Table = */
/* ================ */

.dark .remind_table td {
background-color: #303030;
}

.dark .remind_table .cell {
background-color: #000000;
}

.dark .remind_table #nada {
background-color: #080808;
}

.dark .remind_table #today {
background-color: #250722;
border: 2px solid #98268B;
}

17 changes: 17 additions & 0 deletions Support/css/default/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* ================ */
/* = Remind Table = */
/* ================ */

.remind_table {
font-size: 10px;
font-family: "LuxiMono", "Bitstream Vera Sans Mono", "Monaco", monospace;
}

.remind_table .numeral {
text-align: right;
margin-bottom: 0.5em;
}

.pro_table.remind_table table td {
border: none;
}
21 changes: 21 additions & 0 deletions Support/css/halloween/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* ================ */
/* = Remind Table = */
/* ================ */

.halloween .remind_table td {
background-color: #303030;
}

.halloween .remind_table .cell {
background-color: #000000;
}

.halloween .remind_table #nada {
background-color: #080808;
}

.halloween .remind_table #today {
background-color: #250722;
border: 2px solid #98268B;
}

21 changes: 21 additions & 0 deletions Support/css/shiny/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* ================ */
/* = Remind Table = */
/* ================ */

.shiny .remind_table td {
background-color: #303030;
}

.shiny .remind_table .cell {
background-color: #000000;
}

.shiny .remind_table #nada {
background-color: #080808;
}

.shiny .remind_table #today {
background-color: #250722;
border: 2px solid #98268B;
}

0 comments on commit 4856a9e

Please sign in to comment.