mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Styling story detail.
This commit is contained in:
parent
b2571f77fe
commit
ff8e07da45
7 changed files with 385 additions and 340 deletions
|
@ -104,7 +104,7 @@ static UIFont *textFont = nil;
|
|||
|
||||
UIColor *textColor = highlighted ?
|
||||
[UIColor blackColor]:
|
||||
UIColorFromRGB(0x4a4a4a);
|
||||
UIColorFromRGB(0x3a3a3a);
|
||||
|
||||
[textColor set];
|
||||
UIFont *font;
|
||||
|
|
|
@ -156,7 +156,6 @@
|
|||
|
||||
// set up layout values based on iPad/iPhone
|
||||
headerString = [NSString stringWithFormat:@
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"reader.css\" >"
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"storyDetailView.css\" >"
|
||||
"<meta name=\"viewport\" id=\"viewport\" content=\"width=%i, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"/>",
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1536</int>
|
||||
<int key="IBDocument.SystemTarget">1552</int>
|
||||
<string key="IBDocument.SystemVersion">12C3006</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">2840</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
|
||||
<string key="IBDocument.AppKitVersion">1187.34</string>
|
||||
<string key="IBDocument.HIToolboxVersion">625.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="NS.object.0">1926</string>
|
||||
<string key="NS.object.0">2083</string>
|
||||
</object>
|
||||
<array key="IBDocument.IntegratedClassDependencies">
|
||||
<string>IBProxyObject</string>
|
||||
|
@ -104,8 +104,8 @@
|
|||
</object>
|
||||
</array>
|
||||
<object class="NSColor" key="IBUITintColor">
|
||||
<int key="NSColorSpace">1</int>
|
||||
<bytes key="NSRGB">MC4yMjcwMjkxMjggMC4zNjIxMzU3NzY0IDAuNDU2NTIxNzM5MQA</bytes>
|
||||
<int key="NSColorSpace">2</int>
|
||||
<bytes key="NSRGB">MC45MDk4MDM5ODY1IDAuOTE3NjQ3MTIzMyAwLjg5NDExNzcxMwA</bytes>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBUIView" id="415445951">
|
||||
|
@ -114,6 +114,7 @@
|
|||
<string key="NSFrame">{{125, 417}, {70, 43}}</string>
|
||||
<reference key="NSSuperview" ref="179724038"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView"/>
|
||||
<string key="NSReuseIdentifierKey">_NS:9</string>
|
||||
<bool key="IBUIOpaque">NO</bool>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
|
@ -5699,6 +5700,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE</bytes>
|
|||
<string key="shareViewController">ShareViewController</string>
|
||||
<string key="storyDetailViewController">StoryDetailViewController</string>
|
||||
<string key="storyPageControl">StoryPageControl</string>
|
||||
<string key="trainerViewController">TrainerViewController</string>
|
||||
<string key="userProfileViewController">UserProfileViewController</string>
|
||||
<string key="window">UIWindow</string>
|
||||
</dictionary>
|
||||
|
@ -5795,6 +5797,10 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE</bytes>
|
|||
<string key="name">storyPageControl</string>
|
||||
<string key="candidateClassName">StoryPageControl</string>
|
||||
</object>
|
||||
<object class="IBToOneOutletInfo" key="trainerViewController">
|
||||
<string key="name">trainerViewController</string>
|
||||
<string key="candidateClassName">TrainerViewController</string>
|
||||
</object>
|
||||
<object class="IBToOneOutletInfo" key="userProfileViewController">
|
||||
<string key="name">userProfileViewController</string>
|
||||
<string key="candidateClassName">UserProfileViewController</string>
|
||||
|
@ -6185,6 +6191,57 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE</bytes>
|
|||
<string key="minorKey">./Classes/StoryPageControl.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">TrainerViewController</string>
|
||||
<string key="superclassName">BaseViewController</string>
|
||||
<object class="NSMutableDictionary" key="actions">
|
||||
<string key="NS.key.0">doCloseDialog:</string>
|
||||
<string key="NS.object.0">id</string>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="actionInfosByName">
|
||||
<string key="NS.key.0">doCloseDialog:</string>
|
||||
<object class="IBActionInfo" key="NS.object.0">
|
||||
<string key="name">doCloseDialog:</string>
|
||||
<string key="candidateClassName">id</string>
|
||||
</object>
|
||||
</object>
|
||||
<dictionary class="NSMutableDictionary" key="outlets">
|
||||
<string key="appDelegate">NewsBlurAppDelegate</string>
|
||||
<string key="closeButton">UIBarButtonItem</string>
|
||||
<string key="navBar">UINavigationBar</string>
|
||||
<string key="webView">TrainerWebView</string>
|
||||
</dictionary>
|
||||
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
|
||||
<object class="IBToOneOutletInfo" key="appDelegate">
|
||||
<string key="name">appDelegate</string>
|
||||
<string key="candidateClassName">NewsBlurAppDelegate</string>
|
||||
</object>
|
||||
<object class="IBToOneOutletInfo" key="closeButton">
|
||||
<string key="name">closeButton</string>
|
||||
<string key="candidateClassName">UIBarButtonItem</string>
|
||||
</object>
|
||||
<object class="IBToOneOutletInfo" key="navBar">
|
||||
<string key="name">navBar</string>
|
||||
<string key="candidateClassName">UINavigationBar</string>
|
||||
</object>
|
||||
<object class="IBToOneOutletInfo" key="webView">
|
||||
<string key="name">webView</string>
|
||||
<string key="candidateClassName">TrainerWebView</string>
|
||||
</object>
|
||||
</dictionary>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">./Classes/TrainerViewController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">TrainerWebView</string>
|
||||
<string key="superclassName">UIWebView</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">./Classes/TrainerWebView.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UserProfileViewController</string>
|
||||
<string key="superclassName">UIViewController</string>
|
||||
|
@ -6199,6 +6256,6 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE</bytes>
|
|||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<string key="IBCocoaTouchPluginVersion">1926</string>
|
||||
<string key="IBCocoaTouchPluginVersion">2083</string>
|
||||
</data>
|
||||
</archive>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<key>application-identifier</key>
|
||||
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
|
||||
<key>get-task-allow</key>
|
||||
<false/>
|
||||
<true/>
|
||||
<key>keychain-access-groups</key>
|
||||
<array>
|
||||
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
|
||||
|
|
|
@ -373,7 +373,6 @@
|
|||
FF67D3B7168977690057A7DA /* TrainerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = FF67D3B6168977690057A7DA /* TrainerViewController.xib */; };
|
||||
FF67D3B916897AD80057A7DA /* TrainerViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = FF67D3B816897AD80057A7DA /* TrainerViewController~ipad.xib */; };
|
||||
FF67D3BB168A70630057A7DA /* trainer.css in Resources */ = {isa = PBXBuildFile; fileRef = FF67D3BA168A70630057A7DA /* trainer.css */; };
|
||||
FF67D3C0168A708D0057A7DA /* reader.css in Resources */ = {isa = PBXBuildFile; fileRef = FF67D3BC168A708D0057A7DA /* reader.css */; };
|
||||
FF67D3C1168A708D0057A7DA /* storyDetailView.css in Resources */ = {isa = PBXBuildFile; fileRef = FF67D3BD168A708D0057A7DA /* storyDetailView.css */; };
|
||||
FF67D3CC168A73380057A7DA /* storyDetailView.js in Resources */ = {isa = PBXBuildFile; fileRef = FF67D3BE168A708D0057A7DA /* storyDetailView.js */; };
|
||||
FF67D3CD168A73380057A7DA /* zepto.js in Resources */ = {isa = PBXBuildFile; fileRef = FF67D3BF168A708D0057A7DA /* zepto.js */; };
|
||||
|
@ -912,7 +911,6 @@
|
|||
FF67D3B6168977690057A7DA /* TrainerViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TrainerViewController.xib; sourceTree = "<group>"; };
|
||||
FF67D3B816897AD80057A7DA /* TrainerViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "TrainerViewController~ipad.xib"; path = "Resources-iPad/Classes/TrainerViewController~ipad.xib"; sourceTree = "<group>"; };
|
||||
FF67D3BA168A70630057A7DA /* trainer.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; name = trainer.css; path = ../static/trainer.css; sourceTree = "<group>"; };
|
||||
FF67D3BC168A708D0057A7DA /* reader.css */ = {isa = PBXFileReference; explicitFileType = text.css; fileEncoding = 4; name = reader.css; path = ../static/reader.css; sourceTree = "<group>"; };
|
||||
FF67D3BD168A708D0057A7DA /* storyDetailView.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; name = storyDetailView.css; path = ../static/storyDetailView.css; sourceTree = "<group>"; };
|
||||
FF67D3BE168A708D0057A7DA /* storyDetailView.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = storyDetailView.js; path = ../static/storyDetailView.js; sourceTree = "<group>"; };
|
||||
FF67D3BF168A708D0057A7DA /* zepto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = zepto.js; path = ../static/zepto.js; sourceTree = "<group>"; };
|
||||
|
@ -1378,7 +1376,6 @@
|
|||
431B857715A132BE00DCE497 /* css */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FF67D3BC168A708D0057A7DA /* reader.css */,
|
||||
FF67D3BD168A708D0057A7DA /* storyDetailView.css */,
|
||||
FF67D3BA168A70630057A7DA /* trainer.css */,
|
||||
);
|
||||
|
@ -2219,7 +2216,6 @@
|
|||
FF67D3B916897AD80057A7DA /* TrainerViewController~ipad.xib in Resources */,
|
||||
FF67D3BB168A70630057A7DA /* trainer.css in Resources */,
|
||||
FF67D3C1168A708D0057A7DA /* storyDetailView.css in Resources */,
|
||||
FF67D3C0168A708D0057A7DA /* reader.css in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -2454,8 +2450,8 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution: NewsBlur, Inc.";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: NewsBlur, Inc.";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer: Samuel Clay (3PN8E5365D)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Samuel Clay (3PN8E5365D)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
|
@ -2463,8 +2459,8 @@
|
|||
HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/**";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PROVISIONING_PROFILE = "548B341C-C438-40E2-943F-ACB87D42AED4";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "548B341C-C438-40E2-943F-ACB87D42AED4";
|
||||
PROVISIONING_PROFILE = "0E4D73FC-DFF6-4E38-BA47-4A3F5AC9C6A2";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "0E4D73FC-DFF6-4E38-BA47-4A3F5AC9C6A2";
|
||||
RUN_CLANG_STATIC_ANALYZER = YES;
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
|
@ -2476,8 +2472,8 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution: NewsBlur, Inc.";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: NewsBlur, Inc.";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer: Samuel Clay (3PN8E5365D)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Samuel Clay (3PN8E5365D)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
|
@ -2486,8 +2482,8 @@
|
|||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PROVISIONING_PROFILE = "548B341C-C438-40E2-943F-ACB87D42AED4";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "548B341C-C438-40E2-943F-ACB87D42AED4";
|
||||
PROVISIONING_PROFILE = "0E4D73FC-DFF6-4E38-BA47-4A3F5AC9C6A2";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "0E4D73FC-DFF6-4E38-BA47-4A3F5AC9C6A2";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
VALID_ARCHS = armv7;
|
||||
|
|
|
@ -1,309 +0,0 @@
|
|||
.NB-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment {
|
||||
border-top: 1px solid #A6A6A6;
|
||||
background:#f5f9fb;
|
||||
position: relative;
|
||||
padding: 0 12px 2px 64px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
min-height: 72px;
|
||||
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 1);shar
|
||||
}
|
||||
|
||||
.NB-story-share-profiles-comments-friends,
|
||||
.NB-story-share-profiles-comments-public {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.NB-story-share-profiles-shares-friends,
|
||||
.NB-story-share-profiles-shares-public {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-user-avatar {
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: 8px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-user-avatar.NB-story-comment-reshare {
|
||||
top: 22px;
|
||||
left: 6px;
|
||||
z-index: 1;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-user-avatar img {
|
||||
border-radius: 6px;
|
||||
margin: 0;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-user-avatar.NB-story-comment-reshare img {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-author-container {
|
||||
padding: 8px 0 0;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-reshares {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 8px;
|
||||
z-index: 0;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-reshares .NB-user-avatar {
|
||||
top: 8px;
|
||||
left: 26px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-username {
|
||||
float: left;
|
||||
font-size: 11px;
|
||||
color: #1D4BA6;
|
||||
font-weight: bold;
|
||||
margin: 0 4px 0 0;
|
||||
text-shadow: 0 -1px 0 #F0F0F0;
|
||||
cursor: pointer;
|
||||
line-height: 17px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-date {
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
color: #9D9D9D;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
line-height: 17px;
|
||||
margin: 0 0 0;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes {
|
||||
float: right;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-icon {
|
||||
float: right;
|
||||
background: transparent url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAGmSURBVCiRbZG/axRBHMXfzO7tbvYua+IFJQa0sRBs1IiQFIEIgvgDEUSs7CSFCJLaA1MJYjrFI5VgmkBiCDYWNgZJlaB/wgknxOT0Lnt7s7Mz852xOgzxXvne98OXxwMG6PXm3PSbzblbgzJ21Kit3mcT4ye34NyI0AeT87PvxeGcHwVGj0d34lJyJQ6Gz1myDwZ+eLpxOapGp8Y95lVPVM4sDUdjF8kSOmK3sZ81HhpGP4XMfi3e3eqx+tcnzyM/ngVjlzjjlcgvIy1aUEaiHIwg110oynNjzXep0h1OVjeMVTNJWK34Xoh2vous6ECoA7R6TRhSiEvJEFk1Rc40+OOZ+rtU7l9r9ZopA1BoAecsHIBcZ/B4CZ18L8uK9r3a9Y+LHADmry5/TmXrmabCDQUJFEkYKhD6EcgZ9FT77cKNT2sA4PfbO7jMWA3OfBwLxwDmILUAOQ1jSPbv/gHOnvdZiWlXQFulyGrle0GFgUFJOj0ImPgtmhCq+6or/6wbp1TIyzc9imq6oNH/AHJmZS/78fLF7S/fDu20/ah+4UMcJGf7xl8kb9PTscP82wAAAABJRU5ErkJggg==") no-repeat center center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: block;
|
||||
margin: 0 10px 0 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-user {
|
||||
float: right;
|
||||
margin: 2px 2px 0 0;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-user .NB-user-avatar {
|
||||
position: static;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-user img {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 2px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
#story_pane .NB-story-comment .NB-story-comment-location {
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
color: #BECDD7;
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
clear: both;
|
||||
margin: 3px 0 6px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-button-wrapper {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-story-comment-content {
|
||||
float: left;
|
||||
color: #303030;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
#story_pane .NB-story-comment-reply {
|
||||
border-top: 1px solid #E0E0E0;
|
||||
padding: 4px 0;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
position: relative;
|
||||
padding: 8px 0 4px 42px;
|
||||
line-height: 18px;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply .NB-story-comment-reply-photo {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment-reply-content {
|
||||
clear: both;
|
||||
color: #303030;
|
||||
padding: 2px 0 3px;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment-reply-form {
|
||||
padding-top: 11px;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-story-comment-reply-username {
|
||||
margin: 1px 8px 6px 0;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-story-comment-reply-comments {
|
||||
margin: 0 8px 4px 0;
|
||||
width: 62%;
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-modal-submit-button {
|
||||
float: left;
|
||||
font-size: 10px;
|
||||
padding: 2px 8px;
|
||||
line-height: 16px;
|
||||
margin: 0;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-error {
|
||||
font-size: 10px;
|
||||
color: #6A1000;
|
||||
padding: 4px 0 0;
|
||||
line-height: 14px;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
}
|
||||
#story_pane .NB-story-comments-public-teaser-wrapper,
|
||||
#story_pane .NB-story-comments-public-header-wrapper {
|
||||
border-top: 1px solid #353535;
|
||||
padding: 1px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#story_pane .NB-story-comments-public-header-wrapper {
|
||||
cursor: default;
|
||||
}
|
||||
#story_pane .NB-story-comments-shares-teaser-wrapper {
|
||||
border-top: 1px solid #fff;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comments-public-teaser,
|
||||
#story_pane .NB-story-comments-public-header {
|
||||
background-color: #B1B6B4;
|
||||
color: white;
|
||||
text-shadow: 0 1px 0 #505050;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
padding: 2px 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comments-public-header {
|
||||
background-color: whiteSmoke;
|
||||
color: #404040;
|
||||
text-shadow: 0 1px 0 white;
|
||||
}
|
||||
#story_pane .NB-story-comments-shares-teaser {
|
||||
background-color: whiteSmoke;
|
||||
color: #202020;
|
||||
cursor: default;
|
||||
text-shadow: 0 1px 0 white;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
padding: 4px 12px 0;
|
||||
overflow: hidden;
|
||||
min-height: 26px;
|
||||
border-bottom: 1px solid #A6A6A6;
|
||||
background-image: url('data:image/png;charset=utf-8;base64,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'), -webkit-gradient(
|
||||
linear,
|
||||
left bottom,
|
||||
left top,
|
||||
color-stop(0.10, #EBEBEC),
|
||||
color-stop(0.84, #F5F5F5)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#story_pane .NB-story-comments-public-teaser-wrapper:hover .NB-story-comments-public-teaser {
|
||||
background-color: #2B478C;
|
||||
background-image: none;
|
||||
}
|
||||
#story_pane .NB-story-comments-public-teaser b {
|
||||
padding: 0 1px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profiles {
|
||||
float: left;
|
||||
vertical-align: top;
|
||||
min-height: 24px;
|
||||
padding-top: 2px;
|
||||
margin-top: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profiles.NB-story-share-profiles-public {
|
||||
float: right;
|
||||
}
|
||||
#story_pane .NB-story-share-profiles.NB-story-share-profiles-public .NB-story-share-profile {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile .NB-user-avatar {
|
||||
float: left;
|
||||
font-size: 0;
|
||||
vertical-align: middle;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
margin: 0 4px 6px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile .NB-public-user {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile .NB-user-avatar img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#story_pane .NB-story-share-profile .NB-user-username {
|
||||
float: left;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-content {
|
||||
clear: both;
|
||||
padding: 2px 0 3px 0;
|
||||
}
|
||||
|
||||
#story_pane .NB-feed-stories .NB-feed-story {
|
||||
margin: 0;
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#story_pane .NB-feed-stories.NB-feed-view-story .NB-feed-story {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#story_pane .audiojs audio {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
@ -310,7 +310,7 @@ div + p {
|
|||
font-weight: 600;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3F4EF));
|
||||
border-bottom: 1px solid #C2C5BE;
|
||||
text-shadow: 1px 1px 0 #EFEFEF;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
|
||||
overflow: hidden;
|
||||
max-width: none;
|
||||
|
||||
|
@ -426,12 +426,12 @@ del {
|
|||
.nb-story-comments-label {
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
margin-top: 6px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.nb-story-share-label {
|
||||
float: right;
|
||||
margin-top: 6px;
|
||||
margin-top: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
|
@ -456,12 +456,6 @@ a.NB-show-profile {
|
|||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.NB-header,
|
||||
#NB-share-bar-wrapper {
|
||||
-webkit-user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
||||
.NB-button.NB-share-button {
|
||||
line-height: 20px;
|
||||
font-family: Helvetica, sans-serif;
|
||||
|
@ -597,4 +591,312 @@ a.NB-show-profile {
|
|||
.NB-button.selected a {
|
||||
color: rgba(255,255,255,1);
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Story Comments */
|
||||
|
||||
.NB-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment {
|
||||
border-top: 1px solid #A6A6A6;
|
||||
background:#f5f9fb;
|
||||
position: relative;
|
||||
padding: 0 12px 2px 64px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
min-height: 72px;
|
||||
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 1);shar
|
||||
}
|
||||
|
||||
.NB-header,
|
||||
#NB-share-bar-wrapper {
|
||||
-webkit-user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
||||
.NB-story-share-profiles-comments-friends,
|
||||
.NB-story-share-profiles-comments-public {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.NB-story-share-profiles-shares-friends,
|
||||
.NB-story-share-profiles-shares-public {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-user-avatar {
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: 8px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-user-avatar.NB-story-comment-reshare {
|
||||
top: 22px;
|
||||
left: 6px;
|
||||
z-index: 1;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-user-avatar img {
|
||||
border-radius: 6px;
|
||||
margin: 0;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-user-avatar.NB-story-comment-reshare img {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-author-container {
|
||||
padding: 8px 0 0;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-reshares {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 8px;
|
||||
z-index: 0;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-reshares .NB-user-avatar {
|
||||
top: 8px;
|
||||
left: 26px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-username {
|
||||
float: left;
|
||||
font-size: 11px;
|
||||
color: #1D4BA6;
|
||||
font-weight: bold;
|
||||
margin: 0 4px 0 0;
|
||||
text-shadow: 0 -1px 0 #F0F0F0;
|
||||
cursor: pointer;
|
||||
line-height: 17px;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-date {
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
color: #9D9D9D;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
line-height: 17px;
|
||||
margin: 0 0 0;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes {
|
||||
float: right;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-icon {
|
||||
float: right;
|
||||
background: transparent url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAGmSURBVCiRbZG/axRBHMXfzO7tbvYua+IFJQa0sRBs1IiQFIEIgvgDEUSs7CSFCJLaA1MJYjrFI5VgmkBiCDYWNgZJlaB/wgknxOT0Lnt7s7Mz852xOgzxXvne98OXxwMG6PXm3PSbzblbgzJ21Kit3mcT4ye34NyI0AeT87PvxeGcHwVGj0d34lJyJQ6Gz1myDwZ+eLpxOapGp8Y95lVPVM4sDUdjF8kSOmK3sZ81HhpGP4XMfi3e3eqx+tcnzyM/ngVjlzjjlcgvIy1aUEaiHIwg110oynNjzXep0h1OVjeMVTNJWK34Xoh2vous6ECoA7R6TRhSiEvJEFk1Rc40+OOZ+rtU7l9r9ZopA1BoAecsHIBcZ/B4CZ18L8uK9r3a9Y+LHADmry5/TmXrmabCDQUJFEkYKhD6EcgZ9FT77cKNT2sA4PfbO7jMWA3OfBwLxwDmILUAOQ1jSPbv/gHOnvdZiWlXQFulyGrle0GFgUFJOj0ImPgtmhCq+6or/6wbp1TIyzc9imq6oNH/AHJmZS/78fLF7S/fDu20/ah+4UMcJGf7xl8kb9PTscP82wAAAABJRU5ErkJggg==") no-repeat center center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: block;
|
||||
margin: 0 10px 0 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-user {
|
||||
float: right;
|
||||
margin: 2px 2px 0 0;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-user .NB-user-avatar {
|
||||
position: static;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-likes-user img {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 2px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
#story_pane .NB-story-comment .NB-story-comment-location {
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
color: #BECDD7;
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
clear: both;
|
||||
margin: 3px 0 6px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-button-wrapper {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment .NB-story-comment-content {
|
||||
float: left;
|
||||
color: #303030;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
#story_pane .NB-story-comment-reply {
|
||||
border-top: 1px solid #E0E0E0;
|
||||
padding: 4px 0;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
position: relative;
|
||||
padding: 8px 0 4px 42px;
|
||||
line-height: 18px;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply .NB-story-comment-reply-photo {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment-reply-content {
|
||||
clear: both;
|
||||
color: #303030;
|
||||
padding: 2px 0 3px;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comment-reply-form {
|
||||
padding-top: 11px;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-story-comment-reply-username {
|
||||
margin: 1px 8px 6px 0;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-story-comment-reply-comments {
|
||||
margin: 0 8px 4px 0;
|
||||
width: 62%;
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-modal-submit-button {
|
||||
float: left;
|
||||
font-size: 10px;
|
||||
padding: 2px 8px;
|
||||
line-height: 16px;
|
||||
margin: 0;
|
||||
}
|
||||
#story_pane .NB-story-comment-reply-form .NB-error {
|
||||
font-size: 10px;
|
||||
color: #6A1000;
|
||||
padding: 4px 0 0;
|
||||
line-height: 14px;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
}
|
||||
#story_pane .NB-story-comments-public-teaser-wrapper,
|
||||
#story_pane .NB-story-comments-public-header-wrapper {
|
||||
border-top: 1px solid #353535;
|
||||
padding: 1px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#story_pane .NB-story-comments-public-header-wrapper {
|
||||
cursor: default;
|
||||
}
|
||||
#story_pane .NB-story-comments-shares-teaser-wrapper {
|
||||
border-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comments-public-teaser,
|
||||
#story_pane .NB-story-comments-public-header {
|
||||
background-color: #B1B6B4;
|
||||
color: white;
|
||||
text-shadow: 0 1px 0 #505050;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
padding: 2px 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comments-public-header {
|
||||
background-color: whiteSmoke;
|
||||
color: #404040;
|
||||
text-shadow: 0 1px 0 white;
|
||||
}
|
||||
#story_pane .NB-story-comments-shares-teaser {
|
||||
background-color: #F5F5EF;
|
||||
color: #898989;
|
||||
text-shadow: 0 1px 0 #FFF;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
padding: 8px 12px 0px 28px;
|
||||
overflow: hidden;
|
||||
min-height: 27px;
|
||||
line-height: 14px;
|
||||
border-bottom: 1px solid #E3E3DF;
|
||||
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
|
||||
-webkit-transition: all .12s ease-out;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-comments-public-teaser b {
|
||||
padding: 0 1px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profiles {
|
||||
float: left;
|
||||
vertical-align: top;
|
||||
min-height: 24px;
|
||||
padding-top: 2px;
|
||||
margin-top: -4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profiles.NB-story-share-profiles-public {
|
||||
float: right;
|
||||
}
|
||||
#story_pane .NB-story-share-profiles.NB-story-share-profiles-public .NB-story-share-profile {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile .NB-user-avatar {
|
||||
float: left;
|
||||
font-size: 0;
|
||||
vertical-align: middle;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
margin: 0 4px 6px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile .NB-public-user {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#story_pane .NB-story-share-profile .NB-user-avatar img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#story_pane .NB-story-share-profile .NB-user-username {
|
||||
float: left;
|
||||
}
|
||||
#story_pane .NB-story-comment .NB-story-comment-content {
|
||||
clear: both;
|
||||
padding: 2px 0 3px 0;
|
||||
}
|
||||
|
||||
#story_pane .NB-feed-stories .NB-feed-story {
|
||||
margin: 0;
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#story_pane .NB-feed-stories.NB-feed-view-story .NB-feed-story {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#story_pane .audiojs audio {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue