This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
79 lines (66 loc) · 3.03 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
OCSLC WordPress Theme Project
Please refer to this readme for any updates to the files.
The goal of this project is to create a child theme of Darren Hoyt's Mimbo theme (http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/) that uses custom menus and an alternate method for post thumbnails, among other cosmetic changes.
The most recent version of Mimbo can be found in this repository in the /mimbo directory. Please note that this is *not* the way it would be in an actual WordPress environment...Mimbo would be in its' own directory -- this is just for convenience so people can have the same versions of the files for development purposes.
Changelog
-- 08/10/2011 --
-- Version 0.1 --
* initial commit
* renamed theme from My Awesome Child Theme to OCSLC
* changed Theme URI
* updated description slightly
* copied mimbo theme into ocslc directory for git repository
* reset background color to default
-- 08/19/2011 --
-- Version 0.1.1 --
* created images directory
* added OC logo and xmission credit to images directory
* added logo to header.php (needs work) and changed h1 style
* fixed logo positioning
* added additional h1 styling
* moved description to the right side
* cleaned up search bar position
* updated footer and added xmission credit
* added new function to create a meta box on pages for featured content (for the home page)
* created new home page template, keeping the mimbo layout but ripping out the custom loop stuff
-- Version 0.2.1 --
* added widgetized sidebar for home page layout
* changed p and ul styling
* removed category title in sidebar
* added page.php template without comment block
* added webfont
* added desryl.css to main css
* moved mimbo dropdown.js script to functions.php with wp_register_script
* used automatic-feed-links instead of old fashioned feed links
* ded droid sans import via wp_register_style
-- Version 0.2.2 --
* fixed typo
* changed position of title
* changed #masthead padding
* changed #description margins
* updated version to 0.5
-- 08/23/2011 --
-- Version 0.5.1 --
* moved search box to the sidebar
* some css resets and adjustments to accomodate new search box position
* added some h3 styles for home page headings
* added favicon
-- 09/05/2011 --
-- Version 0.5.2 --
* added additional help text to home page meta box
* changed font and font style in dropdown menus
* changed background color and borders in top dropdown menu
* applied styles to subnav bar
* added hover color to dropdown menus
* applied font to h3 tags
* changed body background color
* removed border from wrapper
* changed lead box background color
* removed hover styles from lead box (actually did this a few commits ago)
* removed border from lead box
* calling this done...
* removed mimbo directory from theme folder
-- Version 1.0 --
-- 11/1/2011 --
-- Version 1.0.1 --
* copied the modified featured cat sidebar from page-home.php to index.php so the blog page can have the same sidebar and when/if the home page is also the blog page.