Kenneth John Odle kjodle
kjodle pushed to main at kjodle/portage 2021-08-01 20:57:03 +00:00
a02b12212c Fixed html santization
kjodle opened issue kjodle/portage#6 2021-08-01 20:56:17 +00:00
portage_edit_post_link setting is not working
kjodle opened issue kjodle/portage#5 2021-08-01 20:56:06 +00:00
portage_display_credits setting is not working
kjodle opened issue kjodle/portage#4 2021-08-01 20:55:53 +00:00
portage_display_copyright setting is not working
kjodle opened issue kjodle/portage#3 2021-08-01 20:55:28 +00:00
Widget areas in are not displaying
kjodle opened issue kjodle/portage#2 2021-08-01 20:47:09 +00:00
Numerous printf() issues
kjodle pushed to main at kjodle/portage 2021-08-01 20:14:13 +00:00
6a75da7aae Changed namespace in functions files
5b7c2f0cd6 Centered footer menu
5421708bd5 Centered social media menu
Compare 3 commits »
kjodle commented on issue kjodle/portage#1 2021-08-01 19:59:58 +00:00
Center the primary menu

Changed this in menus.css:

#footermenu {
  font-family: sans-serif;
  background: #333333;
  }

to this:

#footermenu {
  font-family: sans-serif;
  background: #333333;
 …
kjodle pushed to main at kjodle/portage 2021-08-01 19:50:43 +00:00
0b592dbf6c Added sidebar opacity on hover
kjodle pushed to main at kjodle/portage 2021-08-01 19:44:05 +00:00
50d0159d56 Centered primary menu and fixed borders and backgrounds
kjodle commented on issue kjodle/portage#1 2021-08-01 19:43:03 +00:00
Center the primary menu

Change this in style.css:

#container {
    margin: 0px auto;
    max-width: 1000px;
    min-width: 700px;
    width: 80%;
    background: #ffffff;
    padding: 20px;
}

to…

kjodle commented on issue kjodle/portage#1 2021-08-01 19:38:50 +00:00
Center the primary menu

Changed this in menus.css:

#belowheadermenu {
	font-family: serif;
	background: #fff;
	border-top: solid 0.15em #ddd;
	width: 50%;
	margin: 0 auto;
}

to…

kjodle commented on issue kjodle/portage#1 2021-08-01 19:37:19 +00:00
Center the primary menu

Changed this in style.css:

body > header {
	border-bottom: solid 1px #444;
	background: #ffffff;
}

to this:

body > header {
	background: #ffffff;
}
kjodle commented on issue kjodle/portage#1 2021-08-01 19:35:19 +00:00
Center the primary menu

Changed this in menus.css:

#belowheadermenu {
	font-family: serif;
	background: #fff;
	border-top: solid 1px #333;
	width: 50%;
	margin: 0 auto;
}

to…

kjodle commented on issue kjodle/portage#1 2021-08-01 19:31:36 +00:00
Center the primary menu

Changed this in style.css:

nav#top-menu,
nav#primary-menu {
	font-size: 0.9em;
	z-index: 100;
	width: 50%; /* Need to set this via a variable */
	margin: 0 auto;
}

to…

kjodle commented on issue kjodle/portage#1 2021-08-01 19:28:58 +00:00
Center the primary menu

Changed this in style.css:

nav#top-menu,
nav#primary-menu {
	background: #fafafa;
	font-size: 0.9em;
	z-index: 100;
	width: 50%; /* Need to set this via a variable */
	margin: 0…
kjodle pushed to main at kjodle/portage 2021-08-01 18:46:01 +00:00
29eadc0c3a Centering the primary menu
kjodle commented on issue kjodle/portage#1 2021-08-01 18:45:29 +00:00
Center the primary menu

That seems to have done the trick. Now just need to work on border and background issues.

kjodle commented on issue kjodle/portage#1 2021-08-01 18:45:03 +00:00
Center the primary menu

Changed this in menus.css:

#belowheadermenu,
#belowheadermenu ul,
#belowheadermenu ul li,
#belowheadermenu ul li a,
#belowheadermenu #menu-button {
  margin: 0;
  padding: 0;
  border:…
kjodle commented on issue kjodle/portage#1 2021-08-01 18:40:28 +00:00
Center the primary menu

Changed this:

nav#top-menu,
nav#primary-menu {
	background: #fafafa;
	font-size: 0.9em;
	z-index: 100;
}

to this:

nav#top-menu,
nav#primary-menu {
	background:…