Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
12bfd08e
Commit
12bfd08e
authored
Jan 27, 2012
by
shammash
Committed by
agata
Oct 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add noblogs-home theme
parent
5a3a889c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
74 additions
and
0 deletions
+74
-0
wp-content/themes/noblogs-home/functions.php
wp-content/themes/noblogs-home/functions.php
+32
-0
wp-content/themes/noblogs-home/images/animation.gif
wp-content/themes/noblogs-home/images/animation.gif
+0
-0
wp-content/themes/noblogs-home/style.css
wp-content/themes/noblogs-home/style.css
+42
-0
No files found.
wp-content/themes/noblogs-home/functions.php
0 → 100644
View file @
12bfd08e
<?php
function
noblogs_bp_about
()
{
?>
<div
id=
"noblogs_about"
>
<table
border=
"0"
>
<tr>
<td
class=
"apicetto_sx"
>
“
</td>
<td
class=
"about_text"
>
... una piattaforma di blogging
<a
href=
"/policy/"
>
libera ed anonima
</a>
,
a cura del collettivo
<a
href=
"http://www.autistici.org/"
>
Autistici /
Inventati
</a>
.
</td>
<td
class=
"apicetto_dx"
>
„
</td>
</tr>
</table>
</div>
<?php
}
if
(
$_GET
[
'test_home'
]
==
'1'
)
{
add_action
(
'bp_before_blog_home'
,
'noblogs_bp_about'
);
}
wp-content/themes/noblogs-home/images/animation.gif
0 → 100644
View file @
12bfd08e
44.6 KB
wp-content/themes/noblogs-home/style.css
0 → 100644
View file @
12bfd08e
/*
Theme Name: NoBlogs Home (Buddypress)
Theme URI: http://noblogs.org/
Description: NoBlogs home page theme.
Version: 1.0
Author: autistici.org
Author URI: http://www.autistici.org/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/
/* Inherit the default theme styles */
@import
url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css )
;
/* Inherit the default theme adminbar styles */
@import
url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css )
;
#noblogs_about
{
height
:
200px
;
background
:
url(/wp-content/themes/noblogs-home/images/animation.gif)
no-repeat
;
padding-left
:
170px
;
padding-top
:
40px
;
font-family
:
Helvetica
,
arial
,
sans-serif
;
font-size
:
28px
;
line-height
:
1.2em
;
}
#noblogs_about
.apicetto_sx
{
vertical-align
:
top
;
font-size
:
48px
;
color
:
#666
;
}
#noblogs_about
.about_text
{
}
#noblogs_about
.apicetto_dx
{
font-size
:
48px
;
color
:
#666
;
vertical-align
:
bottom
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment