-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #4544 - Rename default-datasource extension to datasource exten…
…sion (#4554)
- Loading branch information
Showing
14 changed files
with
98 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
/* Set the background color to black */ | ||
body { | ||
background-color: black; | ||
color: white; | ||
} | ||
|
||
/* Style headers with gold color */ | ||
h1, h2, h3, h4, h5, h6 { | ||
color: goldenrod; | ||
} | ||
|
||
/* Style links with gold color */ | ||
a { | ||
color: goldenrod; | ||
} | ||
|
||
/* Style navigation menu with black background and gold text */ | ||
.navbar, .navbar-default { | ||
background-color: black; | ||
color: goldenrod; | ||
} | ||
|
||
.navbar a { | ||
color: goldenrod; | ||
} | ||
|
||
/* Style footer with black background and gold text */ | ||
footer { | ||
background-color: black; | ||
color: goldenrod; | ||
} | ||
|
||
#breadcrumbs { | ||
background-color: black; | ||
color: goldenrod; | ||
} | ||
|
||
#breadcrumbs ul { | ||
background-color: black; | ||
} | ||
|
||
#breadcrumbs li { | ||
background-color: black; | ||
color: goldenrod; | ||
} | ||
|
||
#breadcrumbs a { | ||
color: goldenrod; | ||
} | ||
|
||
#breadcrumbs .divider { | ||
color: goldenrod; | ||
} | ||
|
||
#publishDate { | ||
color: goldenrod; | ||
background-color: black; | ||
} | ||
|
||
.nav.nav-list { | ||
background-color: black; | ||
color: goldenrod; | ||
} | ||
|
||
.nav.nav-list a { | ||
color: goldenrod; | ||
} | ||
|
||
.nav.nav-list .active { | ||
background-color: black; | ||
font-style: italic; | ||
border: none; | ||
box-shadow: none; | ||
outline: none; | ||
} | ||
|
||
.sidebar-nav { | ||
background-color: black; | ||
color: goldenrod; | ||
border: none; | ||
} | ||
|
||
.sidebar-nav a { | ||
color: goldenrod; | ||
} | ||
|
||
.well.sidebar-nav { | ||
border: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,4 +62,4 @@ | |
<version>2.0.0</version> | ||
</skin> | ||
<version position="left"/> | ||
</project> | ||
</project> |