Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions css/pha_theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#menu-bar {
background: #00BFFF;
padding: 0;
}

#powerby-login {
display: none;
}

#footer {
background-color: #ffffff;
}
#column {width: 100%}
9 changes: 0 additions & 9 deletions css/starterkit-ie.css

This file was deleted.

33 changes: 0 additions & 33 deletions css/starterkit.css

This file was deleted.

21 changes: 0 additions & 21 deletions css/starterkit.layout.css

This file was deleted.

Binary file added favicon.ico
Binary file not shown.
Binary file removed images/body_bg.png
Binary file not shown.
Binary file removed images/main_nav_bg.png
Binary file not shown.
3 changes: 3 additions & 0 deletions js/pha_theme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
jQuery(document).ready(function($) {

});
1 change: 0 additions & 1 deletion js/starterkit.js

This file was deleted.

38 changes: 18 additions & 20 deletions starterkit.flav → pha_theme.flav
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
; Any line below preceeded by semicolon is a comment. Some optional
; directives are commented out, but you're welcome to use them by
; removing the comment. The directives that are not commented out by
; default are required for your theme to work correctly.

;----------// Theme Information

name = Starterkit
description = A brief description about the theme.
module = cleanblue
screenshot = screenshot.png

;----------// Stylesheets

css[] = css/starterkit.css
; css[] = css/starterkit.layout.css
: ie_stylesheets[screen][lt IE 9][] = css/starterkit-ie.css

; scripts[] = js/starterkit.js

; Any line below preceeded by semicolon is a comment. Some optional
; directives are commented out, but you're welcome to use them by
; removing the comment. The directives that are not commented out by
; default are required for your theme to work correctly.

;----------// Theme Information

name = Custom PHA Theme
description = A brief description about the theme.
module = hwpi_onepage
screenshot = screenshot.png

;----------// Stylesheets

css[] = css/pha_theme.css


scripts[] = js/pha_theme.js
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<header>
<h1>The Planetary Health Alliance</h1>
</header>
<body>
<p>Join us!</p>
</body>
</html>